Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rlwrap/
Date: Sun, 31 Jul 2022 12:20:23
Message-Id: 1659270007.30f409b3a2751142703ce1e61d22ffc09787b829.soap@gentoo
1 commit: 30f409b3a2751142703ce1e61d22ffc09787b829
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 12:20:07 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 12:20:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f409b3
7
8 app-misc/rlwrap: drop 0.42-r1, 0.43
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-misc/rlwrap/Manifest | 2 --
13 app-misc/rlwrap/rlwrap-0.42-r1.ebuild | 21 ---------------------
14 app-misc/rlwrap/rlwrap-0.43.ebuild | 20 --------------------
15 3 files changed, 43 deletions(-)
16
17 diff --git a/app-misc/rlwrap/Manifest b/app-misc/rlwrap/Manifest
18 index eaec2e7040fb..91e1b565b8aa 100644
19 --- a/app-misc/rlwrap/Manifest
20 +++ b/app-misc/rlwrap/Manifest
21 @@ -1,3 +1 @@
22 -DIST rlwrap-0.42.tar.gz 279608 BLAKE2B e8569d35cb0b8b3309af71122c1a48039fe559372648fe05c73f0a545c4efbae75aadaf80faa302033134cbd569ab90b9d314e2bd2c1bc387fd1434d39418245 SHA512 991885e75aabf0d43581d59f7c78f7f64c3f32072de08ff5796cba75c0716548d2186cbe2d739f3e772871e3586d036f069db73b2ee8a30b2f7985088d0f68df
23 -DIST rlwrap-0.43.tar.gz 313139 BLAKE2B d2aaf32abe69b0307321192542c88acbf5af00e23476e7205cddbc8c5adbab4c5a10090d8ef04e9adfc62209f37f101bfc3e294e634379844417c80540485532 SHA512 4a1440b2eef3a1664c6381eb09c19f4030de2c0ef4f1f3509f7d6e130d3c5e9c3ceb00fc6ea6052b22bbe1f6b162f72e0b47564df34ccecc5220f195c22e86a1
24 DIST rlwrap-0.45.2.tar.gz 182025 BLAKE2B 38e54ab87b0530e49cb736072825441f638aa4ed4b22b0f30c7243f5f8ac7b439e3a75784d6a4eed051bf367d15ac3b576109663ddf3fc082171a73c5af7c11e SHA512 77664bc17c4e6148037b8ae64c025b07c3feae91dfeff59f1846ce38e5f808a41005286daa81fd0ed01e0c789762e377cc48e6abdf124a7d4654f66b2b6c6cc4
25
26 diff --git a/app-misc/rlwrap/rlwrap-0.42-r1.ebuild b/app-misc/rlwrap/rlwrap-0.42-r1.ebuild
27 deleted file mode 100644
28 index 01de55a64cbc..000000000000
29 --- a/app-misc/rlwrap/rlwrap-0.42-r1.ebuild
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="GNU readline wrapper"
38 -HOMEPAGE="https://github.com/hanslub42/rlwrap"
39 -SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~mips ~ppc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
44 -IUSE="debug"
45 -
46 -RDEPEND="sys-libs/readline:0="
47 -DEPEND="${RDEPEND}"
48 -
49 -src_configure() {
50 - econf \
51 - $(use_enable debug)
52 -}
53
54 diff --git a/app-misc/rlwrap/rlwrap-0.43.ebuild b/app-misc/rlwrap/rlwrap-0.43.ebuild
55 deleted file mode 100644
56 index e339f0280bb0..000000000000
57 --- a/app-misc/rlwrap/rlwrap-0.43.ebuild
58 +++ /dev/null
59 @@ -1,20 +0,0 @@
60 -# Copyright 1999-2021 Gentoo Authors
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=6
64 -
65 -DESCRIPTION="GNU readline wrapper"
66 -HOMEPAGE="https://github.com/hanslub42/rlwrap"
67 -SRC_URI="https://github.com/hanslub42/${PN}/releases/download/v${PV}/${P}.tar.gz"
68 -
69 -LICENSE="GPL-2+"
70 -SLOT="0"
71 -KEYWORDS="amd64 ~mips ppc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
72 -IUSE="debug"
73 -
74 -RDEPEND="sys-libs/readline:0="
75 -DEPEND="${RDEPEND}"
76 -
77 -src_configure() {
78 - econf $(use_enable debug)
79 -}