diff options
author | 2005-11-19 15:52:28 +0000 | |
---|---|---|
committer | 2005-11-19 15:52:28 +0000 | |
commit | 7d95ca21f84e58a5eaa35a9b4939c0d212300808 (patch) | |
tree | c9eda3b4d61cc796e04f029b27e9080fc2976059 /dev-perl/math-pari | |
parent | Stable on ppc64; bug #112609 (diff) | |
download | gentoo-2-7d95ca21f84e58a5eaa35a9b4939c0d212300808.tar.gz gentoo-2-7d95ca21f84e58a5eaa35a9b4939c0d212300808.tar.bz2 gentoo-2-7d95ca21f84e58a5eaa35a9b4939c0d212300808.zip |
Version bump
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r-- | dev-perl/math-pari/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/math-pari/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/math-pari/files/digest-math-pari-2.010702 | 2 | ||||
-rw-r--r-- | dev-perl/math-pari/math-pari-2.010702.ebuild | 25 |
4 files changed, 35 insertions, 1 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog index 19f4a514c041..56dd9baa52fd 100644 --- a/dev-perl/math-pari/ChangeLog +++ b/dev-perl/math-pari/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/math-pari # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.16 2005/11/10 02:05:41 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.17 2005/11/19 15:52:28 mcummings Exp $ + +*math-pari-2.010702 (19 Nov 2005) + + 19 Nov 2005; <mcumming@gentoo.org> +math-pari-2.010702.ebuild: + Version bump 10 Nov 2005; Jason Wever <weeve@gentoo.org> math-pari-2.010603.ebuild: Added ~sparc keyword. diff --git a/dev-perl/math-pari/Manifest b/dev-perl/math-pari/Manifest index 657f4fc9dd5b..69c379d2c192 100644 --- a/dev-perl/math-pari/Manifest +++ b/dev-perl/math-pari/Manifest @@ -1,7 +1,9 @@ MD5 a8e8aa3e20e881c8a8900b68f5913438 ChangeLog 2536 MD5 c2c4ec5a0ec34e3f7744f2f8220fbf86 files/digest-math-pari-2.010500-r1 132 MD5 2946e7c9e5bbdb5a6d5a592cf5d7c523 files/digest-math-pari-2.010603 130 +MD5 7a28837d7d66fda2cbedacc81aea8916 files/digest-math-pari-2.010702 130 MD5 0796c30582a5a757aaf98a324261e176 files/math-pari-hppa.patch 637 MD5 508e2511c5d0a49e2945dcced2bf6c6c math-pari-2.010500-r1.ebuild 895 MD5 6e10eaf4bb6730c553c9a338d8132392 math-pari-2.010603.ebuild 988 +MD5 dddd4c6101494879081907847863a456 math-pari-2.010702.ebuild 817 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 diff --git a/dev-perl/math-pari/files/digest-math-pari-2.010702 b/dev-perl/math-pari/files/digest-math-pari-2.010702 new file mode 100644 index 000000000000..d9ed3eee796c --- /dev/null +++ b/dev-perl/math-pari/files/digest-math-pari-2.010702 @@ -0,0 +1,2 @@ +MD5 025c96090ab506eb7c4d499b85ddec33 Math-Pari-2.010702.tar.gz 107266 +MD5 357b7a42e89e2761a5367bbcbfcca5f2 pari-2.1.7.tgz 1542137 diff --git a/dev-perl/math-pari/math-pari-2.010702.ebuild b/dev-perl/math-pari/math-pari-2.010702.ebuild new file mode 100644 index 000000000000..c73aede173ca --- /dev/null +++ b/dev-perl/math-pari/math-pari-2.010702.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.010702.ebuild,v 1.1 2005/11/19 15:52:28 mcummings Exp $ + +inherit perl-module eutils + +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.7.tgz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +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.7" |