commit: 4e8b0ba79494ac2fa5e679b9a7e5949d56536026
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 13:50:40 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 13:53:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8b0ba7
app-editors/vis: update DESCRIPTION, SRC_URI
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/vis/vis-0.9-r1.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-editors/vis/vis-0.9-r1.ebuild
b/app-editors/vis/vis-0.9-r1.ebuild
index 8cc5a1b1498f..5aea5da84fd0 100644
--- a/app-editors/vis/vis-0.9-r1.ebuild
+++ b/app-editors/vis/vis-0.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,16 +16,16 @@ else
https://github.com/martanne/vis/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz
test? (
https://github.com/martanne/vis-test/archive/${VIS_TEST_COMMIT}.tar.gz
-> vis-test-${VIS_TEST_COMMIT}.tar.gz
- )
+ )
"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
fi
-DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
+DESCRIPTION="Modern, legacy free, simple yet efficient vim-like editor"
HOMEPAGE="https://github.com/martanne/vis"
LICENSE="ISC MIT"
SLOT="0"
-IUSE="+acl +ncurses +lua selinux test tre"
+IUSE="+acl +lua +ncurses selinux test tre"
REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
RESTRICT="!test? ( test )"
@@ -33,8 +33,8 @@ RESTRICT="!test? ( test )"
DEPEND="
dev-libs/libtermkey
acl? ( sys-apps/acl )
- ncurses? ( sys-libs/ncurses:0= )
lua? ( ${LUA_DEPS} )
+ ncurses? ( sys-libs/ncurses:0= )
tre? ( dev-libs/tre )
"
RDEPEND="