From 24aaa68bbb1cc8f4c59ecfc26ef885edbade7f45 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 30 May 2022 19:33:13 +0500 Subject: [PATCH] app-vim/css-color: update EAPI 7 -> 8 Signed-off-by: Anna (cybertailor) Vyalkova --- app-vim/css-color/css-color-20211229.ebuild | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/app-vim/css-color/css-color-20211229.ebuild b/app-vim/css-color/css-color-20211229.ebuild index d63ee97180..33860b76f9 100644 --- a/app-vim/css-color/css-color-20211229.ebuild +++ b/app-vim/css-color/css-color-20211229.ebuild @@ -1,7 +1,7 @@ # Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vim-plugin @@ -14,14 +14,3 @@ S="${WORKDIR}/vim-${PN}-${COMMIT}" LICENSE="MIT" KEYWORDS="~amd64 ~x86" - -src_prepare() { - default - - # avoid collision with other packages - cd after/syntax || die - for file in *.vim; do - mkdir "${file%.vim}" || die - mv "${file}" "${file%.vim}/${PN}.vim" || die - done -}