summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-31 14:20:07 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-31 14:20:07 +0200
commit30f409b3a2751142703ce1e61d22ffc09787b829 (patch)
treec985e5e5879d4b32218a6f0adb72b5c16faa6b58 /app-misc/rlwrap
parentmedia-gfx/graphicsmagick: drop 1.3.37 (diff)
downloadgentoo-30f409b3a2751142703ce1e61d22ffc09787b829.tar.gz
gentoo-30f409b3a2751142703ce1e61d22ffc09787b829.tar.bz2
gentoo-30f409b3a2751142703ce1e61d22ffc09787b829.zip
app-misc/rlwrap: drop 0.42-r1, 0.43
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r--app-misc/rlwrap/Manifest2
-rw-r--r--app-misc/rlwrap/rlwrap-0.42-r1.ebuild21
-rw-r--r--app-misc/rlwrap/rlwrap-0.43.ebuild20
3 files changed, 0 insertions, 43 deletions
diff --git a/app-misc/rlwrap/Manifest b/app-misc/rlwrap/Manifest
index eaec2e7040fb..91e1b565b8aa 100644
--- a/app-misc/rlwrap/Manifest
+++ b/app-misc/rlwrap/Manifest
@@ -1,3 +1 @@
-DIST rlwrap-0.42.tar.gz 279608 BLAKE2B e8569d35cb0b8b3309af71122c1a48039fe559372648fe05c73f0a545c4efbae75aadaf80faa302033134cbd569ab90b9d314e2bd2c1bc387fd1434d39418245 SHA512 991885e75aabf0d43581d59f7c78f7f64c3f32072de08ff5796cba75c0716548d2186cbe2d739f3e772871e3586d036f069db73b2ee8a30b2f7985088d0f68df
-DIST rlwrap-0.43.tar.gz 313139 BLAKE2B d2aaf32abe69b0307321192542c88acbf5af00e23476e7205cddbc8c5adbab4c5a10090d8ef04e9adfc62209f37f101bfc3e294e634379844417c80540485532 SHA512 4a1440b2eef3a1664c6381eb09c19f4030de2c0ef4f1f3509f7d6e130d3c5e9c3ceb00fc6ea6052b22bbe1f6b162f72e0b47564df34ccecc5220f195c22e86a1
DIST rlwrap-0.45.2.tar.gz 182025 BLAKE2B 38e54ab87b0530e49cb736072825441f638aa4ed4b22b0f30c7243f5f8ac7b439e3a75784d6a4eed051bf367d15ac3b576109663ddf3fc082171a73c5af7c11e SHA512 77664bc17c4e6148037b8ae64c025b07c3feae91dfeff59f1846ce38e5f808a41005286daa81fd0ed01e0c789762e377cc48e6abdf124a7d4654f66b2b6c6cc4
diff --git a/app-misc/rlwrap/rlwrap-0.42-r1.ebuild b/app-misc/rlwrap/rlwrap-0.42-r1.ebuild
deleted file mode 100644
index 01de55a64cbc..000000000000
--- a/app-misc/rlwrap/rlwrap-0.42-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="GNU readline wrapper"
-HOMEPAGE="https://github.com/hanslub42/rlwrap"
-SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="debug"
-
-RDEPEND="sys-libs/readline:0="
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- $(use_enable debug)
-}
diff --git a/app-misc/rlwrap/rlwrap-0.43.ebuild b/app-misc/rlwrap/rlwrap-0.43.ebuild
deleted file mode 100644
index e339f0280bb0..000000000000
--- a/app-misc/rlwrap/rlwrap-0.43.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="GNU readline wrapper"
-HOMEPAGE="https://github.com/hanslub42/rlwrap"
-SRC_URI="https://github.com/hanslub42/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="debug"
-
-RDEPEND="sys-libs/readline:0="
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf $(use_enable debug)
-}