diff options
Diffstat (limited to 'dev-perl/Archive-Zip')
-rw-r--r-- | dev-perl/Archive-Zip/Archive-Zip-1.06.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.06.ebuild b/dev-perl/Archive-Zip/Archive-Zip-1.06.ebuild index 53a744c58e77..a41009d7d992 100644 --- a/dev-perl/Archive-Zip/Archive-Zip-1.06.ebuild +++ b/dev-perl/Archive-Zip/Archive-Zip-1.06.ebuild @@ -1,16 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.06.ebuild,v 1.3 2004/01/18 20:07:36 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.06.ebuild,v 1.4 2004/02/29 10:54:45 vapier Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="A wrapper that lets you read Zip archive members as if they were 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" +SRC_URI="http://www.cpan.org/modules/by-module/Archive/${P}.tar.gz" -SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 ~amd64 ~ppc sparc" +SLOT="0" +KEYWORDS="x86 ~ppc sparc ~amd64" DEPEND="dev-perl/Compress-Zlib" |