diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-14 07:42:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-14 07:42:59 +0000 |
commit | 6fe581d13911f02ecb446a0b7482e9c659f215fc (patch) | |
tree | defb83e135d3bd36756db804ee87e3268a3132b0 /perl-core/Math-BigRat | |
parent | Add ree18. (diff) | |
download | gentoo-2-6fe581d13911f02ecb446a0b7482e9c659f215fc.tar.gz gentoo-2-6fe581d13911f02ecb446a0b7482e9c659f215fc.tar.bz2 gentoo-2-6fe581d13911f02ecb446a0b7482e9c659f215fc.zip |
Version bump
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Math-BigRat')
-rw-r--r-- | perl-core/Math-BigRat/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Math-BigRat/Math-BigRat-0.260.200.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/perl-core/Math-BigRat/ChangeLog b/perl-core/Math-BigRat/ChangeLog index f67da824da2d..99acc682294f 100644 --- a/perl-core/Math-BigRat/ChangeLog +++ b/perl-core/Math-BigRat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Math-BigRat # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigRat/ChangeLog,v 1.29 2011/01/17 07:55:31 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigRat/ChangeLog,v 1.30 2011/02/14 07:42:59 tove Exp $ + +*Math-BigRat-0.260.200 (14 Feb 2011) + + 14 Feb 2011; Torsten Veller <tove@gentoo.org> +Math-BigRat-0.260.200.ebuild: + Version bump 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Math-BigRat-0.24.ebuild, -Math-BigRat-0.25.ebuild: diff --git a/perl-core/Math-BigRat/Math-BigRat-0.260.200.ebuild b/perl-core/Math-BigRat/Math-BigRat-0.260.200.ebuild new file mode 100644 index 000000000000..24e0a2fb7023 --- /dev/null +++ b/perl-core/Math-BigRat/Math-BigRat-0.260.200.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigRat/Math-BigRat-0.260.200.ebuild,v 1.1 2011/02/14 07:42:59 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=PJACKLAM +MODULE_VERSION=0.2602 +inherit perl-module + +DESCRIPTION="Arbitrary big rational numbers" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND=">=perl-core/Math-BigInt-1.991" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |