diff options
-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" |