diff options
author | 2011-09-05 17:14:45 +0000 | |
---|---|---|
committer | 2011-09-05 17:14:45 +0000 | |
commit | 6e256ab630c324cddf8a3579b7543f27698f4fd3 (patch) | |
tree | 293c8211dfde1465708f65f49a59d9c4897a0f6f /dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.370.0.ebuild | |
parent | [bump] virtual/perl-Math-BigInt-1.997.0 (diff) | |
download | historical-6e256ab630c324cddf8a3579b7543f27698f4fd3.tar.gz historical-6e256ab630c324cddf8a3579b7543f27698f4fd3.tar.bz2 historical-6e256ab630c324cddf8a3579b7543f27698f4fd3.zip |
[bump] dev-perl/Math-BigInt-GMP-1.370.0
Package-Manager: portage-2.2.0_alpha53/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.370.0.ebuild')
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.370.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
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" |