dilfridge    14/11/10 22:47:35

  Modified:             amanda-3.3.3-r1.ebuild ChangeLog
                        amanda-3.3.5.ebuild amanda-3.3.3.ebuild
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  Changes    Path
1.9                  app-backup/amanda/amanda-3.3.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.3.3-r1.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.3.3-r1.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.3.3-r1.ebuild?r1=1.8&r2=1.9

Index: amanda-3.3.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- amanda-3.3.3-r1.ebuild      23 Jun 2014 15:49:43 -0000      1.8
+++ amanda-3.3.3-r1.ebuild      10 Nov 2014 22:47:35 -0000      1.9
@@ -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 @@
        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 @@
        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
 }
 



1.113                app-backup/amanda/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/ChangeLog?rev=1.113&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/ChangeLog?rev=1.113&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   23 Jun 2014 15:49:43 -0000      1.112
+++ ChangeLog   10 Nov 2014 22:47:35 -0000      1.113
@@ -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 <[email protected]> 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)
 



1.2                  app-backup/amanda/amanda-3.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.3.5.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.3.5.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.3.5.ebuild?r1=1.1&r2=1.2

Index: amanda-3.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amanda-3.3.5.ebuild 23 Jun 2014 15:49:43 -0000      1.1
+++ amanda-3.3.5.ebuild 10 Nov 2014 22:47:35 -0000      1.2
@@ -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 @@
        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 @@
        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
 }
 



1.12                 app-backup/amanda/amanda-3.3.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.3.3.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.3.3.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.3.3.ebuild?r1=1.11&r2=1.12

Index: amanda-3.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- amanda-3.3.3.ebuild 23 Jun 2014 15:49:43 -0000      1.11
+++ amanda-3.3.3.ebuild 10 Nov 2014 22:47:35 -0000      1.12
@@ -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 @@
        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 @@
        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
 }
 




Reply via email to