diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-04 17:06:28 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-04 17:06:28 +0000 |
commit | 8ebf278e5f69ad0bad2a2c47454d7677097ece11 (patch) | |
tree | b9824209087d38097aa7018476494afec797d25c /virtual/perl-Compress-Raw-Zlib | |
parent | Drop keywords (diff) | |
download | gentoo-2-8ebf278e5f69ad0bad2a2c47454d7677097ece11.tar.gz gentoo-2-8ebf278e5f69ad0bad2a2c47454d7677097ece11.tar.bz2 gentoo-2-8ebf278e5f69ad0bad2a2c47454d7677097ece11.zip |
Add Perl 5.22 version, remove old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'virtual/perl-Compress-Raw-Zlib')
3 files changed, 28 insertions, 21 deletions
diff --git a/virtual/perl-Compress-Raw-Zlib/ChangeLog b/virtual/perl-Compress-Raw-Zlib/ChangeLog index 554d72b7534e..08c4ebd61cfa 100644 --- a/virtual/perl-Compress-Raw-Zlib/ChangeLog +++ b/virtual/perl-Compress-Raw-Zlib/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for virtual/perl-Compress-Raw-Zlib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog,v 1.84 2015/04/04 23:50:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog,v 1.85 2015/06/04 17:06:28 dilfridge Exp $ + +*perl-Compress-Raw-Zlib-2.68.0 (04 Jun 2015) + + 04 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-Compress-Raw-Zlib-2.60.0-r2.ebuild, + +perl-Compress-Raw-Zlib-2.68.0.ebuild: + Add Perl 5.22 version, remove old 04 Apr 2015; Mike Frysinger <vapier@gentoo.org> perl-Compress-Raw-Zlib-2.60.0-r2.ebuild, perl-Compress-Raw-Zlib-2.65.0.ebuild: diff --git a/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.60.0-r2.ebuild b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.60.0-r2.ebuild deleted file mode 100644 index 4adbf04bdb9f..000000000000 --- a/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.60.0-r2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.60.0-r2.ebuild,v 1.2 2015/04/04 23:50:02 vapier Exp $ - -EAPI=5 - -DESCRIPTION="Virtual for ${PN#perl-}" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - || ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} ) - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 -" diff --git a/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.68.0.ebuild b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.68.0.ebuild new file mode 100644 index 000000000000..cb0b44760796 --- /dev/null +++ b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.68.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.68.0.ebuild,v 1.1 2015/06/04 17:06:28 dilfridge Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |