dilfridge 14/07/26 14:04:37 Modified: ChangeLog Added: Math-BigInt-1.997.0-r2.ebuild Removed: Math-BigInt-1.997.0-r1.ebuild Log: EAPI bump, this time really (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.88 perl-core/Math-BigInt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.88&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.88&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?r1=1.87&r2=1.88 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- ChangeLog 26 Jul 2014 11:58:41 -0000 1.87 +++ ChangeLog 26 Jul 2014 14:04:37 -0000 1.88 @@ -1,6 +1,12 @@ # 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.87 2014/07/26 11:58:41 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.88 2014/07/26 14:04:37 dilfridge Exp $ + +*Math-BigInt-1.997.0-r2 (26 Jul 2014) + + 26 Jul 2014; Andreas K. Huettel <[email protected]> + +Math-BigInt-1.997.0-r2.ebuild, -Math-BigInt-1.997.0-r1.ebuild: + EAPI bump, this time really *Math-BigInt-1.999.300 (26 Jul 2014) *Math-BigInt-1.997.0-r1 (26 Jul 2014) 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild?rev=1.1&content-type=text/plain Index: Math-BigInt-1.997.0-r2.ebuild =================================================================== # 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 $ EAPI=5 MODULE_AUTHOR=PJACKLAM MODULE_VERSION=1.997 inherit perl-module eutils DESCRIPTION="Arbitrary size floating point math package" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=">=virtual/perl-Scalar-List-Utils-1.140.0" DEPEND="${RDEPEND}" PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.270.0 >=perl-core/bignum-0.220.0 >=virtual/perl-Math-BigRat-0.260.200" PATCHES=( "${FILESDIR}/${P}-overload.patch" ) SRC_TEST="do"
