dilfridge 14/07/26 12:41:47 Modified: ChangeLog Added: bignum-0.300.0-r1.ebuild Removed: bignum-0.300.0.ebuild Log: EAPI bump (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.55 perl-core/bignum/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/ChangeLog?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/ChangeLog?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/ChangeLog?r1=1.54&r2=1.55 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- ChangeLog 10 Jul 2014 22:26:50 -0000 1.54 +++ ChangeLog 26 Jul 2014 12:41:47 -0000 1.55 @@ -1,6 +1,12 @@ # ChangeLog for perl-core/bignum # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.54 2014/07/10 22:26:50 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.55 2014/07/26 12:41:47 dilfridge Exp $ + +*bignum-0.300.0-r1 (26 Jul 2014) + + 26 Jul 2014; Andreas K. Huettel <[email protected]> + +bignum-0.300.0-r1.ebuild, -bignum-0.300.0.ebuild: + EAPI bump 10 Jul 2014; Andreas K. Huettel <[email protected]> -bignum-0.23.ebuild, -bignum-0.24.ebuild, -bignum-0.25.ebuild, -bignum-0.280.0.ebuild, 1.1 perl-core/bignum/bignum-0.300.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.300.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.300.0-r1.ebuild?rev=1.1&content-type=text/plain Index: bignum-0.300.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.300.0-r1.ebuild,v 1.1 2014/07/26 12:41:47 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=FLORA MODULE_VERSION=0.30 inherit perl-module DESCRIPTION="Transparent BigNumber/BigRational support for Perl" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=" >=virtual/perl-Math-BigInt-1.88 >=virtual/perl-Math-BigRat-0.21 " DEPEND="${RDEPEND}" # test? ( # dev-perl/Test-Pod # >=dev-perl/Test-Pod-Coverage-1.08 # ) #" SRC_TEST="do"
