diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-08-13 17:33:51 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-08-13 17:33:51 +0000 |
commit | 01c93c2b1b788bfad557ccc14547812bc2f9b409 (patch) | |
tree | 8bebfa202845f9ca002b87156de1ebb2e6199e11 /dev-perl/Math-BigInt | |
parent | CPAN Version bump (diff) | |
download | gentoo-2-01c93c2b1b788bfad557ccc14547812bc2f9b409.tar.gz gentoo-2-01c93c2b1b788bfad557ccc14547812bc2f9b409.tar.bz2 gentoo-2-01c93c2b1b788bfad557ccc14547812bc2f9b409.zip |
CPAN Version bump
Diffstat (limited to 'dev-perl/Math-BigInt')
-rw-r--r-- | dev-perl/Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Math-BigInt/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Math-BigInt/Math-BigInt-1.65.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/Math-BigInt/files/digest-Math-BigInt-1.65 | 1 |
4 files changed, 25 insertions, 3 deletions
diff --git a/dev-perl/Math-BigInt/ChangeLog b/dev-perl/Math-BigInt/ChangeLog index c571885d303a..4780cae43f0a 100644 --- a/dev-perl/Math-BigInt/ChangeLog +++ b/dev-perl/Math-BigInt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Math-BigInt # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/ChangeLog,v 1.1 2003/06/02 20:52:01 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/ChangeLog,v 1.2 2003/08/13 17:33:46 mcummings Exp $ + +*Math-BigInt-1.65 (13 Aug 2003) + + 13 Aug 2003; Michael Cummings <mcummings@gentoo.org> + Math-BigInt-1.65.ebuild: + CPAN Version bump *Math-BigInt-1.64 (02 Jun 2003) diff --git a/dev-perl/Math-BigInt/Manifest b/dev-perl/Math-BigInt/Manifest index cc686469e5c5..39db3bd376ee 100644 --- a/dev-perl/Math-BigInt/Manifest +++ b/dev-perl/Math-BigInt/Manifest @@ -1,5 +1,5 @@ MD5 e40cdcccba1c4127fb511fe18030051d Math-BigInt-1.64.ebuild 588 -MD5 6e6dac2929f8eb93d27d91b184694c1e ChangeLog 359 -MD5 e40cdcccba1c4127fb511fe18030051d Math-BigInt-1.65.ebuild 588 +MD5 d80aa95939f7c1f48ae51629d1fcfc0e ChangeLog 495 +MD5 42093743e95e6fa41d19b3789408fae0 Math-BigInt-1.65.ebuild 591 MD5 44d4c4593483186e8e4180af93336694 files/digest-Math-BigInt-1.64 68 MD5 d127a7a35ada94be3081f2dd3b845206 files/digest-Math-BigInt-1.65 68 diff --git a/dev-perl/Math-BigInt/Math-BigInt-1.65.ebuild b/dev-perl/Math-BigInt/Math-BigInt-1.65.ebuild new file mode 100644 index 000000000000..b4993bcdf774 --- /dev/null +++ b/dev-perl/Math-BigInt/Math-BigInt-1.65.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/Math-BigInt-1.65.ebuild,v 1.1 2003/08/13 17:33:46 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Arbitrary size floating point math package" +SRC_URI="http://www.cpan.org/modules/by-authors/id/T/TE/TELS/math/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TE/TELS/math/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86 ~amd64 ~alpha ~arm ~hppa ~mips ~ppc ~sparc" + diff --git a/dev-perl/Math-BigInt/files/digest-Math-BigInt-1.65 b/dev-perl/Math-BigInt/files/digest-Math-BigInt-1.65 new file mode 100644 index 000000000000..08f22f393daf --- /dev/null +++ b/dev-perl/Math-BigInt/files/digest-Math-BigInt-1.65 @@ -0,0 +1 @@ +MD5 4db45b3d18d96940d267bf72057f912e Math-BigInt-1.65.tar.gz 154035 |