From 8cdc31381cec74b3de8fd224ea186127a6547a16 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sat, 26 Sep 2020 09:33:31 -0400 Subject: app-arch/alien: drop old EAPI=5 Signed-off-by: Aaron Bauman --- app-arch/alien/alien-8.95.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 app-arch/alien/alien-8.95.ebuild 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." -} -- cgit v1.2.3-65-gdbad