dilfridge 14/07/26 14:02:04 Modified: ChangeLog Added: Math-BigInt-FastCalc-0.300.0-r1.ebuild Removed: Math-BigInt-FastCalc-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.36 perl-core/Math-BigInt-FastCalc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 25 Aug 2013 12:43:28 -0000 1.35 +++ ChangeLog 26 Jul 2014 14:02:04 -0000 1.36 @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Math-BigInt-FastCalc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.35 2013/08/25 12:43:28 zlogene Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.36 2014/07/26 14:02:04 dilfridge Exp $ + +*Math-BigInt-FastCalc-0.300.0-r1 (26 Jul 2014) + + 26 Jul 2014; Andreas K. Huettel <[email protected]> + +Math-BigInt-FastCalc-0.300.0-r1.ebuild, -Math-BigInt-FastCalc-0.300.0.ebuild: + EAPI bump 25 Aug 2013; Mikle Kolyada <[email protected]> -Math-BigInt-FastCalc-0.19.ebuild, -Math-BigInt-FastCalc-0.24.ebuild, 1.1 perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Math-BigInt-FastCalc-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/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0-r1.ebuild,v 1.1 2014/07/26 14:02:04 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=PJACKLAM MODULE_VERSION=0.30 inherit perl-module DESCRIPTION="Math::BigInt::Calc with some XS for more speed" 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.997.0 virtual/perl-XSLoader" DEPEND="${RDEPEND}" SRC_TEST="do"
