summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-03-13 07:59:16 +0000
committerTorsten Veller <tove@gentoo.org>2013-03-13 07:59:16 +0000
commitfff9a6c76589dacf74ad8eec060cc7e4299448e4 (patch)
tree226c518ac6fb79aba17f8d23cd884ef8904fdb87 /perl-core
parentVersion bump. (diff)
downloadgentoo-2-fff9a6c76589dacf74ad8eec060cc7e4299448e4.tar.gz
gentoo-2-fff9a6c76589dacf74ad8eec060cc7e4299448e4.tar.bz2
gentoo-2-fff9a6c76589dacf74ad8eec060cc7e4299448e4.zip
[bump] perl-core/bignum-0.320.0
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/bignum/ChangeLog7
-rw-r--r--perl-core/bignum/bignum-0.320.0.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog
index 78543e3e060f..18ec19e0fe8d 100644
--- a/perl-core/bignum/ChangeLog
+++ b/perl-core/bignum/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/bignum
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.50 2013/03/02 16:24:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.51 2013/03/13 07:59:16 tove Exp $
+
+*bignum-0.320.0 (13 Mar 2013)
+
+ 13 Mar 2013; Torsten Veller <tove@gentoo.org> +bignum-0.320.0.ebuild:
+ Version bump
02 Mar 2013; Agostino Sarubbo <ago@gentoo.org> bignum-0.300.0.ebuild:
Stable for sh, wrt bug #458122
diff --git a/perl-core/bignum/bignum-0.320.0.ebuild b/perl-core/bignum/bignum-0.320.0.ebuild
new file mode 100644
index 000000000000..0fd44f888df0
--- /dev/null
+++ b/perl-core/bignum/bignum-0.320.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.320.0.ebuild,v 1.1 2013/03/13 07:59:16 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.32
+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.880.0
+ >=perl-core/Math-BigRat-0.210.0
+"
+DEPEND="${RDEPEND}"
+# test? (
+# dev-perl/Test-Pod
+# >=dev-perl/Test-Pod-Coverage-1.08
+# )
+#"
+
+SRC_TEST="do"