diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-08-02 17:26:08 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-08-02 17:26:08 +0000 |
commit | 4e671392e2919a8fd00d69c3811d7570aee7eb07 (patch) | |
tree | bad5699e4ee2c98559224b3dd6fea47f26a48108 | |
parent | Prep skunkweb's removal and remove it from the list of runtime dependencies. ... (diff) | |
download | gentoo-2-4e671392e2919a8fd00d69c3811d7570aee7eb07.tar.gz gentoo-2-4e671392e2919a8fd00d69c3811d7570aee7eb07.tar.bz2 gentoo-2-4e671392e2919a8fd00d69c3811d7570aee7eb07.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-cgi/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/httpd-cgi/httpd-cgi-0-r1.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/virtual/httpd-cgi/ChangeLog b/virtual/httpd-cgi/ChangeLog index 07a4ee4dd7a5..f05bd340acb2 100644 --- a/virtual/httpd-cgi/ChangeLog +++ b/virtual/httpd-cgi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/httpd-cgi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-cgi/ChangeLog,v 1.12 2015/03/03 10:16:52 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-cgi/ChangeLog,v 1.13 2015/08/02 17:26:08 monsieurp Exp $ + +*httpd-cgi-0-r1 (02 Aug 2015) + + 02 Aug 2015; Patrice Clement <monsieurp@gentoo.org> +httpd-cgi-0-r1.ebuild: + Prep skunkweb's removal and remove it from the list of runtime dependencies. + See bug 451790. 03 Mar 2015; Yixun Lan <dlan@gentoo.org> httpd-cgi-0.ebuild: add arm64 support, tested on A53 board @@ -40,4 +46,3 @@ 20 Oct 2007; <wrobel@gentoo.org> +metadata.xml, +httpd-cgi-0.ebuild: Finally adding virtual/httpd-cgi to close #11007. - diff --git a/virtual/httpd-cgi/httpd-cgi-0-r1.ebuild b/virtual/httpd-cgi/httpd-cgi-0-r1.ebuild new file mode 100644 index 000000000000..85dd297928d5 --- /dev/null +++ b/virtual/httpd-cgi/httpd-cgi-0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-cgi/httpd-cgi-0-r1.ebuild,v 1.1 2015/08/02 17:26:08 monsieurp Exp $ + +DESCRIPTION="Virtual for CGI-enabled webservers" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +RDEPEND="|| ( + www-servers/apache + www-servers/lighttpd + www-servers/boa + www-servers/bozohttpd + www-servers/cherokee + www-servers/fnord + www-servers/monkeyd + www-servers/nginx + www-servers/resin + www-servers/thttpd + www-servers/tomcat + )" +DEPEND="" |