summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-28 20:10:29 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-28 20:11:22 +0200
commitd63910040e2359a62396067aebc5b3e0358e9d00 (patch)
tree74361904154dbc172abddf5bcefbe1ddad8bcde5 /app-admin/perl-cleaner/perl-cleaner-9999.ebuild
parentapp-editors/mg: Version bump. (diff)
downloadgentoo-d63910040e2359a62396067aebc5b3e0358e9d00.tar.gz
gentoo-d63910040e2359a62396067aebc5b3e0358e9d00.tar.bz2
gentoo-d63910040e2359a62396067aebc5b3e0358e9d00.zip
app-admin/perl-cleaner: Version bump, integrate prefix patch
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-admin/perl-cleaner/perl-cleaner-9999.ebuild')
-rw-r--r--app-admin/perl-cleaner/perl-cleaner-9999.ebuild13
1 files changed, 10 insertions, 3 deletions
diff --git a/app-admin/perl-cleaner/perl-cleaner-9999.ebuild b/app-admin/perl-cleaner/perl-cleaner-9999.ebuild
index 4ce411e077f6..1bb8e8c19cc5 100644
--- a/app-admin/perl-cleaner/perl-cleaner-9999.ebuild
+++ b/app-admin/perl-cleaner/perl-cleaner-9999.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
+
+inherit prefix
DESCRIPTION="User land tool for cleaning up old perl installs"
HOMEPAGE="https://www.gentoo.org/proj/en/perl/"
@@ -12,7 +14,7 @@ if [[ "${PV}" == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/gentoo-perl/perl-cleaner.git"
else
SRC_URI="mirror://gentoo/${P}.tar.bz2 https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
LICENSE="GPL-2"
@@ -31,6 +33,11 @@ RDEPEND="app-shells/bash
)
"
+src_prepare() {
+ default
+ eprefixify ${PN}
+}
+
src_install() {
dosbin perl-cleaner
doman perl-cleaner.1