diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 12:30:52 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 12:30:52 +0000 |
commit | 88fea954476eddfd7c655637986aec9fd2d1e21d (patch) | |
tree | b30a9b779e8369a6402c4f06b021f9184aebd731 /virtual | |
parent | Add missing changelog entry (diff) | |
download | gentoo-2-88fea954476eddfd7c655637986aec9fd2d1e21d.tar.gz gentoo-2-88fea954476eddfd7c655637986aec9fd2d1e21d.tar.bz2 gentoo-2-88fea954476eddfd7c655637986aec9fd2d1e21d.zip |
CGI moves from perl-core to dev-perl
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-CGI/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/perl-CGI/perl-CGI-3.650.0-r2.ebuild (renamed from virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild) | 4 | ||||
-rw-r--r-- | virtual/perl-CGI/perl-CGI-4.90.0-r1.ebuild (renamed from virtual/perl-CGI/perl-CGI-4.90.0.ebuild) | 6 |
3 files changed, 14 insertions, 6 deletions
diff --git a/virtual/perl-CGI/ChangeLog b/virtual/perl-CGI/ChangeLog index 4b22aaa2e78e..1f22c40abada 100644 --- a/virtual/perl-CGI/ChangeLog +++ b/virtual/perl-CGI/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for virtual/perl-CGI # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.130 2015/06/04 16:19:05 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.131 2015/06/13 12:30:52 dilfridge Exp $ + +*perl-CGI-4.90.0-r1 (13 Jun 2015) +*perl-CGI-3.650.0-r2 (13 Jun 2015) + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-CGI-3.650.0-r1.ebuild, +perl-CGI-3.650.0-r2.ebuild, + -perl-CGI-4.90.0.ebuild, +perl-CGI-4.90.0-r1.ebuild: + CGI moves from perl-core to dev-perl 04 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> -perl-CGI-3.630.0-r2.ebuild: diff --git a/virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild b/virtual/perl-CGI/perl-CGI-3.650.0-r2.ebuild index e7c67db8d259..3312294f7269 100644 --- a/virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild +++ b/virtual/perl-CGI/perl-CGI-3.650.0-r2.ebuild @@ -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/virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild,v 1.10 2015/02/18 08:36:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.650.0-r2.ebuild,v 1.1 2015/06/13 12:30:52 dilfridge Exp $ EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc IUSE="" RDEPEND=" - ~perl-core/${PN#perl-}-${PV} + ~dev-perl/${PN#perl-}-${PV} " # this is the version included in dev-lang/perl-5.20 diff --git a/virtual/perl-CGI/perl-CGI-4.90.0.ebuild b/virtual/perl-CGI/perl-CGI-4.90.0-r1.ebuild index b481c77c696a..b8c9844789f8 100644 --- a/virtual/perl-CGI/perl-CGI-4.90.0.ebuild +++ b/virtual/perl-CGI/perl-CGI-4.90.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-4.90.0.ebuild,v 1.1 2014/11/16 15:57:54 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-4.90.0-r1.ebuild,v 1.1 2015/06/13 12:30:52 dilfridge Exp $ EAPI=5 @@ -14,5 +14,5 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="" RDEPEND=" - ~perl-core/${PN#perl-}-${PV} + ~dev-perl/${PN#perl-}-${PV} " |