diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/crypt-random/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/crypt-random/Manifest | 6 | ||||
-rw-r--r-- | dev-perl/crypt-random/crypt-random-1.13.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/crypt-random/crypt-random-1.23.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/crypt-random/crypt-random-1.25.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/crypt-random/files/digest-crypt-random-1.25 | 1 | ||||
-rw-r--r-- | dev-perl/crypt-rsa/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/crypt-rsa/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild | 9 | ||||
-rw-r--r-- | dev-perl/crypt-rsa/crypt-rsa-1.55.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/crypt-rsa/files/digest-crypt-rsa-1.55 | 1 | ||||
-rw-r--r-- | dev-perl/math-pari/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/math-pari/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/math-pari/files/digest-math-pari-2.010603 | 2 | ||||
-rw-r--r-- | dev-perl/math-pari/math-pari-2.010500-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/math-pari/math-pari-2.010603.ebuild | 25 |
16 files changed, 131 insertions, 22 deletions
diff --git a/dev-perl/crypt-random/ChangeLog b/dev-perl/crypt-random/ChangeLog index 456340508dae..3e50f886bb5c 100644 --- a/dev-perl/crypt-random/ChangeLog +++ b/dev-perl/crypt-random/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/crypt-random -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-random/ChangeLog,v 1.5 2004/06/25 00:18:32 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-random/ChangeLog,v 1.6 2005/04/11 16:26:23 mcummings Exp $ + +*crypt-random-1.25 (11 Apr 2005) + + 11 Apr 2005; Michael Cummings <mcummings@gentoo.org> + crypt-random-1.13.ebuild, crypt-random-1.23.ebuild, + +crypt-random-1.25.ebuild: + new version, new deps, new joys, needed for module signing *crypt-random-1.23 (05 Jun 2004) diff --git a/dev-perl/crypt-random/Manifest b/dev-perl/crypt-random/Manifest index 4f4981b0525a..c0e97872bc7f 100644 --- a/dev-perl/crypt-random/Manifest +++ b/dev-perl/crypt-random/Manifest @@ -1,6 +1,8 @@ MD5 857ea68b5dc417aa4353a5564af7173e ChangeLog 721 +MD5 1284dd76ffb48325a28adfe80974ebd2 crypt-random-1.13.ebuild 652 +MD5 cd5ba244513727edaea3fff4f81620e3 crypt-random-1.23.ebuild 668 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 ce3fcf096db0ff486e42e36bad070d6a crypt-random-1.13.ebuild 666 -MD5 fe505a9880f2f59679ef965483f54077 crypt-random-1.23.ebuild 682 +MD5 a1675b016bb572946fab9f1d11144366 crypt-random-1.25.ebuild 575 MD5 46c0100126dbd602693ffbed13a8bbdd files/digest-crypt-random-1.13 67 MD5 462bab6f7b87d4f7a375840993e1b4b0 files/digest-crypt-random-1.23 67 +MD5 9ff06919cde1dd32b784e4d01f851eb7 files/digest-crypt-random-1.25 67 diff --git a/dev-perl/crypt-random/crypt-random-1.13.ebuild b/dev-perl/crypt-random/crypt-random-1.13.ebuild index 001d30b9bbc4..c0488016974c 100644 --- a/dev-perl/crypt-random/crypt-random-1.13.ebuild +++ b/dev-perl/crypt-random/crypt-random-1.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-random/crypt-random-1.13.ebuild,v 1.7 2004/10/16 23:57:25 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-random/crypt-random-1.13.ebuild,v 1.8 2005/04/11 16:26:23 mcummings Exp $ inherit perl-module @@ -8,7 +8,7 @@ MY_P=Crypt-Random-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Cryptographically Secure, True Random Number Generator" HOMEPAGE="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.readme" -SRC_URI="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" diff --git a/dev-perl/crypt-random/crypt-random-1.23.ebuild b/dev-perl/crypt-random/crypt-random-1.23.ebuild index b2d32290afcb..4d7c630d6234 100644 --- a/dev-perl/crypt-random/crypt-random-1.23.ebuild +++ b/dev-perl/crypt-random/crypt-random-1.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-random/crypt-random-1.23.ebuild,v 1.4 2004/10/16 23:57:25 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-random/crypt-random-1.23.ebuild,v 1.5 2005/04/11 16:26:23 mcummings Exp $ inherit perl-module @@ -8,7 +8,7 @@ MY_P=Crypt-Random-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Cryptographically Secure, True Random Number Generator" HOMEPAGE="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.readme" -SRC_URI="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" diff --git a/dev-perl/crypt-random/crypt-random-1.25.ebuild b/dev-perl/crypt-random/crypt-random-1.25.ebuild new file mode 100644 index 000000000000..126e87113b57 --- /dev/null +++ b/dev-perl/crypt-random/crypt-random-1.25.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-random/crypt-random-1.25.ebuild,v 1.1 2005/04/11 16:26:23 mcummings Exp $ + +inherit perl-module + +MY_P=Crypt-Random-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Cryptographically Secure, True Random Number Generator" +HOMEPAGE="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.readme" +SRC_URI="mirror://cpan/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~mips" +IUSE="" +SRC_TEST="do" + +DEPEND=">=dev-perl/math-pari-2.010603* + dev-perl/class-loader" diff --git a/dev-perl/crypt-random/files/digest-crypt-random-1.25 b/dev-perl/crypt-random/files/digest-crypt-random-1.25 new file mode 100644 index 000000000000..56544c14dbad --- /dev/null +++ b/dev-perl/crypt-random/files/digest-crypt-random-1.25 @@ -0,0 +1 @@ +MD5 5730c9d5acdd698790216d354ffb0513 Crypt-Random-1.25.tar.gz 8770 diff --git a/dev-perl/crypt-rsa/ChangeLog b/dev-perl/crypt-rsa/ChangeLog index bea7088b5dc9..4db310beb12e 100644 --- a/dev-perl/crypt-rsa/ChangeLog +++ b/dev-perl/crypt-rsa/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/crypt-rsa -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/ChangeLog,v 1.5 2004/06/25 00:18:55 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/ChangeLog,v 1.6 2005/04/11 16:27:39 mcummings Exp $ + +*crypt-rsa-1.55 (11 Apr 2005) + + 11 Apr 2005; Michael Cummings <mcummings@gentoo.org> crypt-rsa-1.50.ebuild, + +crypt-rsa-1.55.ebuild: + Version bump, good for module signature 25 Feb 2004; Joshua Kinard <kumba@gentoo.org> crypt-rsa-1.50.ebuild: Added ~mips to KEYWORDS to satisfy repoman deps. diff --git a/dev-perl/crypt-rsa/Manifest b/dev-perl/crypt-rsa/Manifest index 54a481d38bfc..4bb930879a69 100644 --- a/dev-perl/crypt-rsa/Manifest +++ b/dev-perl/crypt-rsa/Manifest @@ -1,4 +1,6 @@ MD5 cf5505cf2ca04bf4cbc9827ee2ef7633 ChangeLog 666 +MD5 c550f49925cd6950a571786805a41bbc crypt-rsa-1.50.ebuild 898 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 ada5dd796cd7c97349ace95c001d4745 crypt-rsa-1.50.ebuild 875 +MD5 00f02da6476116c50b52bebf5658b638 crypt-rsa-1.55.ebuild 912 MD5 a8dad20501159576e22cb72eca1569e8 files/digest-crypt-rsa-1.50 65 +MD5 11d96095be36d85374842724ca7bbc1b files/digest-crypt-rsa-1.55 65 diff --git a/dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild b/dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild index 495d70b92b3a..d57df301eda8 100644 --- a/dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild +++ b/dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild,v 1.8 2004/10/16 23:57:25 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/crypt-rsa-1.50.ebuild,v 1.9 2005/04/11 16:27:39 mcummings Exp $ inherit perl-module @@ -8,13 +8,15 @@ MY_P=Crypt-RSA-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Diffie-Hellman key exchange system" HOMEPAGE="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.readme" -SRC_URI="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ~amd64 ~mips" IUSE="" +SRC_TEST="do" + DEPEND="dev-perl/math-pari dev-perl/crypt-random dev-perl/Crypt-Blowfish @@ -25,5 +27,6 @@ DEPEND="dev-perl/math-pari dev-perl/digest-md2 dev-perl/convert-ascii-armour dev-perl/tie-encryptedhash + dev-perl/data-buffer dev-perl/crypt-primes dev-perl/crypt-cbc" diff --git a/dev-perl/crypt-rsa/crypt-rsa-1.55.ebuild b/dev-perl/crypt-rsa/crypt-rsa-1.55.ebuild new file mode 100644 index 000000000000..0b10fe0b31b4 --- /dev/null +++ b/dev-perl/crypt-rsa/crypt-rsa-1.55.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/crypt-rsa-1.55.ebuild,v 1.1 2005/04/11 16:27:39 mcummings Exp $ + +inherit perl-module + +MY_P=Crypt-RSA-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Diffie-Hellman key exchange system" +HOMEPAGE="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.readme" +SRC_URI="mirror://cpan/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~mips" +IUSE="" + +SRC_TEST="do" + +DEPEND=">=dev-perl/math-pari-2.010603* + dev-perl/crypt-random + dev-perl/Crypt-Blowfish + dev-perl/Sort-Versions + dev-perl/Digest-SHA1 + dev-perl/Digest-MD5 + dev-perl/class-loader + dev-perl/digest-md2 + dev-perl/convert-ascii-armour + dev-perl/tie-encryptedhash + dev-perl/crypt-primes + dev-perl/data-buffer + dev-perl/crypt-cbc" diff --git a/dev-perl/crypt-rsa/files/digest-crypt-rsa-1.55 b/dev-perl/crypt-rsa/files/digest-crypt-rsa-1.55 new file mode 100644 index 000000000000..441fee51815d --- /dev/null +++ b/dev-perl/crypt-rsa/files/digest-crypt-rsa-1.55 @@ -0,0 +1 @@ +MD5 d830a4f2704a4724e14125e547ebd42a Crypt-RSA-1.55.tar.gz 33735 diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog index 1f157cae4fc4..14b7f8c92360 100644 --- a/dev-perl/math-pari/ChangeLog +++ b/dev-perl/math-pari/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/math-pari -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.9 2004/06/25 00:45:28 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.10 2005/04/11 16:25:48 mcummings Exp $ + +*math-pari-2.010603 (11 Apr 2005) + + 11 Apr 2005; Michael Cummings <mcummings@gentoo.org> + math-pari-2.010500-r1.ebuild, +math-pari-2.010603.ebuild: + New version; needed for crypt modules to function (learned the hard way) 08 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> math-pari-2.010500.ebuild: diff --git a/dev-perl/math-pari/Manifest b/dev-perl/math-pari/Manifest index a26625aadb9e..ef4f9244d7c0 100644 --- a/dev-perl/math-pari/Manifest +++ b/dev-perl/math-pari/Manifest @@ -1,4 +1,6 @@ -MD5 8d5880f200182c1481b0f6d83a234919 math-pari-2.010500-r1.ebuild 905 MD5 9129a3f7ec5c0aa9c289e0fec9e4430b ChangeLog 1574 +MD5 74c36b554133d24bd12745b67c9bdfbf math-pari-2.010500-r1.ebuild 899 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 0af1d2adf450d74738304f7a2f716842 math-pari-2.010603.ebuild 810 MD5 c2c4ec5a0ec34e3f7744f2f8220fbf86 files/digest-math-pari-2.010500-r1 132 +MD5 2946e7c9e5bbdb5a6d5a592cf5d7c523 files/digest-math-pari-2.010603 130 diff --git a/dev-perl/math-pari/files/digest-math-pari-2.010603 b/dev-perl/math-pari/files/digest-math-pari-2.010603 new file mode 100644 index 000000000000..588cb81316ca --- /dev/null +++ b/dev-perl/math-pari/files/digest-math-pari-2.010603 @@ -0,0 +1,2 @@ +MD5 03a8f41699ae9a66891e0b50769afa6f Math-Pari-2.010603.tar.gz 102470 +MD5 506a061c8dcdec33d18876f3c551e951 pari-2.1.6.tgz 1541464 diff --git a/dev-perl/math-pari/math-pari-2.010500-r1.ebuild b/dev-perl/math-pari/math-pari-2.010500-r1.ebuild index 313662bfbe05..f36b42681ef4 100644 --- a/dev-perl/math-pari/math-pari-2.010500-r1.ebuild +++ b/dev-perl/math-pari/math-pari-2.010500-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010500-r1.ebuild,v 1.10 2004/12/28 15:12:15 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010500-r1.ebuild,v 1.11 2005/04/11 16:25:48 mcummings Exp $ inherit perl-module @@ -8,7 +8,7 @@ MY_P="Math-Pari-${PV}" S=${WORKDIR}/${MY_P} DESCRIPTION="Perl interface to PARI" HOMEPAGE="http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/${MY_P}.readme" -SRC_URI="http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/${MY_P}.tar.gz +SRC_URI="mirror://cpan/authors/id/I/IL/ILYAZ/modules/${MY_P}.tar.gz http://www.gn-50uma.de/ftp/pari-2.1/pari-2.1.5.tar.gz" LICENSE="|| ( Artistic GPL-2 )" diff --git a/dev-perl/math-pari/math-pari-2.010603.ebuild b/dev-perl/math-pari/math-pari-2.010603.ebuild new file mode 100644 index 000000000000..a7d8fcb1598a --- /dev/null +++ b/dev-perl/math-pari/math-pari-2.010603.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010603.ebuild,v 1.1 2005/04/11 16:25:48 mcummings Exp $ + +inherit perl-module + +MY_P="Math-Pari-${PV}" +S=${WORKDIR}/${MY_P} +DESCRIPTION="Perl interface to PARI" +HOMEPAGE="http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/${MY_P}.readme" +SRC_URI="mirror://cpan/authors/id/I/IL/ILYAZ/modules/${MY_P}.tar.gz + http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.1.6.tgz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~mips" +IUSE="" + +SRC_TEST="do" + +# Math::Pari requires that a copy of the pari source in a parallel +# directory to where you build it. It does not need to compile it, but +# it does need to be the same version as is installed, hence the hard +# DEPEND below +DEPEND="~sci-mathematics/pari-2.1.6" |