diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-07-18 15:47:57 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-07-18 15:47:57 +0000 |
commit | 172d424e436b8c7029f6044072fb24544621fa92 (patch) | |
tree | b814408b8309a0237e05f82ffdd811c5eebe6bcf /perl-core/Math-BigInt | |
parent | Stable on alpha. (diff) | |
download | historical-172d424e436b8c7029f6044072fb24544621fa92.tar.gz historical-172d424e436b8c7029f6044072fb24544621fa92.tar.bz2 historical-172d424e436b8c7029f6044072fb24544621fa92.zip |
Stable on alpha.
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'perl-core/Math-BigInt')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 6e2ad2bc4a72..04f26bba46a9 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.13 2006/07/05 19:59:08 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.14 2006/07/18 15:45:34 kloeri Exp $ + + 18 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> + Math-BigInt-1.77-r1.ebuild: + Stable on alpha. 05 Jul 2006; Christian Hartmann <ian@gentoo.org> Math-BigInt-1.73.ebuild, Math-BigInt-1.77.ebuild, 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 fcbaa4488df4..5998466abfe9 100644 --- a/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild +++ b/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.5 2006/07/05 19:59:08 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild,v 1.6 2006/07/18 15:45:34 kloeri Exp $ inherit perl-module eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~ppc s390 sh sparc ~x86" +KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~ppc s390 sh sparc ~x86" IUSE="" DEPEND=">=virtual/perl-Scalar-List-Utils-1.14" |