diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 18:08:33 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 18:08:33 +0000 |
commit | adaa6295033d58347ec755d481759a1ee0888250 (patch) | |
tree | 13bb01b892a7d1bdd056805cc6d7c91fe5066f7b /perl-core/Math-BigInt | |
parent | Ebuild maintenance (diff) | |
download | historical-adaa6295033d58347ec755d481759a1ee0888250.tar.gz historical-adaa6295033d58347ec755d481759a1ee0888250.tar.bz2 historical-adaa6295033d58347ec755d481759a1ee0888250.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'perl-core/Math-BigInt')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild | 7 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.77.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 5528d3945c33..7eb31f64e125 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Math-BigInt -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.19 2006/11/05 02:15:50 mcummings Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.20 2007/01/19 18:02:20 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Math-BigInt-1.77.ebuild, Math-BigInt-1.77-r1.ebuild: + Ebuild maintenance 05 Nov 2006; Michael Cummings <mcummings@gentoo.org> Math-BigInt-1.77-r1.ebuild: diff --git a/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild index b2023b3b6351..88463a11c98e 100644 --- a/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild +++ b/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild,v 1.10 2006/11/05 02:15:50 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild,v 1.11 2007/01/19 18:02:20 mcummings Exp $ inherit perl-module eutils DESCRIPTION="Arbitrary size floating point math package" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TE/TELS/math/${P}.readme" +HOMEPAGE="http://serach.cpan.org/~tels/" SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -15,7 +15,6 @@ IUSE="" DEPEND="dev-lang/perl >=virtual/perl-Scalar-List-Utils-1.14" -RDEPEND="${DEPEND}" SRC_TEST="do" diff --git a/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild index a6c3003d8eec..43e78229e650 100644 --- a/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild +++ b/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild,v 1.9 2006/08/04 13:28:28 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild,v 1.10 2007/01/19 18:02:20 mcummings Exp $ inherit perl-module DESCRIPTION="Arbitrary size floating point math package" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TE/TELS/math/${P}.readme" +HOMEPAGE="http://serach.cpan.org/~tels/" SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -15,6 +15,5 @@ IUSE="" DEPEND="dev-lang/perl >=virtual/perl-Scalar-List-Utils-1.14" -RDEPEND="${DEPEND}" SRC_TEST="do" |