summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-06-13 17:22:20 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-06-13 17:22:20 +0000
commit773037432a5fc5a64364dc56e832e650541beb82 (patch)
tree57339f380b7cd0fc9a5618662345884d891f2235 /www-apps
parentThe CGI module is no longer part of core Perl and has been moved to dev-perl (diff)
downloadgentoo-2-773037432a5fc5a64364dc56e832e650541beb82.tar.gz
gentoo-2-773037432a5fc5a64364dc56e832e650541beb82.tar.bz2
gentoo-2-773037432a5fc5a64364dc56e832e650541beb82.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 'www-apps')
-rw-r--r--www-apps/webdavcgi/ChangeLog8
-rw-r--r--www-apps/webdavcgi/webdavcgi-0.8.3.ebuild6
-rw-r--r--www-apps/webdavcgi/webdavcgi-0.8.4.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/www-apps/webdavcgi/ChangeLog b/www-apps/webdavcgi/ChangeLog
index 0246e83d893a..f6bf611ffcf1 100644
--- a/www-apps/webdavcgi/ChangeLog
+++ b/www-apps/webdavcgi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/webdavcgi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/webdavcgi/ChangeLog,v 1.7 2014/08/10 20:15:51 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/webdavcgi/ChangeLog,v 1.8 2015/06/13 17:22:20 dilfridge Exp $
+
+ 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ webdavcgi-0.8.3.ebuild, webdavcgi-0.8.4.ebuild:
+ The CGI module is no longer part of core Perl and has been moved to dev-perl
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> webdavcgi-0.8.3.ebuild,
webdavcgi-0.8.4.ebuild:
diff --git a/www-apps/webdavcgi/webdavcgi-0.8.3.ebuild b/www-apps/webdavcgi/webdavcgi-0.8.3.ebuild
index cd30f2baa110..25b1da3f91f2 100644
--- a/www-apps/webdavcgi/webdavcgi-0.8.3.ebuild
+++ b/www-apps/webdavcgi/webdavcgi-0.8.3.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/www-apps/webdavcgi/webdavcgi-0.8.3.ebuild,v 1.4 2014/08/10 20:15:51 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/webdavcgi/webdavcgi-0.8.3.ebuild,v 1.5 2015/06/13 17:22:20 dilfridge Exp $
EAPI=4
@@ -32,7 +32,7 @@ RDEPEND="dev-perl/Archive-Zip
rcs? ( dev-perl/Rcs )
samba? ( dev-perl/Filesys-SmbClient )
sqlite? ( dev-perl/DBD-SQLite )
- virtual/perl-CGI
+ dev-perl/CGI
virtual/perl-File-Spec"
need_httpd_cgi
diff --git a/www-apps/webdavcgi/webdavcgi-0.8.4.ebuild b/www-apps/webdavcgi/webdavcgi-0.8.4.ebuild
index 2845816ec516..22b8649efc06 100644
--- a/www-apps/webdavcgi/webdavcgi-0.8.4.ebuild
+++ b/www-apps/webdavcgi/webdavcgi-0.8.4.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/www-apps/webdavcgi/webdavcgi-0.8.4.ebuild,v 1.3 2014/08/10 20:15:51 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/webdavcgi/webdavcgi-0.8.4.ebuild,v 1.4 2015/06/13 17:22:20 dilfridge Exp $
EAPI=5
@@ -40,7 +40,7 @@ RDEPEND="!www-apps/webdavcgi:0
rcs? ( dev-perl/Rcs )
samba? ( dev-perl/Filesys-SmbClient )
sqlite? ( dev-perl/DBD-SQLite )
- virtual/perl-CGI
+ dev-perl/CGI
virtual/perl-File-Spec
|| ( virtual/httpd-cgi virtual/httpd-fastcgi )"