summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2010-09-06 06:52:18 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2010-09-06 06:52:18 +0000
commit362864887e4b890fe5db0d7e9148fb1f15983880 (patch)
tree182985f6432ac3a852a300726b59404377d73225 /www-servers/bozohttpd
parentMigrate to wxGTK-2.8 with patch from Debian. Use EAPI 2. Simplify (diff)
downloadgentoo-2-362864887e4b890fe5db0d7e9148fb1f15983880.tar.gz
gentoo-2-362864887e4b890fe5db0d7e9148fb1f15983880.tar.bz2
gentoo-2-362864887e4b890fe5db0d7e9148fb1f15983880.zip
Wiped out older version, see bug #332065.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'www-servers/bozohttpd')
-rw-r--r--www-servers/bozohttpd/ChangeLog5
-rw-r--r--www-servers/bozohttpd/bozohttpd-20060517.ebuild43
-rw-r--r--www-servers/bozohttpd/files/bozohttpd-20040823.patch10
3 files changed, 4 insertions, 54 deletions
diff --git a/www-servers/bozohttpd/ChangeLog b/www-servers/bozohttpd/ChangeLog
index 4f490974473e..cd25694d97bc 100644
--- a/www-servers/bozohttpd/ChangeLog
+++ b/www-servers/bozohttpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/bozohttpd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/ChangeLog,v 1.13 2010/09/04 01:46:42 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/ChangeLog,v 1.14 2010/09/06 06:52:18 s4t4n Exp $
+
+ 06 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> bozohttpd-20060517.ebuild:
+ Wiped out older version, see bug #332065.
04 Sep 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
bozohttpd-20100621.ebuild:
diff --git a/www-servers/bozohttpd/bozohttpd-20060517.ebuild b/www-servers/bozohttpd/bozohttpd-20060517.ebuild
deleted file mode 100644
index dd44cd794d8a..000000000000
--- a/www-servers/bozohttpd/bozohttpd-20060517.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/bozohttpd-20060517.ebuild,v 1.4 2007/11/12 14:15:48 armin76 Exp $
-
-inherit eutils
-
-DESCRIPTION="bozohttpd is a small and secure http server"
-HOMEPAGE="http://www.eterna.com.au/bozohttpd/"
-SRC_URI="http://www.eterna.com.au/bozohttpd/${P}.tar.bz2"
-KEYWORDS="~ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-DEPEND=">=dev-libs/openssl-0.9.8d
- >=sys-apps/sed-4.1.5"
-RDEPEND="${DEPEND}
- virtual/logger"
-
-src_unpack()
-{
- unpack ${A}
- cd "${S}"
-
- # Rename Makefile
- mv Makefile.boot Makefile
-
- # Make it honour Gentoo CFLAGS
- sed -ie "s/-O/${CFLAGS}/" Makefile
-}
-
-src_install ()
-{
- dobin bozohttpd
- doman bozohttpd.8
-
- newconfd "${FILESDIR}"/${PN}.conffile bozohttpd
- newinitd "${FILESDIR}"/${PN}.initscript bozohttpd
-}
-
-pkg_postinst()
-{
- einfo "Remember to edit /etc/conf.d/bozohttpd to suit your needs."
-}
diff --git a/www-servers/bozohttpd/files/bozohttpd-20040823.patch b/www-servers/bozohttpd/files/bozohttpd-20040823.patch
deleted file mode 100644
index af618f2a1803..000000000000
--- a/www-servers/bozohttpd/files/bozohttpd-20040823.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- bozohttpd.c 2004-08-27 13:51:49.160046104 +0200
-+++ bozohttpd.c 2004-08-27 13:52:45.965410376 +0200
-@@ -423,7 +423,6 @@
- warning(" -C arg prog\t\tadd this CGI handler");
- #endif
- warning(" -c cgibin\t\tenable cgi-bin support in this directory");
-- warning(" -a\t\t\tdo not send headers for CGI scripts");
- #endif
- #ifndef NO_DAEMON_MODE
- warning(" -b\t\t\tbackground and go into daemon mode");