summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-11 16:27:39 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-11 16:27:39 +0000
commitbfb0545bf42639bb733a25cf245e799634585e09 (patch)
tree06ba3802b41f4b6f7126f7a428abeaf39e8fb079 /dev-perl/math-pari
parentsyntax fixes (diff)
downloadgentoo-2-bfb0545bf42639bb733a25cf245e799634585e09.tar.gz
gentoo-2-bfb0545bf42639bb733a25cf245e799634585e09.tar.bz2
gentoo-2-bfb0545bf42639bb733a25cf245e799634585e09.zip
bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r--dev-perl/math-pari/ChangeLog10
-rw-r--r--dev-perl/math-pari/Manifest4
-rw-r--r--dev-perl/math-pari/files/digest-math-pari-2.0106032
-rw-r--r--dev-perl/math-pari/math-pari-2.010500-r1.ebuild6
-rw-r--r--dev-perl/math-pari/math-pari-2.010603.ebuild25
5 files changed, 41 insertions, 6 deletions
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"