diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-08-02 17:41:52 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-08-02 17:41:52 +0000 |
commit | 7eef2778f27e6370f137265c64c70b9507533bf9 (patch) | |
tree | 678b23657aacc38dc8a2c126a2330a165f1adfa8 /virtual/httpd-basic | |
parent | [app-office/QtBitcoinTrader] Update version per #553914 (diff) | |
download | gentoo-2-7eef2778f27e6370f137265c64c70b9507533bf9.tar.gz gentoo-2-7eef2778f27e6370f137265c64c70b9507533bf9.tar.bz2 gentoo-2-7eef2778f27e6370f137265c64c70b9507533bf9.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)
Diffstat (limited to 'virtual/httpd-basic')
-rw-r--r-- | virtual/httpd-basic/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/httpd-basic/httpd-basic-0-r1.ebuild | 29 |
2 files changed, 36 insertions, 1 deletions
diff --git a/virtual/httpd-basic/ChangeLog b/virtual/httpd-basic/ChangeLog index e31561152dae..55352f033483 100644 --- a/virtual/httpd-basic/ChangeLog +++ b/virtual/httpd-basic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/httpd-basic # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-basic/ChangeLog,v 1.11 2015/03/22 12:33:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-basic/ChangeLog,v 1.12 2015/08/02 17:41:52 monsieurp Exp $ + +*httpd-basic-0-r1 (02 Aug 2015) + + 02 Aug 2015; Patrice Clement <monsieurp@gentoo.org> +httpd-basic-0-r1.ebuild: + Prep skunkweb's removal and remove it from the list of runtime dependencies. + See bug 451790. 22 Mar 2015; Pacho Ramos <pacho@gentoo.org> httpd-basic-0.ebuild: publicfile is going to be removed (#531270) diff --git a/virtual/httpd-basic/httpd-basic-0-r1.ebuild b/virtual/httpd-basic/httpd-basic-0-r1.ebuild new file mode 100644 index 000000000000..6558852be86f --- /dev/null +++ b/virtual/httpd-basic/httpd-basic-0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-basic/httpd-basic-0-r1.ebuild,v 1.1 2015/08/02 17:41:52 monsieurp Exp $ + +DESCRIPTION="Virtual for static HTML-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-servers/apache + www-servers/lighttpd + www-servers/boa + www-servers/bozohttpd + www-servers/cherokee + www-servers/fnord + www-servers/gorg + www-servers/monkeyd + www-servers/nginx + www-servers/resin + www-servers/thttpd + www-servers/tomcat + www-servers/webfs + )" +DEPEND="" |