diff options
author | 2005-04-29 00:14:13 +0000 | |
---|---|---|
committer | 2005-04-29 00:14:13 +0000 | |
commit | f1d762e7a477139443aa3182ab00e4e1be30e194 (patch) | |
tree | 31df39758926911fe4dbeb60575d399257cd04e5 /dev-perl/Math-GMP | |
parent | clean up ebuild to suck less and fix m4 warnings (diff) | |
download | gentoo-2-f1d762e7a477139443aa3182ab00e4e1be30e194.tar.gz gentoo-2-f1d762e7a477139443aa3182ab00e4e1be30e194.tar.bz2 gentoo-2-f1d762e7a477139443aa3182ab00e4e1be30e194.zip |
Cleaning and bumping
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.03.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.04.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index 5f3a6ffa77ce..e66873dcd5de 100644 --- a/dev-perl/Math-GMP/ChangeLog +++ b/dev-perl/Math-GMP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Math-GMP # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.9 2005/04/22 12:36:23 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.10 2005/04/29 00:14:13 mcummings Exp $ + + 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> Math-GMP-2.03.ebuild, + Math-GMP-2.04.ebuild: + Cleaning and bumping. 22 Apr 2005; Simon Stelling <blubb@gentoo.org> Math-GMP-2.03.ebuild: stable on amd64 diff --git a/dev-perl/Math-GMP/Math-GMP-2.03.ebuild b/dev-perl/Math-GMP/Math-GMP-2.03.ebuild index 061c50824263..35c7b1de30f9 100644 --- a/dev-perl/Math-GMP/Math-GMP-2.03.ebuild +++ b/dev-perl/Math-GMP/Math-GMP-2.03.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 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.03.ebuild,v 1.9 2005/04/22 12:36:23 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.03.ebuild,v 1.10 2005/04/29 00:14:13 mcummings Exp $ inherit perl-module DESCRIPTION="High speed arbitrary size integer math" -SRC_URI="http://www.cpan.org/modules/by-authors/id/C/CH/CHIPT/${P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/C/CH/CHIPT/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/C/CH/CHIPT/${P}.readme" SLOT="0" diff --git a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild b/dev-perl/Math-GMP/Math-GMP-2.04.ebuild index b02a548b676d..3aa5e6c828be 100644 --- a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild +++ b/dev-perl/Math-GMP/Math-GMP-2.04.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-GMP/Math-GMP-2.04.ebuild,v 1.1 2004/10/17 18:13:25 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.04.ebuild,v 1.2 2005/04/29 00:14:13 mcummings Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~chipt/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86 ~alpha ~ppc ~sparc ~amd64 ~mips" +KEYWORDS="x86 ~alpha ~ppc sparc ~amd64 ~mips" IUSE="" DEPEND="dev-libs/gmp" |