diff options
author | Torsten Veller <tove@gentoo.org> | 2008-08-01 16:57:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-08-01 16:57:48 +0000 |
commit | 23571964963bd00766a0b8a24dd0355b35205358 (patch) | |
tree | 3e4c6478a16ec65738afc1abc51bea7c24ab603e /perl-core/Math-BigInt | |
parent | add GLEP 56 USE flag desc from use.local.desc (diff) | |
download | gentoo-2-23571964963bd00766a0b8a24dd0355b35205358.tar.gz gentoo-2-23571964963bd00766a0b8a24dd0355b35205358.tar.bz2 gentoo-2-23571964963bd00766a0b8a24dd0355b35205358.zip |
Version bump
(Portage version: 2.2_rc5/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'perl-core/Math-BigInt')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.89.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 97d3c2a0ca27..100abb0182e2 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Math-BigInt # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.47 2008/05/14 20:32:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.48 2008/08/01 16:57:48 tove Exp $ + +*Math-BigInt-1.89 (01 Aug 2008) + + 01 Aug 2008; Torsten Veller <tove@gentoo.org> +Math-BigInt-1.89.ebuild: + Version bump 14 May 2008; Markus Meier <maekke@gentoo.org> ChangeLog: amd64 stable, bug #211616 diff --git a/perl-core/Math-BigInt/Math-BigInt-1.89.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.89.ebuild new file mode 100644 index 000000000000..422c79a1c4d7 --- /dev/null +++ b/perl-core/Math-BigInt/Math-BigInt-1.89.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.89.ebuild,v 1.1 2008/08/01 16:57:48 tove Exp $ + +MODULE_AUTHOR=TELS +MODULE_SECTION=math +inherit perl-module eutils + +DESCRIPTION="Arbitrary size floating point math package" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl + >=virtual/perl-Scalar-List-Utils-1.14" + +PDEPEND=">=perl-core/bignum-0.22 + >=perl-core/Math-BigRat-0.22" + +SRC_TEST="do" +PREFER_BUILDPL="no" |