summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-08-02 17:23:18 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-08-02 17:23:18 +0000
commit397a57b60fc08a6b51dc7f25e5d8a342068ddc5d (patch)
tree4974f0cfa80fa865efc78fa4e22292eceed4b4f7
parentbump (diff)
downloadgentoo-2-397a57b60fc08a6b51dc7f25e5d8a342068ddc5d.tar.gz
gentoo-2-397a57b60fc08a6b51dc7f25e5d8a342068ddc5d.tar.bz2
gentoo-2-397a57b60fc08a6b51dc7f25e5d8a342068ddc5d.zip
Prep skunkweb's removal and remove it from the list of runtime dependencies. See bug 451790.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
-rw-r--r--virtual/httpd-fastcgi/ChangeLog12
-rw-r--r--virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild23
2 files changed, 32 insertions, 3 deletions
diff --git a/virtual/httpd-fastcgi/ChangeLog b/virtual/httpd-fastcgi/ChangeLog
index 7d38ee9fefaf..016f7cc58cab 100644
--- a/virtual/httpd-fastcgi/ChangeLog
+++ b/virtual/httpd-fastcgi/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for virtual/httpd-fastcgi
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-fastcgi/ChangeLog,v 1.8 2011/02/06 11:59:27 leio Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-fastcgi/ChangeLog,v 1.9 2015/08/02 17:23:18 monsieurp Exp $
+
+*httpd-fastcgi-0-r1 (02 Aug 2015)
+
+ 02 Aug 2015; Patrice Clement <monsieurp@gentoo.org>
+ +httpd-fastcgi-0-r1.ebuild:
+ Prep skunkweb's removal and remove it from the list of runtime dependencies.
+ See bug 451790.
06 Feb 2011; Mart Raudsepp <leio@gentoo.org> httpd-fastcgi-0.ebuild:
Drop to ~mips
@@ -24,4 +31,3 @@
20 Oct 2007; <wrobel@gentoo.org> +metadata.xml, +httpd-fastcgi-0.ebuild:
Finally adding virtual/httpd-fastcgi to close #11007.
-
diff --git a/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild b/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
new file mode 100644
index 000000000000..208c3eb65a4f
--- /dev/null
+++ b/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild,v 1.1 2015/08/02 17:23:18 monsieurp Exp $
+
+DESCRIPTION="Virtual for FastCGI-enabled webservers"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="|| (
+ www-apache/mod_fcgid
+ www-apache/mod_fastcgi
+ www-servers/lighttpd
+ www-servers/bozohttpd
+ www-servers/nginx
+ www-servers/resin
+ www-servers/cherokee
+ )"
+DEPEND=""