diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-11 02:20:04 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-11 02:20:04 +0000 |
commit | 8acc2c28978b752768f4ddd173a1aa969c42ec27 (patch) | |
tree | ba7d77e97fc98c23c41f834719ec6fb057c6c24e /perl-core/Math-BigInt | |
parent | alpha/ia64 love (diff) | |
download | historical-8acc2c28978b752768f4ddd173a1aa969c42ec27.tar.gz historical-8acc2c28978b752768f4ddd173a1aa969c42ec27.tar.bz2 historical-8acc2c28978b752768f4ddd173a1aa969c42ec27.zip |
Version bump upstream
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'perl-core/Math-BigInt')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Manifest | 8 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.77.ebuild | 18 | ||||
-rw-r--r-- | perl-core/Math-BigInt/files/digest-Math-BigInt-1.77 | 1 |
4 files changed, 31 insertions, 4 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 59cfbf9f200b..6ff3331cc234 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2005/10/02 15:52:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.5 2005/11/11 02:13:29 mcummings Exp $ + +*Math-BigInt-1.77 (11 Nov 2005) + + 11 Nov 2005; Michael Cummings <mcummings@gentoo.org> + +Math-BigInt-1.77.ebuild: + Version bump upstream 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> Math-BigInt-1.73.ebuild: Mark 1.73 stable on ia64 diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest index cdbe66afdfc8..9c3d8725d416 100644 --- a/perl-core/Math-BigInt/Manifest +++ b/perl-core/Math-BigInt/Manifest @@ -1,8 +1,10 @@ -MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 2f2c9d156431bd924e186ea21ff45509 ChangeLog 2395 +MD5 f3a8f7c20e12a96f00dd349c49fe4525 Math-BigInt-1.69.ebuild 587 MD5 61705195ceb28c886ecb4d0ed1429d64 Math-BigInt-1.70.ebuild 592 MD5 95efd87dcaa8f9c6f6da6b629606db9d Math-BigInt-1.73.ebuild 607 -MD5 f3a8f7c20e12a96f00dd349c49fe4525 Math-BigInt-1.69.ebuild 587 -MD5 109b3f67b6c2ed044cbd5921a74aa244 files/digest-Math-BigInt-1.73 68 +MD5 c3bc0eb055f5c99569c7188f4a8c3e5e Math-BigInt-1.77.ebuild 504 MD5 b461900d92f57d4e040ce12dfe67f876 files/digest-Math-BigInt-1.69 68 MD5 d6a633b9a6acedb716053a67339c2a00 files/digest-Math-BigInt-1.70 68 +MD5 109b3f67b6c2ed044cbd5921a74aa244 files/digest-Math-BigInt-1.73 68 +MD5 6bc4996509cd0bee8aa18599440f4572 files/digest-Math-BigInt-1.77 68 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 diff --git a/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild new file mode 100644 index 000000000000..fccdaf23a292 --- /dev/null +++ b/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild @@ -0,0 +1,18 @@ +# 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.77.ebuild,v 1.1 2005/11/11 02:13:30 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" +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" +IUSE="" + +DEPEND=">=dev-perl/Scalar-List-Utils-1.14" + +SRC_TEST="do" diff --git a/perl-core/Math-BigInt/files/digest-Math-BigInt-1.77 b/perl-core/Math-BigInt/files/digest-Math-BigInt-1.77 new file mode 100644 index 000000000000..130a7af93e97 --- /dev/null +++ b/perl-core/Math-BigInt/files/digest-Math-BigInt-1.77 @@ -0,0 +1 @@ +MD5 fcdff3ada4badb1ed00ff4cfc7752de2 Math-BigInt-1.77.tar.gz 169422 |