summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-06-13 17:13:27 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-06-13 17:13:27 +0000
commit1f9fa1255b3eca9e5e2c1d0f29bc18f8bc18fa8b (patch)
tree737a93d218b6fe3b8bd57735f56b1a3c1d5d9dea /dev-perl
parentThe CGI module is no longer part of core Perl and has been moved to dev-perl (diff)
downloadgentoo-2-1f9fa1255b3eca9e5e2c1d0f29bc18f8bc18fa8b.tar.gz
gentoo-2-1f9fa1255b3eca9e5e2c1d0f29bc18f8bc18fa8b.tar.bz2
gentoo-2-1f9fa1255b3eca9e5e2c1d0f29bc18f8bc18fa8b.zip
The CGI module is no longer part of core Perl and has been moved to dev-perl
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild6
-rw-r--r--dev-perl/CGI-PSGI/ChangeLog8
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild
index 64c7ad5ba7a1..ed9255ee325f 100644
--- a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild
+++ b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.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/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild,v 1.1 2014/08/25 19:43:28 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild,v 1.2 2015/06/13 17:13:27 dilfridge Exp $
EAPI=5
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
- >=virtual/perl-CGI-3.330.0
+ >=dev-perl/CGI-3.330.0
"
DEPEND="${RDEPEND}
test? (
diff --git a/dev-perl/CGI-PSGI/ChangeLog b/dev-perl/CGI-PSGI/ChangeLog
index 3e97e8699128..5cad40b0f921 100644
--- a/dev-perl/CGI-PSGI/ChangeLog
+++ b/dev-perl/CGI-PSGI/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/CGI-PSGI
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-PSGI/ChangeLog,v 1.3 2014/08/25 19:43:28 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-PSGI/ChangeLog,v 1.4 2015/06/13 17:13:27 dilfridge Exp $
+
+ 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ CGI-PSGI-0.150.0-r1.ebuild:
+ The CGI module is no longer part of core Perl and has been moved to dev-perl
*CGI-PSGI-0.150.0-r1 (25 Aug 2014)