diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:55:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:55:50 +0000 |
commit | e74145719a0fb884d97316de02178aae535b9557 (patch) | |
tree | 1faa530da39010abdff068027db0221332dd08d6 /dev-perl/Math-BigInt/Math-BigInt-1.65.ebuild | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-e74145719a0fb884d97316de02178aae535b9557.tar.gz gentoo-2-e74145719a0fb884d97316de02178aae535b9557.tar.bz2 gentoo-2-e74145719a0fb884d97316de02178aae535b9557.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'dev-perl/Math-BigInt/Math-BigInt-1.65.ebuild')
-rw-r--r-- | dev-perl/Math-BigInt/Math-BigInt-1.65.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/Math-BigInt/Math-BigInt-1.65.ebuild b/dev-perl/Math-BigInt/Math-BigInt-1.65.ebuild index 9851f2326bab..aad8184a4236 100644 --- a/dev-perl/Math-BigInt/Math-BigInt-1.65.ebuild +++ b/dev-perl/Math-BigInt/Math-BigInt-1.65.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.65.ebuild,v 1.4 2004/06/25 00:45:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/Math-BigInt-1.65.ebuild,v 1.5 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" @@ -12,4 +11,4 @@ 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 ~hppa ~mips ~ppc ~sparc" - +IUSE="" |