zlogene 14/05/01 17:50:23 Modified: ChangeLog Added: Math-BigInt-GMP-1.380.0.ebuild Log: Version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.21 dev-perl/Math-BigInt-GMP/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 6 Jan 2013 18:52:10 -0000 1.20 +++ ChangeLog 1 May 2014 17:50:23 -0000 1.21 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Math-BigInt-GMP -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.20 2013/01/06 18:52:10 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.21 2014/05/01 17:50:23 zlogene Exp $ + +*Math-BigInt-GMP-1.380.0 (01 May 2014) + + 01 May 2014; Mikle Kolyada <[email protected]> + +Math-BigInt-GMP-1.380.0.ebuild: + Version bump 06 Jan 2013; Torsten Veller <[email protected]> -Math-BigInt-GMP-1.360.0.ebuild: 1.1 dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild?rev=1.1&content-type=text/plain Index: Math-BigInt-GMP-1.380.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild,v 1.1 2014/05/01 17:50:23 zlogene Exp $ EAPI=5 MODULE_AUTHOR=PJACKLAM MODULE_VERSION=1.38 inherit perl-module DESCRIPTION="Use the GMP library for Math::BigInt routines" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=virtual/perl-Math-BigInt-1.997.0 >=dev-libs/gmp-4.0.0" DEPEND="${RDEPEND}" SRC_TEST="do"
