From 06c5c82816d8562148840126905b7e655a58a0a4 Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Sun, 17 Oct 2004 18:13:25 +0000 Subject: New version on cpan; tested on sparc --- dev-perl/Math-GMP/Math-GMP-2.04.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dev-perl/Math-GMP/Math-GMP-2.04.ebuild (limited to 'dev-perl/Math-GMP/Math-GMP-2.04.ebuild') 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" -- cgit v1.2.3-65-gdbad