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 | dc58b71c2d5e88fa229100d15c9672b2dcf42fd2 (patch) | |
tree | 7c1ede6bc28a8b3da678c4362ea561fc360a2c8f /dev-perl/Math-GMP | |
parent | stable bump, plus link to gthread-2.0 (#38279) (diff) | |
download | historical-dc58b71c2d5e88fa229100d15c9672b2dcf42fd2.tar.gz historical-dc58b71c2d5e88fa229100d15c9672b2dcf42fd2.tar.bz2 historical-dc58b71c2d5e88fa229100d15c9672b2dcf42fd2.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 | 14 | ||||
-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, 36 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..0bd59e9620de 100644 --- a/dev-perl/Math-GMP/Manifest +++ b/dev-perl/Math-GMP/Manifest @@ -1,4 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 fcb97d3863b079da85ffd3de23d99e47 ChangeLog 898 MD5 390d775389676eef2fbae977fdb0d915 Math-GMP-2.03.ebuild 561 -MD5 d5302e7dacc3cc06963971d65ce7f028 ChangeLog 749 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 24086e3ddde984222632959d9f1f5c48 Math-GMP-2.04.ebuild 524 MD5 1411e5c6d34ada7c6fb14086237edb48 files/digest-Math-GMP-2.03 64 +MD5 38263f076c31e00d03395879c7d25a82 files/digest-Math-GMP-2.04 64 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.4 (GNU/Linux) + +iD8DBQFBcrVetG5z4I8BtQoRAoPRAJ0fsnADk2gFtgC45ne0sHqVDN7U3ACghSBa +RzjpcuhKlv4XHOSgeMhX7RE= +=yz2u +-----END PGP SIGNATURE----- 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 |