diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:32:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:32:40 +0000 |
commit | 854261a96c0d591d26dbdda9b997c436099fb378 (patch) | |
tree | 5ace9f1518dca378415fe16f2a56bf8cc448f66f /dev-perl/FileHandle-Deluxe | |
parent | inherit eutils, sync IUSE (-doc, -mozilla) (Manifest recommit) (diff) | |
download | gentoo-2-854261a96c0d591d26dbdda9b997c436099fb378.tar.gz gentoo-2-854261a96c0d591d26dbdda9b997c436099fb378.tar.bz2 gentoo-2-854261a96c0d591d26dbdda9b997c436099fb378.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'dev-perl/FileHandle-Deluxe')
-rw-r--r-- | dev-perl/FileHandle-Deluxe/FileHandle-Deluxe-0.92.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/FileHandle-Deluxe/FileHandle-Deluxe-0.92.ebuild b/dev-perl/FileHandle-Deluxe/FileHandle-Deluxe-0.92.ebuild index bb198a3a2f06..5dd108e559ef 100644 --- a/dev-perl/FileHandle-Deluxe/FileHandle-Deluxe-0.92.ebuild +++ b/dev-perl/FileHandle-Deluxe/FileHandle-Deluxe-0.92.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/FileHandle-Deluxe/FileHandle-Deluxe-0.92.ebuild,v 1.3 2004/06/25 00:28:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/FileHandle-Deluxe/FileHandle-Deluxe-0.92.ebuild,v 1.4 2004/07/14 17:31:58 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="FileHandle with commit and rollback" SRC_URI="http://www.cpan.org/modules/by-module/FileHandle/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/" @@ -12,4 +11,4 @@ HOMEPAGE="http://www.cpan.org/" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 sparc" - +IUSE="" |