summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-09 19:05:40 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-09 19:05:40 +0000
commit8699cccff0e23a67620c8369cc207431030974ed (patch)
treedf81e519cfc9b264dfd76936fd2f3ced8905ab6d /perl-core/bignum
parentMarked ~ppc wrt #364443 (diff)
downloadgentoo-2-8699cccff0e23a67620c8369cc207431030974ed.tar.gz
gentoo-2-8699cccff0e23a67620c8369cc207431030974ed.tar.bz2
gentoo-2-8699cccff0e23a67620c8369cc207431030974ed.zip
[bump] perl-core/bignum-0.290.0
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/bignum')
-rw-r--r--perl-core/bignum/ChangeLog7
-rw-r--r--perl-core/bignum/bignum-0.290.0.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog
index 33350c41f95d..59f265b801a4 100644
--- a/perl-core/bignum/ChangeLog
+++ b/perl-core/bignum/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/bignum
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.30 2011/07/12 15:55:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.31 2011/08/09 19:05:40 tove Exp $
+
+*bignum-0.290.0 (09 Aug 2011)
+
+ 09 Aug 2011; Torsten Veller <tove@gentoo.org> +bignum-0.290.0.ebuild:
+ Version bump
*bignum-0.280.0 (12 Jul 2011)
diff --git a/perl-core/bignum/bignum-0.290.0.ebuild b/perl-core/bignum/bignum-0.290.0.ebuild
new file mode 100644
index 000000000000..75450b093432
--- /dev/null
+++ b/perl-core/bignum/bignum-0.290.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.290.0.ebuild,v 1.1 2011/08/09 19:05:40 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.29
+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-macos ~x86-solaris"
+IUSE="test"
+
+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"