diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-10-17 18:13:25 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-10-17 18:13:25 +0000 |
commit | 06c5c82816d8562148840126905b7e655a58a0a4 (patch) | |
tree | 687c15c771b933e320242791fff46eba9944cebc /dev-perl/Math-GMP/Math-GMP-2.04.ebuild | |
parent | stable bump, plus link to gthread-2.0 (#38279) (Manifest recommit) (diff) | |
download | gentoo-2-06c5c82816d8562148840126905b7e655a58a0a4.tar.gz gentoo-2-06c5c82816d8562148840126905b7e655a58a0a4.tar.bz2 gentoo-2-06c5c82816d8562148840126905b7e655a58a0a4.zip |
New version on cpan; tested on sparc
Diffstat (limited to 'dev-perl/Math-GMP/Math-GMP-2.04.ebuild')
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.04.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild b/dev-perl/Math-GMP/Math-GMP-2.04.ebuild new file mode 100644 index 000000000000..b02a548b676d --- /dev/null +++ b/dev-perl/Math-GMP/Math-GMP-2.04.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.04.ebuild,v 1.1 2004/10/17 18:13:25 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="High speed arbitrary size integer math" +SRC_URI="mirror://cpan/authors/id/C/CH/CHIPT/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~chipt/${P}/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~x86 ~alpha ~ppc ~sparc ~amd64 ~mips" +IUSE="" + +DEPEND="dev-libs/gmp" |