diff options
author | 2004-02-16 14:00:01 +0000 | |
---|---|---|
committer | 2004-02-16 14:00:01 +0000 | |
commit | b0095c950265656e4c96c6ecfe5e37222cff3c57 (patch) | |
tree | 77e7ce0f3f42ae2fcea4e75521eae452ee709619 /dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild | |
parent | masked ppc-headers and ppc-sources-crypto as they are going to be removed soon (diff) | |
download | gentoo-2-b0095c950265656e4c96c6ecfe5e37222cff3c57.tar.gz gentoo-2-b0095c950265656e4c96c6ecfe5e37222cff3c57.tar.bz2 gentoo-2-b0095c950265656e4c96c6ecfe5e37222cff3c57.zip |
New version from cpan; only one we have that is actually available
Diffstat (limited to 'dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild')
-rw-r--r-- | dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild b/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild new file mode 100644 index 000000000000..5c8aa0fb7d4b --- /dev/null +++ b/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 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.69.ebuild,v 1.1 2004/02/16 14:00: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" + +SRC_TEST="do" +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~amd64 ~alpha ~hppa ~mips ~ppc ~sparc" + |