Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
Date: Sat, 26 Sep 2020 14:33:44
Message-Id: 1601130807.8cdc31381cec74b3de8fd224ea186127a6547a16.bman@gentoo
1 commit: 8cdc31381cec74b3de8fd224ea186127a6547a16
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 13:33:31 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 14:33:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdc3138
7
8 app-arch/alien: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-arch/alien/alien-8.95.ebuild | 31 -------------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/app-arch/alien/alien-8.95.ebuild b/app-arch/alien/alien-8.95.ebuild
16 deleted file mode 100644
17 index be9c45f5823..00000000000
18 --- a/app-arch/alien/alien-8.95.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit perl-module
27 -
28 -DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
29 -HOMEPAGE="http://kitenet.net/programs/alien"
30 -SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.xz -> ${P}.tar.xz"
31 -
32 -LICENSE="LGPL-2.1"
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 x86"
35 -IUSE="+bzip2"
36 -
37 -RDEPEND="
38 - app-arch/rpm
39 - app-arch/dpkg
40 - dev-util/debhelper
41 - >=app-arch/tar-1.14.91
42 - bzip2? (
43 - app-arch/bzip2
44 - )"
45 -
46 -DEPEND="${RDEPEND}"
47 -
48 -src_prepare() {
49 - sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
50 - -i "${S}"/Makefile.PL || die "sed failed."
51 -}