diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-26 09:33:31 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-26 10:33:27 -0400 |
commit | 8cdc31381cec74b3de8fd224ea186127a6547a16 (patch) | |
tree | fbac78b045ce5ed31b6d5f80629ab5260142c0f5 /app-arch | |
parent | app-arch/dump: drop old EAPI=5 (diff) | |
download | gentoo-8cdc31381cec74b3de8fd224ea186127a6547a16.tar.gz gentoo-8cdc31381cec74b3de8fd224ea186127a6547a16.tar.bz2 gentoo-8cdc31381cec74b3de8fd224ea186127a6547a16.zip |
app-arch/alien: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/alien/alien-8.95.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/app-arch/alien/alien-8.95.ebuild b/app-arch/alien/alien-8.95.ebuild deleted file mode 100644 index be9c45f58237..000000000000 --- a/app-arch/alien/alien-8.95.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit perl-module - -DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats" -HOMEPAGE="http://kitenet.net/programs/alien" -SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.xz -> ${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 x86" -IUSE="+bzip2" - -RDEPEND=" - app-arch/rpm - app-arch/dpkg - dev-util/debhelper - >=app-arch/tar-1.14.91 - bzip2? ( - app-arch/bzip2 - )" - -DEPEND="${RDEPEND}" - -src_prepare() { - sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \ - -i "${S}"/Makefile.PL || die "sed failed." -} |