diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:02:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:02:52 +0000 |
commit | 1b673f1e2d845cec6e5e0e32868e69c5033d2a22 (patch) | |
tree | 3a97bd3db81eef6154658ef9a5568451d3ea188c /dev-perl/Bit-Vector/Bit-Vector-6.3-r1.ebuild | |
parent | sync IUSE (+X) (diff) | |
download | historical-1b673f1e2d845cec6e5e0e32868e69c5033d2a22.tar.gz historical-1b673f1e2d845cec6e5e0e32868e69c5033d2a22.tar.bz2 historical-1b673f1e2d845cec6e5e0e32868e69c5033d2a22.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'dev-perl/Bit-Vector/Bit-Vector-6.3-r1.ebuild')
-rw-r--r-- | dev-perl/Bit-Vector/Bit-Vector-6.3-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/Bit-Vector/Bit-Vector-6.3-r1.ebuild b/dev-perl/Bit-Vector/Bit-Vector-6.3-r1.ebuild index fd661ec33c85..147d211f4a54 100644 --- a/dev-perl/Bit-Vector/Bit-Vector-6.3-r1.ebuild +++ b/dev-perl/Bit-Vector/Bit-Vector-6.3-r1.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/Bit-Vector/Bit-Vector-6.3-r1.ebuild,v 1.8 2004/06/25 00:09:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bit-Vector/Bit-Vector-6.3-r1.ebuild,v 1.9 2004/07/14 16:42:43 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="A URI Perl Module" SRC_URI="http://cpan.valueclick.com/authors/id/S/ST/STBEY/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/STBEY/${P}/" @@ -12,6 +11,6 @@ HOMEPAGE="http://search.cpan.org/author/STBEY/${P}/" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ppc alpha sparc s390" +IUSE="" DEPEND="${DEPEND}" - |