diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-10-02 15:52:51 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-10-02 15:52:51 +0000 |
commit | ab6979de8bccacd3158d6edb3d4e84dcf1691148 (patch) | |
tree | 9ae6dfe7f20ca535650c48f3845b69dbc5bbabd2 /perl-core | |
parent | Mark 0.2.4 stable on ia64 (diff) | |
download | gentoo-2-ab6979de8bccacd3158d6edb3d4e84dcf1691148.tar.gz gentoo-2-ab6979de8bccacd3158d6edb3d4e84dcf1691148.tar.bz2 gentoo-2-ab6979de8bccacd3158d6edb3d4e84dcf1691148.zip |
Mark 1.73 stable on ia64
(Portage version: 1.589-cvs)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Manifest | 6 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.73.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 1024fa928968..59cfbf9f200b 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Math-BigInt # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.3 2005/08/26 03:09:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.4 2005/10/02 15:52:51 agriffis Exp $ + + 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> Math-BigInt-1.73.ebuild: + Mark 1.73 stable on ia64 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> Math-BigInt-1.73.ebuild: add ~ia64 diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest index 18830b80952c..887a32f3ebeb 100644 --- a/perl-core/Math-BigInt/Manifest +++ b/perl-core/Math-BigInt/Manifest @@ -1,8 +1,8 @@ -MD5 d15789e85e0135936f3b1cc6305bc9a9 Math-BigInt-1.73.ebuild 608 -MD5 61705195ceb28c886ecb4d0ed1429d64 Math-BigInt-1.70.ebuild 592 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 d101f2975914b0f391058cf5452cf290 ChangeLog 2292 +MD5 61705195ceb28c886ecb4d0ed1429d64 Math-BigInt-1.70.ebuild 592 +MD5 b010d1cc95a5f23fe764ef1dac250771 Math-BigInt-1.73.ebuild 607 MD5 f3a8f7c20e12a96f00dd349c49fe4525 Math-BigInt-1.69.ebuild 587 -MD5 d6a633b9a6acedb716053a67339c2a00 files/digest-Math-BigInt-1.70 68 MD5 109b3f67b6c2ed044cbd5921a74aa244 files/digest-Math-BigInt-1.73 68 MD5 b461900d92f57d4e040ce12dfe67f876 files/digest-Math-BigInt-1.69 68 +MD5 d6a633b9a6acedb716053a67339c2a00 files/digest-Math-BigInt-1.70 68 diff --git a/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild index 04e5e41d79ae..8c3cdcb49f86 100644 --- a/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild +++ b/perl-core/Math-BigInt/Math-BigInt-1.73.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/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild,v 1.2 2005/08/26 03:09:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild,v 1.3 2005/10/02 15:52:51 agriffis Exp $ inherit perl-module @@ -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 ~ia64 ~ppc s390 sparc x86" +KEYWORDS="alpha amd64 ia64 ~ppc s390 sparc x86" IUSE="" DEPEND=">=dev-perl/Scalar-List-Utils-1.14" |