aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-05-30 19:59:09 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-05-30 22:46:41 +0500
commitdcf6205a10e36c482672997a576df925242ab45d (patch)
tree555be9b53b745faaed43506c9e8761d5823d5f6a /app-vim
parentapp-vim/tempus: update EAPI 7 -> 8 (diff)
downloadguru-dcf6205a10e36c482672997a576df925242ab45d.tar.gz
guru-dcf6205a10e36c482672997a576df925242ab45d.tar.bz2
guru-dcf6205a10e36c482672997a576df925242ab45d.zip
app-vim/tex-conceal: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/tex-conceal/tex-conceal-20210409.ebuild12
1 files changed, 1 insertions, 11 deletions
diff --git a/app-vim/tex-conceal/tex-conceal-20210409.ebuild b/app-vim/tex-conceal/tex-conceal-20210409.ebuild
index cacec8205..a104180ce 100644
--- a/app-vim/tex-conceal/tex-conceal-20210409.ebuild
+++ b/app-vim/tex-conceal/tex-conceal-20210409.ebuild
@@ -1,7 +1,7 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit vim-plugin
@@ -13,13 +13,3 @@ S="${WORKDIR}/${PN}.vim-${COMMIT}"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
- default
- rm -r test || die
-
- # avoid collision with app-vim/vimtex
- cd after/syntax || die
- mkdir tex || die
- mv tex.vim tex/${PN}.vim
-}