summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-07-05 09:45:22 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-07-05 09:48:03 +0300
commit769b44ae14f8ec95ed66730dfdc132631f59e3fb (patch)
tree2f65f608c34ea917d5803287b20606c6b1d739e6 /app-editors/vis/vis-9999.ebuild
parentdev-ruby/x25519: fix tests on non-amd64 (diff)
downloadgentoo-769b44ae14f8ec95ed66730dfdc132631f59e3fb.tar.gz
gentoo-769b44ae14f8ec95ed66730dfdc132631f59e3fb.tar.bz2
gentoo-769b44ae14f8ec95ed66730dfdc132631f59e3fb.zip
app-editors/vis: Version bump, 0.6
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors/vis/vis-9999.ebuild')
-rw-r--r--app-editors/vis/vis-9999.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild
index 72ff783c8404..600b5efb0576 100644
--- a/app-editors/vis/vis-9999.ebuild
+++ b/app-editors/vis/vis-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit git-r3
DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
@@ -13,8 +13,9 @@ KEYWORDS=""
IUSE="+ncurses selinux test tre"
RESTRICT="!test? ( test )"
-#Note: vis is reported to also work with NetBSD curses
-#TODO: >=dev-lang/lua-5.2 (needed for syntax highlighting and settings)
+# - Known to also work with NetBSD curses
+# - ::lua package done for using >=dev-lang/lua-5.2
+# which is needed for syntax highlighting and settings but masked in ::gentoo
DEPEND="dev-libs/libtermkey
ncurses? ( sys-libs/ncurses:0= )
tre? ( dev-libs/tre:= )"
@@ -22,10 +23,6 @@ RDEPEND="${DEPEND}
app-eselect/eselect-vi"
src_prepare() {
- if use test && ! type -P vim &>/dev/null; then
- sed -i 's/.*vim.*//' "${S}/test/Makefile" || die
- fi
-
sed -i 's|STRIP?=.*|STRIP=true|' Makefile || die
sed -i 's|${DOCPREFIX}/vis|${DOCPREFIX}|' Makefile || die
sed -i 's|DOCUMENTATION = LICENSE|DOCUMENTATION =|' Makefile || die