dilfridge 15/04/12 19:00:28 Modified: ChangeLog Added: Archive-Zip-1.460.0.ebuild Removed: Archive-Zip-1.300.0-r1.ebuild Log: Version bump; remove old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.95 dev-perl/Archive-Zip/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?rev=1.95&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?rev=1.95&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?r1=1.94&r2=1.95 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- ChangeLog 4 Apr 2015 23:50:29 -0000 1.94 +++ ChangeLog 12 Apr 2015 19:00:28 -0000 1.95 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Archive-Zip # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v 1.94 2015/04/04 23:50:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v 1.95 2015/04/12 19:00:28 dilfridge Exp $ + +*Archive-Zip-1.460.0 (12 Apr 2015) + + 12 Apr 2015; Andreas K. Huettel <[email protected]> + -Archive-Zip-1.300.0-r1.ebuild, +Archive-Zip-1.460.0.ebuild: + Version bump; remove old 04 Apr 2015; Mike Frysinger <[email protected]> Archive-Zip-1.370.0.ebuild: Mark arm64/m68k/s390/sh stable. 1.1 dev-perl/Archive-Zip/Archive-Zip-1.460.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.460.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.460.0.ebuild?rev=1.1&content-type=text/plain Index: Archive-Zip-1.460.0.ebuild =================================================================== # Copyright 1999-2015 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.460.0.ebuild,v 1.1 2015/04/12 19:00:28 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=PHRED MODULE_VERSION=1.46 inherit perl-module DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test" DEPEND=" >=virtual/perl-Compress-Raw-Zlib-2.17.0 >=virtual/perl-File-Spec-0.800.0 virtual/perl-File-Temp virtual/perl-IO " RDEPEND="${DEPEND} virtual/perl-ExtUtils-MakeMaker test? ( >=virtual/perl-Test-Simple-0.880.0 ) " SRC_TEST=do
