Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rlwrap/
Date: Sat, 23 Oct 2021 15:00:17
Message-Id: 1635001161.57f36ff12225e273f939efbfea1c9bd2f45d55c7.jsmolic@gentoo
1 commit: 57f36ff12225e273f939efbfea1c9bd2f45d55c7
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 23 14:55:51 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 23 14:59:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f36ff1
7
8 app-misc/rlwrap: Drop EAPI-5 ebuild
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 app-misc/rlwrap/rlwrap-0.42.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/app-misc/rlwrap/rlwrap-0.42.ebuild b/app-misc/rlwrap/rlwrap-0.42.ebuild
16 deleted file mode 100644
17 index b6153dfe38f..00000000000
18 --- a/app-misc/rlwrap/rlwrap-0.42.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -DESCRIPTION="GNU readline wrapper"
27 -HOMEPAGE="https://github.com/hanslub42/rlwrap"
28 -SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2+"
31 -SLOT="0"
32 -KEYWORDS="amd64 ~mips ppc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
33 -IUSE="debug"
34 -
35 -RDEPEND="sys-libs/readline:0="
36 -DEPEND="${RDEPEND}"
37 -
38 -src_configure() {
39 - econf \
40 - $(use_enable debug)
41 -}
42 -
43 -src_install() {
44 - emake DESTDIR="${D}" install
45 - dodoc AUTHORS BUGS ChangeLog NEWS README # PLEA TODO
46 -}