diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-09 11:41:28 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-09 11:41:28 +0000 |
commit | dabe2ac86f4e60119bb4deaa1a8fedd100489965 (patch) | |
tree | e1fee52c4f171e2c8a9aef454017b6ac06b22bbc /perl-core | |
parent | Version bump; bug 181400 for keywording (diff) | |
download | gentoo-2-dabe2ac86f4e60119bb4deaa1a8fedd100489965.tar.gz gentoo-2-dabe2ac86f4e60119bb4deaa1a8fedd100489965.tar.bz2 gentoo-2-dabe2ac86f4e60119bb4deaa1a8fedd100489965.zip |
Version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.86.ebuild | 24 | ||||
-rw-r--r-- | perl-core/Math-BigInt/files/digest-Math-BigInt-1.86 | 3 |
3 files changed, 34 insertions, 1 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index ae8d56d1b0b4..aead863dcb5e 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.34 2007/04/24 09:03:52 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.35 2007/06/09 11:41:28 mcummings Exp $ + +*Math-BigInt-1.86 (09 Jun 2007) + + 09 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +Math-BigInt-1.86.ebuild: + Version bump 24 Apr 2007; Bryan Østergaard <kloeri@gentoo.org> Math-BigInt-1.83.ebuild: diff --git a/perl-core/Math-BigInt/Math-BigInt-1.86.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.86.ebuild new file mode 100644 index 000000000000..229ad230b7a3 --- /dev/null +++ b/perl-core/Math-BigInt/Math-BigInt-1.86.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.86.ebuild,v 1.1 2007/06/09 11:41:28 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 ~mips ~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.86 b/perl-core/Math-BigInt/files/digest-Math-BigInt-1.86 new file mode 100644 index 000000000000..f645b195aba6 --- /dev/null +++ b/perl-core/Math-BigInt/files/digest-Math-BigInt-1.86 @@ -0,0 +1,3 @@ +MD5 f29ff0acfb60585ef2808029ff2d49d8 Math-BigInt-1.86.tar.gz 190499 +RMD160 7664af00c4ed5726a8509f5e644c392360d4aae0 Math-BigInt-1.86.tar.gz 190499 +SHA256 877151347c5775cdc311d18a47f8d4a0e4e4452dec06bdb631e7789e53a34d8a Math-BigInt-1.86.tar.gz 190499 |