dilfridge 15/04/12 22:33:49 Modified: Archive-Zip-1.460.0.ebuild ChangeLog Log: RDEPEND and DEPEND was swapped (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.460.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.460.0.ebuild?r1=1.1&r2=1.2 Index: Archive-Zip-1.460.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.460.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Archive-Zip-1.460.0.ebuild 12 Apr 2015 19:00:28 -0000 1.1 +++ Archive-Zip-1.460.0.ebuild 12 Apr 2015 22:33:49 -0000 1.2 @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.460.0.ebuild,v 1.2 2015/04/12 22:33:49 dilfridge Exp $ EAPI=5 @@ -14,13 +14,13 @@ 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=" +RDEPEND=" >=virtual/perl-Compress-Raw-Zlib-2.17.0 >=virtual/perl-File-Spec-0.800.0 virtual/perl-File-Temp virtual/perl-IO " -RDEPEND="${DEPEND} +DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( >=virtual/perl-Test-Simple-0.880.0 ) " 1.96 dev-perl/Archive-Zip/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?rev=1.96&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?rev=1.96&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?r1=1.95&r2=1.96 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- ChangeLog 12 Apr 2015 19:00:28 -0000 1.95 +++ ChangeLog 12 Apr 2015 22:33:49 -0000 1.96 @@ -1,6 +1,10 @@ # 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.95 2015/04/12 19:00:28 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v 1.96 2015/04/12 22:33:49 dilfridge Exp $ + + 12 Apr 2015; Andreas K. Huettel <[email protected]> + Archive-Zip-1.460.0.ebuild: + RDEPEND and DEPEND was swapped *Archive-Zip-1.460.0 (12 Apr 2015)
