diff options
author | 2015-06-04 16:00:18 +0000 | |
---|---|---|
committer | 2015-06-04 16:00:18 +0000 | |
commit | 0a08b8ce804b5aa919a6f3a063137cbcce12c3ec (patch) | |
tree | b949099e4dda79083b2c415bb742f9122382d40f /virtual/perl-Attribute-Handlers | |
parent | Add Attribute::Handlers to Perl 5.22 mask (diff) | |
download | gentoo-2-0a08b8ce804b5aa919a6f3a063137cbcce12c3ec.tar.gz gentoo-2-0a08b8ce804b5aa919a6f3a063137cbcce12c3ec.tar.bz2 gentoo-2-0a08b8ce804b5aa919a6f3a063137cbcce12c3ec.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-Attribute-Handlers')
3 files changed, 28 insertions, 21 deletions
diff --git a/virtual/perl-Attribute-Handlers/ChangeLog b/virtual/perl-Attribute-Handlers/ChangeLog index da295f470049..cef1b1737a61 100644 --- a/virtual/perl-Attribute-Handlers/ChangeLog +++ b/virtual/perl-Attribute-Handlers/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for virtual/perl-Attribute-Handlers # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Attribute-Handlers/ChangeLog,v 1.69 2015/02/18 08:36:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Attribute-Handlers/ChangeLog,v 1.70 2015/06/04 16:00:18 dilfridge Exp $ + +*perl-Attribute-Handlers-0.970.0 (04 Jun 2015) + + 04 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-Attribute-Handlers-0.940.0-r1.ebuild, + +perl-Attribute-Handlers-0.970.0.ebuild: + Add Perl 5.22 version, remove old 18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> perl-Attribute-Handlers-0.960.0.ebuild: diff --git a/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.940.0-r1.ebuild b/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.940.0-r1.ebuild deleted file mode 100644 index 45334acfa92f..000000000000 --- a/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.940.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.940.0-r1.ebuild,v 1.11 2014/11/08 17:19:07 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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~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-Attribute-Handlers/perl-Attribute-Handlers-0.970.0.ebuild b/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.970.0.ebuild new file mode 100644 index 000000000000..13a7cd26d1b6 --- /dev/null +++ b/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.970.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-Attribute-Handlers/perl-Attribute-Handlers-0.970.0.ebuild,v 1.1 2015/06/04 16:00:18 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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~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 +" |