diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-05 11:21:54 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-05 11:21:54 +0000 |
commit | d817faf64c5747f5645d3f4bfc1e03d5d6874fec (patch) | |
tree | 5bc216853c41451a7147a50a5c30b4e568228660 /virtual/perl-Attribute-Handlers | |
parent | Add 5.20 version of Attribute::Handlers to perl-5.20 mask (diff) | |
download | gentoo-2-d817faf64c5747f5645d3f4bfc1e03d5d6874fec.tar.gz gentoo-2-d817faf64c5747f5645d3f4bfc1e03d5d6874fec.tar.bz2 gentoo-2-d817faf64c5747f5645d3f4bfc1e03d5d6874fec.zip |
Add perl-5.20 version
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'virtual/perl-Attribute-Handlers')
-rw-r--r-- | virtual/perl-Attribute-Handlers/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.960.0.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/virtual/perl-Attribute-Handlers/ChangeLog b/virtual/perl-Attribute-Handlers/ChangeLog index da2c399818b7..4a82774a4718 100644 --- a/virtual/perl-Attribute-Handlers/ChangeLog +++ b/virtual/perl-Attribute-Handlers/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Attribute-Handlers # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Attribute-Handlers/ChangeLog,v 1.47 2014/07/04 23:11:09 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Attribute-Handlers/ChangeLog,v 1.48 2014/07/05 11:21:54 dilfridge Exp $ + +*perl-Attribute-Handlers-0.960.0 (05 Jul 2014) + + 05 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +perl-Attribute-Handlers-0.960.0.ebuild: + Add perl-5.20 version 04 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> -perl-Attribute-Handlers-0.88.ebuild, diff --git a/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.960.0.ebuild b/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.960.0.ebuild new file mode 100644 index 000000000000..fef1253de617 --- /dev/null +++ b/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.960.0.ebuild @@ -0,0 +1,16 @@ +# 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.960.0.ebuild,v 1.1 2014/07/05 11:21:54 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.20* ~perl-core/${PN#perl-}-${PV} )" |