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 | |
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')
-rw-r--r-- | dev-perl/Math-GMP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.04.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/Math-GMP/files/digest-Math-GMP-2.04 | 1 |
4 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index 7802fd62bd08..251b82334515 100644 --- a/dev-perl/Math-GMP/ChangeLog +++ b/dev-perl/Math-GMP/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-GMP # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.6 2004/06/25 00:45:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.7 2004/10/17 18:13:25 mcummings Exp $ + +*Math-GMP-2.04 (17 Oct 2004) + + 17 Oct 2004; Michael Cummings <mcummings@gentoo.org> +Math-GMP-2.04.ebuild: + New version on cpan; tested on sparc 26 May 2004; Bryan Østergaard <kloeri@gentoo.org> Math-GMP-2.03.ebuild: Stable on alpha. diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest index d23e76bc8647..4ac97ecd3db2 100644 --- a/dev-perl/Math-GMP/Manifest +++ b/dev-perl/Math-GMP/Manifest @@ -1,4 +1,6 @@ -MD5 390d775389676eef2fbae977fdb0d915 Math-GMP-2.03.ebuild 561 MD5 d5302e7dacc3cc06963971d65ce7f028 ChangeLog 749 +MD5 390d775389676eef2fbae977fdb0d915 Math-GMP-2.03.ebuild 561 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 b99b132c7c0dc1571c7dbad3640183aa Math-GMP-2.04.ebuild 421 MD5 1411e5c6d34ada7c6fb14086237edb48 files/digest-Math-GMP-2.03 64 +MD5 38263f076c31e00d03395879c7d25a82 files/digest-Math-GMP-2.04 64 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" diff --git a/dev-perl/Math-GMP/files/digest-Math-GMP-2.04 b/dev-perl/Math-GMP/files/digest-Math-GMP-2.04 new file mode 100644 index 000000000000..c7189623c396 --- /dev/null +++ b/dev-perl/Math-GMP/files/digest-Math-GMP-2.04 @@ -0,0 +1 @@ +MD5 291e5847986c7591cd70c1788c979a98 Math-GMP-2.04.tar.gz 17144 |