summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-07 19:40:48 +0000
committerSam James <sam@gentoo.org>2022-12-07 19:41:09 +0000
commit6ebb8a3511d1e71ad26f38575c93dc86551eaa11 (patch)
treebd907ff798536d0aaf10a9e277fb1e3017c37109 /app-editors
parentapp-editors/vile: drop 9.8t-r2, 9.8v (diff)
downloadgentoo-6ebb8a3511d1e71ad26f38575c93dc86551eaa11.tar.gz
gentoo-6ebb8a3511d1e71ad26f38575c93dc86551eaa11.tar.bz2
gentoo-6ebb8a3511d1e71ad26f38575c93dc86551eaa11.zip
app-editors/xvile: drop 9.8t-r2, 9.8v
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/xvile/Manifest2
-rw-r--r--app-editors/xvile/xvile-9.8t-r2.ebuild43
-rw-r--r--app-editors/xvile/xvile-9.8v.ebuild48
3 files changed, 0 insertions, 93 deletions
diff --git a/app-editors/xvile/Manifest b/app-editors/xvile/Manifest
index 4e1addb900e6..bcc2d7132cd3 100644
--- a/app-editors/xvile/Manifest
+++ b/app-editors/xvile/Manifest
@@ -1,4 +1,2 @@
-DIST vile-9.8t.tgz 2352119 BLAKE2B fc1c75eba09e8be99945ba0d178fd150576d8108f906afb20dba265adaee9e5bea4869415d3ebceabf0b6b56c147add79e9c7e4fe34d7f4744930c3728e4a4a4 SHA512 4be4e37c7231395cae9236796073c2c3e428f1945283785a931c5d4cce94e0f970efa6634b0f9053679a00f4b4577704ea38ded2129e444b26ee9935a1c3d229
-DIST vile-9.8v.tgz 2405398 BLAKE2B cd8753c57ff95c9b420026128fd19b7c689c99500da7cae91d3160dded46aa101b0cae32daeaf0377d4d72a5e526e8e4f25422bbbff2cc5ecdef10b7f04c8b39 SHA512 b752f26148bd4411ab6b31697459a16d8168f79ffad6b3509d6cf5d40611176b833e56f4bac21fe18ecdd256be467ba96ea98149daceab671002df49508eb8d2
DIST vile-9.8w.tgz 2407322 BLAKE2B 824142c2d081db7c74ab4ce36db63e2d26e82954b32d274477f920b3519c75a249745365f7fb4f117f613c04fddd468394b4636d5f84d9f024eee3cb9c8332ba SHA512 54a96b400f479c633b917691fdab5ec5098ff1d6a6f5390c085635b4449ee7f02988e52c6b442918917455d02d5d74781ed57e4f944422576cf6532caaa446af
DIST vile-9.8w.tgz.asc 729 BLAKE2B 24ee3733957239b808566cf1c46cd45089ab0e9cd980fc477190beca79a85e6d31925c8eb02138442e4776b7ee678aec9d522d4bb3a8d72670e0720ab9369a5c SHA512 143eaa6ea64cf1d8dc078aba197544a036858f91a15f2f8c4254095f7cdc725b1720cf600afcd3ba67cf0c0414cefb0a058a5730d1a70906fe3591ddc46fb916
diff --git a/app-editors/xvile/xvile-9.8t-r2.ebuild b/app-editors/xvile/xvile-9.8t-r2.ebuild
deleted file mode 100644
index 731637043fa1..000000000000
--- a/app-editors/xvile/xvile-9.8t-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN/x/}-${PV}"
-DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
-HOMEPAGE="https://invisible-island.net/vile/"
-SRC_URI="ftp://ftp.invisible-island.net/vile/current/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~riscv sparc x86"
-IUSE="perl"
-
-RDEPEND="perl? ( dev-lang/perl:= )
- ~app-editors/vile-${PV}
- virtual/libcrypt:=
- >=x11-libs/libX11-1.0.0
- >=x11-libs/libXt-1.0.0
- >=x11-libs/libICE-1.0.0
- >=x11-libs/libSM-1.0.0
- >=x11-libs/libXaw-1.0.1
- >=x11-libs/libXpm-3.5.4.2"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- sys-devel/flex"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
- econf \
- --with-ncurses \
- --with-x \
- $(use_with perl)
-}
-
-src_install() {
- dobin xvile
- dodoc CHANGES* README doc/*.doc
- docinto html
- dodoc doc/*.html
-}
diff --git a/app-editors/xvile/xvile-9.8v.ebuild b/app-editors/xvile/xvile-9.8v.ebuild
deleted file mode 100644
index b3a06afe19e8..000000000000
--- a/app-editors/xvile/xvile-9.8v.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Bump with app-editors/vile
-
-MY_P="${PN/x/}-${PV}"
-DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
-HOMEPAGE="https://invisible-island.net/vile/"
-SRC_URI="https://invisible-island.net/archives/vile/current/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~riscv ~sparc ~x86"
-IUSE="perl"
-
-RDEPEND="~app-editors/vile-${PV}
- virtual/libcrypt:=
- >=x11-libs/libX11-1.0.0
- >=x11-libs/libXt-1.0.0
- >=x11-libs/libICE-1.0.0
- >=x11-libs/libSM-1.0.0
- >=x11-libs/libXaw-1.0.1
- >=x11-libs/libXpm-3.5.4.2
- perl? ( dev-lang/perl:= )"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- sys-devel/flex"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}"/${MY_P}
-
-src_configure() {
- econf \
- --disable-stripping \
- --with-ncurses \
- --with-pkg-config \
- --with-x \
- $(use_with perl)
-}
-
-src_install() {
- dobin xvile
- dodoc CHANGES* README doc/*.doc
- docinto html
- dodoc doc/*.html
-}