diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-16 10:56:41 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-16 10:56:41 +0000 |
commit | 5a71b326a217b4346cc015ef6d3fffdc8b2ee8fc (patch) | |
tree | 4f2f14942d73f9204622ecb049de495b13b1aec1 /perl-core/bignum | |
parent | Version bump, remove old (diff) | |
download | historical-5a71b326a217b4346cc015ef6d3fffdc8b2ee8fc.tar.gz historical-5a71b326a217b4346cc015ef6d3fffdc8b2ee8fc.tar.bz2 historical-5a71b326a217b4346cc015ef6d3fffdc8b2ee8fc.zip |
Version bump
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'perl-core/bignum')
-rw-r--r-- | perl-core/bignum/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/bignum/bignum-0.20.ebuild | 22 | ||||
-rw-r--r-- | perl-core/bignum/files/digest-bignum-0.20 | 3 |
3 files changed, 31 insertions, 1 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog index bfa4caeb2be2..a4b8a588a109 100644 --- a/perl-core/bignum/ChangeLog +++ b/perl-core/bignum/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/bignum # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.6 2007/04/11 03:04:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.7 2007/04/16 10:56:41 mcummings Exp $ + +*bignum-0.20 (16 Apr 2007) + + 16 Apr 2007; Michael Cummings <mcummings@gentoo.org> +bignum-0.20.ebuild: + Version bump 11 Apr 2007; Jeroen Roovers <jer@gentoo.org> bignum-0.19.ebuild: Marked ~hppa (bug #173295). diff --git a/perl-core/bignum/bignum-0.20.ebuild b/perl-core/bignum/bignum-0.20.ebuild new file mode 100644 index 000000000000..13c4af87ebbf --- /dev/null +++ b/perl-core/bignum/bignum-0.20.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.20.ebuild,v 1.1 2007/04/16 10:56:41 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Transparent BigNumber/BigRational support for Perl" +HOMEPAGE="http://search.cpan.org/~tels" +SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" +PREFER_BUILDPL="no" + +DEPEND=">=perl-core/Math-BigInt-1.82 + >=perl-core/Math-BigRat-0.18 + test? ( >=dev-perl/Test-Pod-Coverage-1.08 ) + dev-lang/perl" diff --git a/perl-core/bignum/files/digest-bignum-0.20 b/perl-core/bignum/files/digest-bignum-0.20 new file mode 100644 index 000000000000..945b8a2abafa --- /dev/null +++ b/perl-core/bignum/files/digest-bignum-0.20 @@ -0,0 +1,3 @@ +MD5 ecc137561eff4b8f00c6464aca4bb6f6 bignum-0.20.tar.gz 27009 +RMD160 c7cd2259d9759c978d5fc5c379a6f8a06c448193 bignum-0.20.tar.gz 27009 +SHA256 51792f57a27bec0cab9fbd8e6d54a21735107062e670d84d27c1f0ddbfd49cc9 bignum-0.20.tar.gz 27009 |