diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-08-02 22:08:02 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-08-02 22:08:02 +0000 |
commit | 3de7f46fcdb8f88b49188a075a6de1977c203d70 (patch) | |
tree | c3dd8e1e1ec5d26fbdbee29a6f7d5db7d0ce0271 /virtual | |
parent | Remove old. (diff) | |
download | gentoo-2-3de7f46fcdb8f88b49188a075a6de1977c203d70.tar.gz gentoo-2-3de7f46fcdb8f88b49188a075a6de1977c203d70.tar.bz2 gentoo-2-3de7f46fcdb8f88b49188a075a6de1977c203d70.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-cgi/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/httpd-cgi/httpd-cgi-0.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/virtual/httpd-cgi/ChangeLog b/virtual/httpd-cgi/ChangeLog index 8484c15a367b..40e3d1afef63 100644 --- a/virtual/httpd-cgi/ChangeLog +++ b/virtual/httpd-cgi/ChangeLog @@ -1,6 +1,9 @@ # 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.15 2015/08/02 22:03:49 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-cgi/ChangeLog,v 1.16 2015/08/02 22:08:02 monsieurp Exp $ + + 02 Aug 2015; Patrice Clement <monsieurp@gentoo.org> -httpd-cgi-0.ebuild: + Remove old. 02 Aug 2015; Patrice Clement <monsieurp@gentoo.org> httpd-cgi-0-r1.ebuild, httpd-cgi-0.ebuild: diff --git a/virtual/httpd-cgi/httpd-cgi-0.ebuild b/virtual/httpd-cgi/httpd-cgi-0.ebuild deleted file mode 100644 index 80e1cd892bc1..000000000000 --- a/virtual/httpd-cgi/httpd-cgi-0.ebuild +++ /dev/null @@ -1,28 +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-cgi/httpd-cgi-0.ebuild,v 1.10 2015/03/03 10:16:52 dlan 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/skunkweb - www-servers/thttpd - www-servers/tomcat - )" -DEPEND="" |