diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-22 14:16:41 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-22 14:16:41 +0000 |
commit | 305a506b550b2f8b3cb2dd56fb73481acdc08803 (patch) | |
tree | 745988730638ff8a232536e3280704bb5575bd65 /perl-core/Math-BigInt | |
parent | Removed comments in parent file with regard to bug #174877. (diff) | |
download | historical-305a506b550b2f8b3cb2dd56fb73481acdc08803.tar.gz historical-305a506b550b2f8b3cb2dd56fb73481acdc08803.tar.bz2 historical-305a506b550b2f8b3cb2dd56fb73481acdc08803.zip |
Version bump
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'perl-core/Math-BigInt')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.83.ebuild | 24 | ||||
-rw-r--r-- | perl-core/Math-BigInt/files/digest-Math-BigInt-1.83 | 3 |
3 files changed, 34 insertions, 1 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 2c7020978176..3f9ff71ccca7 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Math-BigInt # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.32 2007/04/17 19:13:30 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.33 2007/04/22 14:13:19 mcummings Exp $ + +*Math-BigInt-1.83 (22 Apr 2007) + + 22 Apr 2007; Michael Cummings <mcummings@gentoo.org> + +Math-BigInt-1.83.ebuild: + Version bump 17 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> Math-BigInt-1.79.ebuild: diff --git a/perl-core/Math-BigInt/Math-BigInt-1.83.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.83.ebuild new file mode 100644 index 000000000000..d6a3d2da699f --- /dev/null +++ b/perl-core/Math-BigInt/Math-BigInt-1.83.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 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.83.ebuild,v 1.1 2007/04/22 14:13:19 mcummings Exp $ + +inherit perl-module eutils + +DESCRIPTION="Arbitrary size floating point math package" +HOMEPAGE="http://serach.cpan.org/~tels/" +SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl + >=virtual/perl-Scalar-List-Utils-1.14" + +PDEPEND="perl-core/bignum + perl-core/Math-BigRat" + +SRC_TEST="do" +PREFER_BUILDPL="no" diff --git a/perl-core/Math-BigInt/files/digest-Math-BigInt-1.83 b/perl-core/Math-BigInt/files/digest-Math-BigInt-1.83 new file mode 100644 index 000000000000..4ea680b3dc87 --- /dev/null +++ b/perl-core/Math-BigInt/files/digest-Math-BigInt-1.83 @@ -0,0 +1,3 @@ +MD5 8e9cf50a48aa16d611a7a1e22e37731b Math-BigInt-1.83.tar.gz 190172 +RMD160 357e4d9e6a19e5c1f99597001e35e47dd320c571 Math-BigInt-1.83.tar.gz 190172 +SHA256 e6232ecb42e599ae32094accd9f6152afcb11b4811bec709a19a0f44d6caf104 Math-BigInt-1.83.tar.gz 190172 |