diff options
author | Torsten Veller <tove@gentoo.org> | 2012-09-13 19:05:16 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-09-13 19:05:16 +0000 |
commit | 54e469b3590dafcaa87ad8538d88e182362f149f (patch) | |
tree | 4f902e8be7d415cb06ed9c9a5b9d09f710721946 /perl-core/bignum | |
parent | Stabilise latest on amd64 and x86. Drop older. (diff) | |
download | gentoo-2-54e469b3590dafcaa87ad8538d88e182362f149f.tar.gz gentoo-2-54e469b3590dafcaa87ad8538d88e182362f149f.tar.bz2 gentoo-2-54e469b3590dafcaa87ad8538d88e182362f149f.zip |
[bump] perl-core/bignum-0.300.0
(Portage version: 2.2.0_alpha127/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/bignum')
-rw-r--r-- | perl-core/bignum/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/bignum/bignum-0.300.0.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog index eefbe3116abd..f1395ff984d6 100644 --- a/perl-core/bignum/ChangeLog +++ b/perl-core/bignum/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/bignum # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.39 2012/09/01 12:11:03 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.40 2012/09/13 19:05:16 tove Exp $ + +*bignum-0.300.0 (13 Sep 2012) + + 13 Sep 2012; Torsten Veller <tove@gentoo.org> +bignum-0.300.0.ebuild: + Version bump 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> bignum-0.290.0.ebuild: Marked ~ppc-aix, bug #432288 diff --git a/perl-core/bignum/bignum-0.300.0.ebuild b/perl-core/bignum/bignum-0.300.0.ebuild new file mode 100644 index 000000000000..327bacd40e5e --- /dev/null +++ b/perl-core/bignum/bignum-0.300.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.300.0.ebuild,v 1.1 2012/09/13 19:05:16 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=FLORA +MODULE_VERSION=0.30 +inherit perl-module + +DESCRIPTION="Transparent BigNumber/BigRational support for Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" +IUSE="" + +RDEPEND=" + >=perl-core/Math-BigInt-1.88 + >=perl-core/Math-BigRat-0.21 +" +DEPEND="${RDEPEND}" +# test? ( +# dev-perl/Test-Pod +# >=dev-perl/Test-Pod-Coverage-1.08 +# ) +#" + +SRC_TEST="do" |