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 | 0394e80b215abce866b3861bdd05b2f1e9a33902 (patch) | |
tree | 9ed9f9db441db4a432c1ade562b727552b20fc2b /dev-perl/Archive-Tar | |
parent | sync IUSE (+krb4) (diff) | |
download | historical-0394e80b215abce866b3861bdd05b2f1e9a33902.tar.gz historical-0394e80b215abce866b3861bdd05b2f1e9a33902.tar.bz2 historical-0394e80b215abce866b3861bdd05b2f1e9a33902.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/Archive-Tar')
-rw-r--r-- | dev-perl/Archive-Tar/Archive-Tar-0.22-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/Archive-Tar/Archive-Tar-0.22.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/Archive-Tar/Archive-Tar-1.00.ebuild | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/dev-perl/Archive-Tar/Archive-Tar-0.22-r1.ebuild b/dev-perl/Archive-Tar/Archive-Tar-0.22-r1.ebuild index 1c901e000e16..0a28e3abb2d3 100644 --- a/dev-perl/Archive-Tar/Archive-Tar-0.22-r1.ebuild +++ b/dev-perl/Archive-Tar/Archive-Tar-0.22-r1.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/Archive-Tar/Archive-Tar-0.22-r1.ebuild,v 1.7 2004/06/25 00:06:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-0.22-r1.ebuild,v 1.8 2004/07/14 16:34:07 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} - DESCRIPTION="A Perl module for creation and manipulation of tar files" SRC_URI="http://www.cpan.org/modules/by-module/Archive/SRZ/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Archive/SRZ/${P}.readme" @@ -13,3 +11,4 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Archive/SRZ/${P}.readme" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha" +IUSE="" diff --git a/dev-perl/Archive-Tar/Archive-Tar-0.22.ebuild b/dev-perl/Archive-Tar/Archive-Tar-0.22.ebuild index e8900babdc5e..babc9bf6a7a9 100644 --- a/dev-perl/Archive-Tar/Archive-Tar-0.22.ebuild +++ b/dev-perl/Archive-Tar/Archive-Tar-0.22.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/Archive-Tar/Archive-Tar-0.22.ebuild,v 1.7 2004/06/25 00:06:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-0.22.ebuild,v 1.8 2004/07/14 16:34:07 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} - DESCRIPTION="A Perl module for creation and manipulation of tar files" SRC_URI="http://www.cpan.org/modules/by-module/Archive/SRZ/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Archive/SRZ/${P}.readme" @@ -13,3 +11,4 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Archive/SRZ/${P}.readme" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha" +IUSE="" diff --git a/dev-perl/Archive-Tar/Archive-Tar-1.00.ebuild b/dev-perl/Archive-Tar/Archive-Tar-1.00.ebuild index 7cdf575c2102..aaa719d5fd1b 100644 --- a/dev-perl/Archive-Tar/Archive-Tar-1.00.ebuild +++ b/dev-perl/Archive-Tar/Archive-Tar-1.00.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/Archive-Tar/Archive-Tar-1.00.ebuild,v 1.4 2004/06/25 00:06:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.00.ebuild,v 1.5 2004/07/14 16:34:07 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} - DESCRIPTION="A Perl module for creation and manipulation of tar files" SRC_URI="http://www.cpan.org/modules/by-module/Archive/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Archive/${P}.readme" @@ -13,6 +11,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Archive/${P}.readme" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha" +IUSE="" DEPEND="dev-perl/File-Spec dev-perl/IO-Zlib |