diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-05 17:14:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-05 17:14:45 +0000 |
commit | 5ab0626ad5f115a0d70754dcd59a76562245516e (patch) | |
tree | bc6fdd68fa74994ae256d7a1150c404f47d90673 /dev-perl/Math-BigInt-GMP | |
parent | [bump] virtual/perl-Math-BigInt-1.997.0 (diff) | |
download | gentoo-2-5ab0626ad5f115a0d70754dcd59a76562245516e.tar.gz gentoo-2-5ab0626ad5f115a0d70754dcd59a76562245516e.tar.bz2 gentoo-2-5ab0626ad5f115a0d70754dcd59a76562245516e.zip |
[bump] dev-perl/Math-BigInt-GMP-1.370.0
(Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-BigInt-GMP')
-rw-r--r-- | dev-perl/Math-BigInt-GMP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.370.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 4c149ea41ac7..8f31fa3a9194 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.16 2011/04/03 06:00:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.17 2011/09/05 17:14:45 tove Exp $ + +*Math-BigInt-GMP-1.370.0 (05 Sep 2011) + + 05 Sep 2011; Torsten Veller <tove@gentoo.org> + +Math-BigInt-GMP-1.370.0.ebuild: + Version bump 03 Apr 2011; Torsten Veller <tove@gentoo.org> -Math-BigInt-GMP-1.32.ebuild, -Math-BigInt-GMP-1.340.ebuild, -Math-BigInt-GMP-1.350.ebuild: diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.370.0.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.370.0.ebuild new file mode 100644 index 000000000000..03f6de0a7e84 --- /dev/null +++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.370.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.370.0.ebuild,v 1.1 2011/09/05 17:14:45 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=PJACKLAM +MODULE_VERSION=1.37 +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" |