diff options
author | 2015-08-02 22:08:40 +0000 | |
---|---|---|
committer | 2015-08-02 22:08:40 +0000 | |
commit | ee37189f9516d385b1d5a4bd0d05aef4c7b716f2 (patch) | |
tree | 4b9e0ac1498a9b29b018a5f97a526d43b56918df /virtual | |
parent | Remove old. (diff) | |
download | gentoo-2-ee37189f9516d385b1d5a4bd0d05aef4c7b716f2.tar.gz gentoo-2-ee37189f9516d385b1d5a4bd0d05aef4c7b716f2.tar.bz2 gentoo-2-ee37189f9516d385b1d5a4bd0d05aef4c7b716f2.zip |
Remove old.
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')
-rw-r--r-- | virtual/httpd-basic/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/httpd-basic/httpd-basic-0.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/virtual/httpd-basic/ChangeLog b/virtual/httpd-basic/ChangeLog index f33032a5e191..dbee03f4f754 100644 --- a/virtual/httpd-basic/ChangeLog +++ b/virtual/httpd-basic/ChangeLog @@ -1,6 +1,9 @@ # 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.15 2015/08/02 22:04:53 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-basic/ChangeLog,v 1.16 2015/08/02 22:08:40 monsieurp Exp $ + + 02 Aug 2015; Patrice Clement <monsieurp@gentoo.org> -httpd-basic-0.ebuild: + Remove old. 02 Aug 2015; Patrice Clement <monsieurp@gentoo.org> httpd-basic-0-r1.ebuild, httpd-basic-0.ebuild: diff --git a/virtual/httpd-basic/httpd-basic-0.ebuild b/virtual/httpd-basic/httpd-basic-0.ebuild deleted file mode 100644 index 2d3d3d88888a..000000000000 --- a/virtual/httpd-basic/httpd-basic-0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.ebuild,v 1.9 2015/03/22 12:33:19 pacho 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/skunkweb - www-servers/thttpd - www-servers/tomcat - www-servers/webfs - )" -DEPEND="" |