diff options
Diffstat (limited to 'dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild')
-rw-r--r-- | dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild b/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild index 835c3f9e61cc..ce91cc4baaed 100644 --- a/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild +++ b/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # 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.5 2004/06/25 00:45:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild,v 1.6 2004/07/14 18:55:50 agriffis 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" @@ -13,4 +12,4 @@ SRC_TEST="do" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 ~amd64 alpha ~hppa ~mips ~ppc sparc s390" - +IUSE="" |