diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-22 14:12:25 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-22 14:12:25 +0000 |
commit | 3662f414901c939edbec585b42f475b2a975795b (patch) | |
tree | 7bfe23a309cb9a66ac2f3dd712f5696fe0f64d63 /perl-core/bignum | |
parent | Remove old ebuild. (diff) | |
download | gentoo-2-3662f414901c939edbec585b42f475b2a975795b.tar.gz gentoo-2-3662f414901c939edbec585b42f475b2a975795b.tar.bz2 gentoo-2-3662f414901c939edbec585b42f475b2a975795b.zip |
Version bump
(Portage version: 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.21.ebuild | 22 | ||||
-rw-r--r-- | perl-core/bignum/files/digest-bignum-0.21 | 3 |
3 files changed, 31 insertions, 1 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog index 9dc5cc60e94f..6161fb57e815 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.8 2007/04/16 13:07:03 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.9 2007/04/22 14:12:25 mcummings Exp $ + +*bignum-0.21 (22 Apr 2007) + + 22 Apr 2007; Michael Cummings <mcummings@gentoo.org> +bignum-0.21.ebuild: + Version bump 16 Apr 2007; Michael Cummings <mcummings@gentoo.org> bignum-0.20.ebuild: Updated IUSE for bignum-0.20 diff --git a/perl-core/bignum/bignum-0.21.ebuild b/perl-core/bignum/bignum-0.21.ebuild new file mode 100644 index 000000000000..762ff1cbc0cf --- /dev/null +++ b/perl-core/bignum/bignum-0.21.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.21.ebuild,v 1.1 2007/04/22 14:12:25 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="test" + +SRC_TEST="do" +PREFER_BUILDPL="no" + +DEPEND=">=perl-core/Math-BigInt-1.83 + >=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.21 b/perl-core/bignum/files/digest-bignum-0.21 new file mode 100644 index 000000000000..68fba527aeed --- /dev/null +++ b/perl-core/bignum/files/digest-bignum-0.21 @@ -0,0 +1,3 @@ +MD5 090532fad1dec171da009688dae3cd4e bignum-0.21.tar.gz 27397 +RMD160 6cfbddc27fc83a917084f2eab8f233069753688c bignum-0.21.tar.gz 27397 +SHA256 b6b43bba4ea326baf13fe299b2f3aab3224dde9b773a206ba1d6c172b5f7c374 bignum-0.21.tar.gz 27397 |