diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-16 09:07:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-16 09:07:11 +0000 |
commit | 5232b3ce2616f646fc4575365ecc9c1da3ed8563 (patch) | |
tree | 9df7692db255f93e417ab00483c6eab02b9658c9 /dev-perl | |
parent | Cleanup (diff) | |
download | gentoo-2-5232b3ce2616f646fc4575365ecc9c1da3ed8563.tar.gz gentoo-2-5232b3ce2616f646fc4575365ecc9c1da3ed8563.tar.bz2 gentoo-2-5232b3ce2616f646fc4575365ecc9c1da3ed8563.zip |
Cleanup
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Archive-Zip/Archive-Zip-1.26.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Archive-Zip/Archive-Zip-1.28.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Archive-Zip/ChangeLog | 6 |
3 files changed, 5 insertions, 40 deletions
diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.26.ebuild b/dev-perl/Archive-Zip/Archive-Zip-1.26.ebuild deleted file mode 100644 index f3e373272d5c..000000000000 --- a/dev-perl/Archive-Zip/Archive-Zip-1.26.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.26.ebuild,v 1.2 2008/11/18 14:22:37 tove Exp $ - -MODULE_AUTHOR=ADAMK -inherit perl-module - -DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND=">=virtual/perl-Compress-Zlib-1.14 - >=virtual/perl-File-Spec-0.80 - dev-lang/perl" - -SRC_TEST="do" diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.28.ebuild b/dev-perl/Archive-Zip/Archive-Zip-1.28.ebuild deleted file mode 100644 index ea28a1171cce..000000000000 --- a/dev-perl/Archive-Zip/Archive-Zip-1.28.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.28.ebuild,v 1.1 2009/06/16 19:31:37 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=ADAMK -inherit perl-module - -DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND=">=virtual/perl-Compress-Raw-Zlib-2.017 - >=virtual/perl-File-Spec-0.80" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/Archive-Zip/ChangeLog b/dev-perl/Archive-Zip/ChangeLog index 7f1212431f6a..9f54113d6cb6 100644 --- a/dev-perl/Archive-Zip/ChangeLog +++ b/dev-perl/Archive-Zip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Archive-Zip # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v 1.68 2009/07/06 20:43:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v 1.69 2009/07/16 09:07:11 tove Exp $ + + 16 Jul 2009; Torsten Veller <tove@gentoo.org> -Archive-Zip-1.26.ebuild, + -Archive-Zip-1.28.ebuild: + Cleanup 06 Jul 2009; Jeroen Roovers <jer@gentoo.org> Archive-Zip-1.23.ebuild: Stable for HPPA too. |