diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-02 20:56:24 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-02 20:56:24 +0000 |
commit | 44b2738be90a2c42cd14c06124ef08ce66a55289 (patch) | |
tree | 760e7d6c685ec5bd844fa193f6bdf4ed8e191cfc /dev-perl/Math-BigInt | |
parent | Fills bug 21791 (diff) | |
download | gentoo-2-44b2738be90a2c42cd14c06124ef08ce66a55289.tar.gz gentoo-2-44b2738be90a2c42cd14c06124ef08ce66a55289.tar.bz2 gentoo-2-44b2738be90a2c42cd14c06124ef08ce66a55289.zip |
Fills bug 21791
Diffstat (limited to 'dev-perl/Math-BigInt')
-rw-r--r-- | dev-perl/Math-BigInt/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Math-BigInt/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Math-BigInt/Math-BigInt-1.64.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/Math-BigInt/files/digest-Math-BigInt-1.64 | 1 |
4 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Math-BigInt/ChangeLog b/dev-perl/Math-BigInt/ChangeLog new file mode 100644 index 000000000000..c571885d303a --- /dev/null +++ b/dev-perl/Math-BigInt/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*Math-BigInt-1.64 (02 Jun 2003) + + 02 Jun 2003; Michael Cummings <mcummings@gentoo.org> + Math-BigInt-1.64.ebuild: + Fills bug 21791 + diff --git a/dev-perl/Math-BigInt/Manifest b/dev-perl/Math-BigInt/Manifest index e35e76c6f217..21e7a82b46f9 100644 --- a/dev-perl/Math-BigInt/Manifest +++ b/dev-perl/Math-BigInt/Manifest @@ -1,2 +1,3 @@ -MD5 d0ef4333361af034a31303a575d7a482 Math-BigInt-1.64.ebuild 473 +MD5 f13f3513c1de3b9d6dc124c38357ca3f Math-BigInt-1.64.ebuild 583 +MD5 6e6dac2929f8eb93d27d91b184694c1e ChangeLog 359 MD5 44d4c4593483186e8e4180af93336694 files/digest-Math-BigInt-1.64 68 diff --git a/dev-perl/Math-BigInt/Math-BigInt-1.64.ebuild b/dev-perl/Math-BigInt/Math-BigInt-1.64.ebuild new file mode 100644 index 000000000000..deb5cc7f3b30 --- /dev/null +++ b/dev-perl/Math-BigInt/Math-BigInt-1.64.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.64.ebuild,v 1.1 2003/06/02 20:52:01 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 ~alpha ~arm ~hppa ~mips ~ppc ~sparc" + diff --git a/dev-perl/Math-BigInt/files/digest-Math-BigInt-1.64 b/dev-perl/Math-BigInt/files/digest-Math-BigInt-1.64 new file mode 100644 index 000000000000..9665a9cfdbf8 --- /dev/null +++ b/dev-perl/Math-BigInt/files/digest-Math-BigInt-1.64 @@ -0,0 +1 @@ +MD5 e50624025c46c9040b194847ab06899e Math-BigInt-1.64.tar.gz 152744 |