dilfridge    14/07/29 15:58:52

  Modified:             Math-BigInt-1.999.300.ebuild
                        Math-BigInt-1.997.0-r2.ebuild ChangeLog
  Log:
  Use perl virtual
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  Changes    Path
1.2                  perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild?r1=1.1&r2=1.2

Index: Math-BigInt-1.999.300.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Math-BigInt-1.999.300.ebuild        26 Jul 2014 11:58:41 -0000      1.1
+++ Math-BigInt-1.999.300.ebuild        29 Jul 2014 15:58:52 -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/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild,v 
1.1 2014/07/26 11:58:41 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild,v 
1.2 2014/07/29 15:58:52 dilfridge Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 DEPEND="${RDEPEND}"
 
 PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.270.0
-       >=perl-core/bignum-0.220.0
+       >=virtual/perl-bignum-0.220.0
        >=virtual/perl-Math-BigRat-0.260.200"
 
 SRC_TEST="do"



1.2                  perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild?r1=1.1&r2=1.2

Index: Math-BigInt-1.997.0-r2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Math-BigInt-1.997.0-r2.ebuild       26 Jul 2014 14:04:37 -0000      1.1
+++ Math-BigInt-1.997.0-r2.ebuild       29 Jul 2014 15:58:52 -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/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild,v 
1.1 2014/07/26 14:04:37 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild,v 
1.2 2014/07/29 15:58:52 dilfridge Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 DEPEND="${RDEPEND}"
 
 PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.270.0
-       >=perl-core/bignum-0.220.0
+       >=virtual/perl-bignum-0.220.0
        >=virtual/perl-Math-BigRat-0.260.200"
 
 PATCHES=( "${FILESDIR}/${P}-overload.patch" )



1.89                 perl-core/Math-BigInt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.89&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.89&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   26 Jul 2014 14:04:37 -0000      1.88
+++ ChangeLog   29 Jul 2014 15:58:52 -0000      1.89
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Math-BigInt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.88 
2014/07/26 14:04:37 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.89 
2014/07/29 15:58:52 dilfridge Exp $
+
+  29 Jul 2014; Andreas K. Huettel <[email protected]>
+  Math-BigInt-1.997.0-r2.ebuild, Math-BigInt-1.999.300.ebuild:
+  Use perl virtual
 
 *Math-BigInt-1.997.0-r2 (26 Jul 2014)
 




Reply via email to