summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-10 22:47:35 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-10 22:47:35 +0000
commit8fab159ff0aa0a91d255a6a5c72f3ea0d7927238 (patch)
tree45bfc5f28ab3437a00fcc91ce1c09df48753d166 /app-backup/amanda
parentadjusted deps related to emul-*-soundlibs and apulse for better amd64-stable ... (diff)
downloadgentoo-2-8fab159ff0aa0a91d255a6a5c72f3ea0d7927238.tar.gz
gentoo-2-8fab159ff0aa0a91d255a6a5c72f3ea0d7927238.tar.bz2
gentoo-2-8fab159ff0aa0a91d255a6a5c72f3ea0d7927238.zip
Replace perlinfo with perl_set_version
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'app-backup/amanda')
-rw-r--r--app-backup/amanda/ChangeLog6
-rw-r--r--app-backup/amanda/amanda-3.3.3-r1.ebuild6
-rw-r--r--app-backup/amanda/amanda-3.3.3.ebuild6
-rw-r--r--app-backup/amanda/amanda-3.3.5.ebuild6
4 files changed, 14 insertions, 10 deletions
diff --git a/app-backup/amanda/ChangeLog b/app-backup/amanda/ChangeLog
index 30638910b31e..e4cc9c577692 100644
--- a/app-backup/amanda/ChangeLog
+++ b/app-backup/amanda/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-backup/amanda
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.112 2014/06/23 15:49:43 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.113 2014/11/10 22:47:35 dilfridge Exp $
+
+ 10 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> amanda-3.3.3.ebuild,
+ amanda-3.3.3-r1.ebuild, amanda-3.3.5.ebuild:
+ Replace perlinfo with perl_set_version
*amanda-3.3.5 (23 Jun 2014)
diff --git a/app-backup/amanda/amanda-3.3.3-r1.ebuild b/app-backup/amanda/amanda-3.3.3-r1.ebuild
index bb3f4b72ba89..d56adf60ae02 100644
--- a/app-backup/amanda/amanda-3.3.3-r1.ebuild
+++ b/app-backup/amanda/amanda-3.3.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3-r1.ebuild,v 1.8 2014/06/23 15:49:43 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3-r1.ebuild,v 1.9 2014/11/10 22:47:35 dilfridge Exp $
EAPI=5
inherit autotools eutils perl-module user systemd
@@ -274,7 +274,7 @@ src_configure() {
myconf="${myconf} `use_enable nls`"
# Bug #296634: Perl location
- perlinfo
+ perl_set_version
myconf="${myconf} --with-amperldir=${VENDOR_LIB}"
# Bug 296633: --disable-syntax-checks
@@ -406,7 +406,7 @@ src_install() {
newdoc "${FILESDIR}/example_global.conf" global.conf
einfo "Cleaning up dud .la files"
- perlinfo
+ perl_set_version
find "${D}"/"${VENDOR_LIB}" -name '*.la' -print0 |xargs -0 rm -f
}
diff --git a/app-backup/amanda/amanda-3.3.3.ebuild b/app-backup/amanda/amanda-3.3.3.ebuild
index 53ffeada682d..32bc91b4a682 100644
--- a/app-backup/amanda/amanda-3.3.3.ebuild
+++ b/app-backup/amanda/amanda-3.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3.ebuild,v 1.11 2014/06/23 15:49:43 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3.ebuild,v 1.12 2014/11/10 22:47:35 dilfridge Exp $
EAPI=5
inherit autotools eutils perl-module user systemd
@@ -274,7 +274,7 @@ src_configure() {
myconf="${myconf} `use_enable nls`"
# Bug #296634: Perl location
- perlinfo
+ perl_set_version
myconf="${myconf} --with-amperldir=${VENDOR_LIB}"
# Bug 296633: --disable-syntax-checks
@@ -403,7 +403,7 @@ src_install() {
newdoc "${FILESDIR}/example_global.conf" global.conf
einfo "Cleaning up dud .la files"
- perlinfo
+ perl_set_version
find "${D}"/"${VENDOR_LIB}" -name '*.la' -print0 |xargs -0 rm -f
}
diff --git a/app-backup/amanda/amanda-3.3.5.ebuild b/app-backup/amanda/amanda-3.3.5.ebuild
index 6d93b32a092a..49f13c926a75 100644
--- a/app-backup/amanda/amanda-3.3.5.ebuild
+++ b/app-backup/amanda/amanda-3.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.5.ebuild,v 1.1 2014/06/23 15:49:43 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.5.ebuild,v 1.2 2014/11/10 22:47:35 dilfridge Exp $
EAPI=5
inherit autotools eutils perl-module user systemd
@@ -274,7 +274,7 @@ src_configure() {
myconf="${myconf} `use_enable nls`"
# Bug #296634: Perl location
- perlinfo
+ perl_set_version
myconf="${myconf} --with-amperldir=${VENDOR_LIB}"
# Bug 296633: --disable-syntax-checks
@@ -406,7 +406,7 @@ src_install() {
newdoc "${FILESDIR}/example_global.conf" global.conf
einfo "Cleaning up dud .la files"
- perlinfo
+ perl_set_version
find "${D}"/"${VENDOR_LIB}" -name '*.la' -print0 |xargs -0 rm -f
}