diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-08 07:48:12 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-08 07:48:12 +0000 |
commit | c7f8bf94cd15c2f2d8c7c7bcfbb8d012502563f4 (patch) | |
tree | dc886d171e13fbc5ed0e0b169118a4d4b9ee8a7f /dev-perl/Math-BigInt-GMP | |
parent | Version bump (diff) | |
download | gentoo-2-c7f8bf94cd15c2f2d8c7c7bcfbb8d012502563f4.tar.gz gentoo-2-c7f8bf94cd15c2f2d8c7c7bcfbb8d012502563f4.tar.bz2 gentoo-2-c7f8bf94cd15c2f2d8c7c7bcfbb8d012502563f4.zip |
Version bump
(Portage version: 2.2.0_alpha21/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-BigInt-GMP')
-rw-r--r-- | dev-perl/Math-BigInt-GMP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.340.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Math-BigInt-GMP/ChangeLog b/dev-perl/Math-BigInt-GMP/ChangeLog index 0bd21d34279d..089358ef38c6 100644 --- a/dev-perl/Math-BigInt-GMP/ChangeLog +++ b/dev-perl/Math-BigInt-GMP/ChangeLog @@ -1,6 +1,11 @@ # 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.12 2011/01/14 17:02:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.13 2011/02/08 07:48:12 tove Exp $ + +*Math-BigInt-GMP-1.340 (08 Feb 2011) + + 08 Feb 2011; Torsten Veller <tove@gentoo.org> +Math-BigInt-GMP-1.340.ebuild: + Version bump 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Math-BigInt-GMP-1.25.ebuild, -Math-BigInt-GMP-1.28.ebuild: diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.340.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.340.ebuild new file mode 100644 index 000000000000..b88d9891d6c9 --- /dev/null +++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.340.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.340.ebuild,v 1.1 2011/02/08 07:48:12 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=PJACKLAM +MODULE_VERSION=1.34 +inherit perl-module + +DESCRIPTION="Use the GMP library for Math::BigInt routines" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=perl-core/Math-BigInt-1.990.500 + >=dev-libs/gmp-4.0.0" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |