diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-26 19:08:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-26 19:08:50 +0000 |
commit | 354d593da3b23ad76e5fb24c4901cc2af0534178 (patch) | |
tree | ed1f659b42f314eeeba37cc224c948327586a2f5 /dev-perl | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-354d593da3b23ad76e5fb24c4901cc2af0534178.tar.gz gentoo-2-354d593da3b23ad76e5fb24c4901cc2af0534178.tar.bz2 gentoo-2-354d593da3b23ad76e5fb24c4901cc2af0534178.zip |
[bump] dev-perl/Math-BigInt-GMP-1.360.0
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Math-BigInt-GMP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.360.0.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Math-BigInt-GMP/ChangeLog b/dev-perl/Math-BigInt-GMP/ChangeLog index e003fb5731a7..d5d4e90e5351 100644 --- a/dev-perl/Math-BigInt-GMP/ChangeLog +++ b/dev-perl/Math-BigInt-GMP/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Math-BigInt-GMP # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.14 2011/02/08 19:12:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.15 2011/02/26 19:08:50 tove Exp $ + +*Math-BigInt-GMP-1.360.0 (26 Feb 2011) + + 26 Feb 2011; Torsten Veller <tove@gentoo.org> + +Math-BigInt-GMP-1.360.0.ebuild: + Version bump *Math-BigInt-GMP-1.350 (08 Feb 2011) diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.360.0.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.360.0.ebuild new file mode 100644 index 000000000000..1f321d62f5e8 --- /dev/null +++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.360.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 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.360.0.ebuild,v 1.1 2011/02/26 19:08:50 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=PJACKLAM +MODULE_VERSION=1.36 +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.993.0 + >=dev-libs/gmp-4.0.0" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |