diff options
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r-- | dev-perl/math-pari/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/math-pari/Manifest | 8 | ||||
-rw-r--r-- | dev-perl/math-pari/math-pari-2.010603.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog index 5f8613b64be7..19f4a514c041 100644 --- a/dev-perl/math-pari/ChangeLog +++ b/dev-perl/math-pari/ChangeLog @@ -1,6 +1,9 @@ # 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.15 2005/09/08 21:22:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.16 2005/11/10 02:05:41 weeve Exp $ + + 10 Nov 2005; Jason Wever <weeve@gentoo.org> math-pari-2.010603.ebuild: + Added ~sparc keyword. 08 Sep 2005; Aron Griffis <agriffis@gentoo.org> math-pari-2.010603.ebuild: Mark 2.010603 stable on alpha diff --git a/dev-perl/math-pari/Manifest b/dev-perl/math-pari/Manifest index 10257282420f..5067a2871a8f 100644 --- a/dev-perl/math-pari/Manifest +++ b/dev-perl/math-pari/Manifest @@ -1,7 +1,7 @@ -MD5 62e9f64dfa8b590953f0753e4bf96b17 math-pari-2.010603.ebuild 984 -MD5 508e2511c5d0a49e2945dcced2bf6c6c math-pari-2.010500-r1.ebuild 895 -MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 c953842b57a8182971a607f11e948451 ChangeLog 2441 MD5 c2c4ec5a0ec34e3f7744f2f8220fbf86 files/digest-math-pari-2.010500-r1 132 -MD5 0796c30582a5a757aaf98a324261e176 files/math-pari-hppa.patch 637 MD5 2946e7c9e5bbdb5a6d5a592cf5d7c523 files/digest-math-pari-2.010603 130 +MD5 0796c30582a5a757aaf98a324261e176 files/math-pari-hppa.patch 637 +MD5 508e2511c5d0a49e2945dcced2bf6c6c math-pari-2.010500-r1.ebuild 895 +MD5 83a3b591fed60cc41561b8765cb14add math-pari-2.010603.ebuild 991 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 diff --git a/dev-perl/math-pari/math-pari-2.010603.ebuild b/dev-perl/math-pari/math-pari-2.010603.ebuild index a717703b9b8a..b025cbf23fc8 100644 --- a/dev-perl/math-pari/math-pari-2.010603.ebuild +++ b/dev-perl/math-pari/math-pari-2.010603.ebuild @@ -1,6 +1,6 @@ # 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.5 2005/09/08 21:22:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010603.ebuild,v 1.6 2005/11/10 02:05:41 weeve Exp $ inherit perl-module eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/I/IL/ILYAZ/modules/${MY_P}.tar.gz LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ~mips ~ppc x86" +KEYWORDS="alpha ~amd64 hppa ~mips ~ppc ~sparc x86" IUSE="" SRC_TEST="do" |