diff options
author | Torsten Veller <tove@gentoo.org> | 2010-09-05 08:34:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-09-05 08:34:11 +0000 |
commit | 83643a08a935e00bcecada5eb14dc831bcebb9e7 (patch) | |
tree | fa5ea306fc6e9907cebc7da66f0b0561bc693024 /perl-core/bignum | |
parent | Add patch for bug #335619, fixes compilation/linking problem due to visibilit... (diff) | |
download | gentoo-2-83643a08a935e00bcecada5eb14dc831bcebb9e7.tar.gz gentoo-2-83643a08a935e00bcecada5eb14dc831bcebb9e7.tar.bz2 gentoo-2-83643a08a935e00bcecada5eb14dc831bcebb9e7.zip |
Version bump
(Portage version: 2.2_rc75/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.24.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog index 700f3b7f7c06..efcf87e50161 100644 --- a/perl-core/bignum/ChangeLog +++ b/perl-core/bignum/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/bignum # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.25 2010/01/17 15:14:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.26 2010/09/05 08:34:11 tove Exp $ + +*bignum-0.24 (05 Sep 2010) + + 05 Sep 2010; Torsten Veller <tove@gentoo.org> +bignum-0.24.ebuild: + Version bump 17 Jan 2010; Torsten Veller <tove@gentoo.org> -bignum-0.21.ebuild: Cleanup diff --git a/perl-core/bignum/bignum-0.24.ebuild b/perl-core/bignum/bignum-0.24.ebuild new file mode 100644 index 000000000000..d19ca5cc5fc1 --- /dev/null +++ b/perl-core/bignum/bignum-0.24.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.24.ebuild,v 1.1 2010/09/05 08:34:11 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=FLORA +inherit perl-module + +DESCRIPTION="Transparent BigNumber/BigRational support for Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" +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" |