diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-editors/vis | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'app-editors/vis')
| -rw-r--r-- | app-editors/vis/Manifest | 2 | ||||
| -rw-r--r-- | app-editors/vis/metadata.xml | 23 | ||||
| -rw-r--r-- | app-editors/vis/vis-0.9-r2.ebuild | 106 | ||||
| -rw-r--r-- | app-editors/vis/vis-0.9.ebuild | 95 | ||||
| -rw-r--r-- | app-editors/vis/vis-9999.ebuild | 106 |
5 files changed, 0 insertions, 332 deletions
diff --git a/app-editors/vis/Manifest b/app-editors/vis/Manifest deleted file mode 100644 index 4d7ce2b08699..000000000000 --- a/app-editors/vis/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST vis-0.9.tar.gz 456713 BLAKE2B 3e812e054c8d7f88e8866882500fb107cfaccd4f2680dd3ff3f68820bf4c76495dcc591e78916d0faef8390eb23cc14ead7ba4e35d2068bfc04964ad46acb3ce SHA512 64025569f6feb1a3b5aa8aaa79af319cdf8fc1fd5d1f5b29a6838ff00ea950cade1efb366d0a95d77e516f5605048bcb557fd7aa52b3a9510a15e69acaee147c -DIST vis-test-783b7ef67aa360f0b9bd44fa5ea47e644bc49d69.tar.gz 102134 BLAKE2B c9c32cd7c01027853810b18eb418173d3e04947039bb5c103607602838a143bbff52754dcf806c35bb247c8c6be8b8bf86c3a73daa13a54894df525e6f2c0905 SHA512 dd86561e1eaf196c5b2d27e628eaababa721d26f7fab623ef7dd41e0d30352f5f9eb0e5006cdb1a896c5888304ea40f7fd291f3789d312a201403990bfbaf824 diff --git a/app-editors/vis/metadata.xml b/app-editors/vis/metadata.xml deleted file mode 100644 index e7891e2ef535..000000000000 --- a/app-editors/vis/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>contact@hacktivis.me</email> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription> - Vis aims to be a modern, legacy free, simple yet efficient editor combining the strengths of both vi(m) and sam. - </longdescription> - <use> - <flag name="tre">More memory efficient regex search using <pkg>dev-libs/tre</pkg></flag> - </use> - <upstream> - <bugs-to>https://github.com/martanne/vis/issues</bugs-to> - <changelog>https://github.com/martanne/vis/blob/master/CHANGELOG.md</changelog> - <doc>https://github.com/martanne/vis/wiki</doc> - <remote-id type="github">martanne/vis</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-editors/vis/vis-0.9-r2.ebuild b/app-editors/vis/vis-0.9-r2.ebuild deleted file mode 100644 index 8cc152145825..000000000000 --- a/app-editors/vis/vis-0.9-r2.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIS_TEST_COMMIT="783b7ef67aa360f0b9bd44fa5ea47e644bc49d69" -LUA_COMPAT=( lua5-{1,3,4} luajit ) - -inherit lua-single - -if [ "${PV}" == "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/martanne/vis.git" -else - SRC_URI=" - 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" -HOMEPAGE="https://github.com/martanne/vis" -LICENSE="ISC MIT" -SLOT="0" -IUSE="+acl +lua +ncurses selinux test tre" -REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" -RESTRICT="!test? ( test )" - -# - Known to also work with NetBSD curses -DEPEND=" - dev-libs/libtermkey - acl? ( sys-apps/acl ) - lua? ( ${LUA_DEPS} ) - ncurses? ( sys-libs/ncurses:0= ) - selinux? ( sys-libs/libselinux ) - tre? ( dev-libs/tre ) -" -RDEPEND=" - ${DEPEND} - app-eselect/eselect-vi - lua? ( - $(lua_gen_cond_dep 'dev-lua/lpeg[${LUA_USEDEP}]') - ) -" -# lpeg: https://github.com/martanne/vis-test/issues/28 -BDEPEND=" - virtual/pkgconfig - test? ( - $(lua_gen_cond_dep 'dev-lua/lpeg[${LUA_USEDEP}]') - $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]') - ) -" - -pkg_setup() { - use lua && lua-single_pkg_setup -} - -src_prepare() { - if use test; then - if [ ! "${PV}" == "9999" ]; then - rm -r test || die - mv "${WORKDIR}/vis-test-${VIS_TEST_COMMIT}" test || die - fi - - # https://github.com/martanne/vis-test/issues/27 a Werror clone - sed -i 's;|| strstr(output, "warning");;' test/core/ccan-config.c || 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 - - default -} - -src_configure() { - local myconfargs=( - --prefix="${EPREFIX}"/usr - --docdir="${EPREFIX}"/usr/share/doc/${PF} - --disable-lpeg-static - $(use_enable acl) - $(use_enable lua) - $(use_enable ncurses curses) - $(use_enable selinux) - $(use_enable tre) - ) - - # shell script - ./configure "${myconfargs[@]}" || die -} - -update_symlinks() { - einfo "Calling eselect vi update --if-unset" - eselect vi update --if-unset -} - -pkg_postrm() { - update_symlinks -} - -pkg_postinst() { - update_symlinks -} diff --git a/app-editors/vis/vis-0.9.ebuild b/app-editors/vis/vis-0.9.ebuild deleted file mode 100644 index ed70edfa9a97..000000000000 --- a/app-editors/vis/vis-0.9.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIS_TEST_COMMIT="783b7ef67aa360f0b9bd44fa5ea47e644bc49d69" -LUA_COMPAT=( lua5-{1,3,4} luajit ) - -inherit lua-single - -if [ "${PV}" == "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/martanne/vis.git" -else - SRC_URI=" - 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" -HOMEPAGE="https://github.com/martanne/vis" -LICENSE="ISC MIT" -SLOT="0" -IUSE="+ncurses +lua selinux test tre" -REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" -RESTRICT="!test? ( test )" - -# - Known to also work with NetBSD curses -DEPEND=" - dev-libs/libtermkey - sys-apps/acl - ncurses? ( sys-libs/ncurses:0= ) - lua? ( ${LUA_DEPS} ) - tre? ( dev-libs/tre ) -" -RDEPEND=" - ${DEPEND} - app-eselect/eselect-vi - lua? ( - $(lua_gen_cond_dep 'dev-lua/lpeg[${LUA_USEDEP}]') - ) -" -# lpeg: https://github.com/martanne/vis-test/issues/28 -BDEPEND="test? ( - $(lua_gen_cond_dep 'dev-lua/lpeg[${LUA_USEDEP}]') - $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]') -)" - -pkg_setup() { - use lua && lua-single_pkg_setup -} - -src_prepare() { - if use test; then - if [ ! "${PV}" == "9999" ]; then - rm -r test || die - mv "${WORKDIR}/vis-test-${VIS_TEST_COMMIT}" test || die - fi - - # https://github.com/martanne/vis-test/issues/27 a Werror clone - sed -i 's;|| strstr(output, "warning");;' test/core/ccan-config.c || 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 - - default -} - -src_configure() { - ./configure \ - --prefix="${EPREFIX}"/usr \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --disable-lpeg-static \ - $(use_enable lua) \ - $(use_enable ncurses curses) \ - $(use_enable selinux) \ - $(use_enable tre) || die -} - -update_symlinks() { - einfo "Calling eselect vi update --if-unset" - eselect vi update --if-unset -} - -pkg_postrm() { - update_symlinks -} - -pkg_postinst() { - update_symlinks -} diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild deleted file mode 100644 index 0530185089f5..000000000000 --- a/app-editors/vis/vis-9999.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIS_TEST_COMMIT="783b7ef67aa360f0b9bd44fa5ea47e644bc49d69" -LUA_COMPAT=( lua5-{1,3,4} luajit ) - -inherit lua-single - -if [ "${PV}" == "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/martanne/vis.git" -else - SRC_URI=" - 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" -HOMEPAGE="https://github.com/martanne/vis" -LICENSE="ISC MIT" -SLOT="0" -IUSE="+acl +lua +ncurses selinux test tre" -REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" -RESTRICT="!test? ( test )" - -# - Known to also work with NetBSD curses -DEPEND=" - dev-libs/libtermkey - acl? ( sys-apps/acl ) - lua? ( ${LUA_DEPS} ) - ncurses? ( sys-libs/ncurses:0= ) - selinux? ( sys-libs/libselinux ) - tre? ( dev-libs/tre ) -" -RDEPEND=" - ${DEPEND} - app-eselect/eselect-vi - lua? ( - $(lua_gen_cond_dep 'dev-lua/lpeg[${LUA_USEDEP}]') - ) -" -# lpeg: https://github.com/martanne/vis-test/issues/28 -BDEPEND=" - virtual/pkgconfig - test? ( - $(lua_gen_cond_dep 'dev-lua/lpeg[${LUA_USEDEP}]') - $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]') - ) -" - -pkg_setup() { - use lua && lua-single_pkg_setup -} - -src_prepare() { - if use test; then - if [ ! "${PV}" == "9999" ]; then - rm -r test || die - mv "${WORKDIR}/vis-test-${VIS_TEST_COMMIT}" test || die - fi - - # https://github.com/martanne/vis-test/issues/27 a Werror clone - sed -i 's;|| strstr(output, "warning");;' test/core/ccan-config.c || 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 - - default -} - -src_configure() { - local myconfargs=( - --prefix="${EPREFIX}"/usr - --docdir="${EPREFIX}"/usr/share/doc/${PF} - --disable-lpeg-static - $(use_enable acl) - $(use_enable lua) - $(use_enable ncurses curses) - $(use_enable selinux) - $(use_enable tre) - ) - - # shell script - ./configure "${myconfargs[@]}" || die -} - -update_symlinks() { - einfo "Calling eselect vi update --if-unset" - eselect vi update --if-unset -} - -pkg_postrm() { - update_symlinks -} - -pkg_postinst() { - update_symlinks -} |
