diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-05 11:27:05 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-05 11:27:05 +0000 |
commit | f537123edfa2d73ba1c1ab996b82dff2366891ab (patch) | |
tree | 417840c9dd7a23106b23962e5d0038ec095c6b14 /virtual/perl-AutoLoader | |
parent | Stable for ppc, wrt bug #512492 (diff) | |
download | gentoo-2-f537123edfa2d73ba1c1ab996b82dff2366891ab.tar.gz gentoo-2-f537123edfa2d73ba1c1ab996b82dff2366891ab.tar.bz2 gentoo-2-f537123edfa2d73ba1c1ab996b82dff2366891ab.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-AutoLoader')
-rw-r--r-- | virtual/perl-AutoLoader/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-AutoLoader/perl-AutoLoader-5.730.0.ebuild | 6 | ||||
-rw-r--r-- | virtual/perl-AutoLoader/perl-AutoLoader-5.740.0.ebuild | 16 |
3 files changed, 26 insertions, 4 deletions
diff --git a/virtual/perl-AutoLoader/ChangeLog b/virtual/perl-AutoLoader/ChangeLog index dc138cb5c87f..3993950b26da 100644 --- a/virtual/perl-AutoLoader/ChangeLog +++ b/virtual/perl-AutoLoader/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-AutoLoader # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-AutoLoader/ChangeLog,v 1.21 2014/05/28 15:49:59 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-AutoLoader/ChangeLog,v 1.22 2014/07/05 11:27:05 dilfridge Exp $ + +*perl-AutoLoader-5.740.0 (05 Jul 2014) + + 05 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> + perl-AutoLoader-5.730.0.ebuild, +perl-AutoLoader-5.740.0.ebuild: + Add perl-5.20 version 28 May 2014; Mikle Kolyada <zlogene@gentoo.org> -perl-AutoLoader-5.710.0-r1.ebuild: diff --git a/virtual/perl-AutoLoader/perl-AutoLoader-5.730.0.ebuild b/virtual/perl-AutoLoader/perl-AutoLoader-5.730.0.ebuild index 370719e56d12..0ef5dce9326c 100644 --- a/virtual/perl-AutoLoader/perl-AutoLoader-5.730.0.ebuild +++ b/virtual/perl-AutoLoader/perl-AutoLoader-5.730.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-AutoLoader/perl-AutoLoader-5.730.0.ebuild,v 1.3 2013/02/18 19:23:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-AutoLoader/perl-AutoLoader-5.730.0.ebuild,v 1.4 2014/07/05 11:27:05 dilfridge Exp $ DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86 ~x86-solaris" IUSE="" -RDEPEND="~perl-core/${PN#perl-}-${PV}" +RDEPEND="|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )" diff --git a/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0.ebuild b/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0.ebuild new file mode 100644 index 000000000000..f2b049d5b083 --- /dev/null +++ b/virtual/perl-AutoLoader/perl-AutoLoader-5.740.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-AutoLoader/perl-AutoLoader-5.740.0.ebuild,v 1.1 2014/07/05 11:27:05 dilfridge Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris" +IUSE="" + +RDEPEND="|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )" |