diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:36:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:36:33 +0000 |
commit | dba824aaadf67af24f1f5a9cc452f8533913022e (patch) | |
tree | 28b5dada8f8faadf3b34ee0e8e1515b600a1a16f /dev-perl/Attribute-Handlers | |
parent | sync IUSE (+krb4) (Manifest recommit) (diff) | |
download | gentoo-2-dba824aaadf67af24f1f5a9cc452f8533913022e.tar.gz gentoo-2-dba824aaadf67af24f1f5a9cc452f8533913022e.tar.bz2 gentoo-2-dba824aaadf67af24f1f5a9cc452f8533913022e.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/Attribute-Handlers')
-rw-r--r-- | dev-perl/Attribute-Handlers/Attribute-Handlers-0.78.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/Attribute-Handlers/Attribute-Handlers-0.78.ebuild b/dev-perl/Attribute-Handlers/Attribute-Handlers-0.78.ebuild index df157d80dd9b..84107245319a 100644 --- a/dev-perl/Attribute-Handlers/Attribute-Handlers-0.78.ebuild +++ b/dev-perl/Attribute-Handlers/Attribute-Handlers-0.78.ebuild @@ -1,11 +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/Attribute-Handlers/Attribute-Handlers-0.78.ebuild,v 1.6 2004/06/25 00:07:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Attribute-Handlers/Attribute-Handlers-0.78.ebuild,v 1.7 2004/07/14 16:35:51 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} - DESCRIPTION="A Perl module for I/O on in-core objects like strings and arrays" SRC_URI="http://www.cpan.org/CPAN/authors/id/A/AB/ABERGMAN/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/author/ABERGMAN/${P}/" @@ -13,3 +11,4 @@ HOMEPAGE="http://www.cpan.org/author/ABERGMAN/${P}/" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha" +IUSE="" |