summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-12-12 09:54:36 +0000
committerPacho Ramos <pacho@gentoo.org>2014-12-12 09:54:36 +0000
commit7fce420970dd3e7a6604e9adad3c2aeaae3390f5 (patch)
tree3c5b91d06f83734d6502af69ee712a3b6eda7b9a /www-servers
parentUSE='vaapi' is now global, removing it's description from metadata (diff)
downloadgentoo-2-7fce420970dd3e7a6604e9adad3c2aeaae3390f5.tar.gz
gentoo-2-7fce420970dd3e7a6604e9adad3c2aeaae3390f5.tar.bz2
gentoo-2-7fce420970dd3e7a6604e9adad3c2aeaae3390f5.zip
Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/bozohttpd/ChangeLog6
-rw-r--r--www-servers/bozohttpd/bozohttpd-20100621.ebuild43
-rw-r--r--www-servers/bozohttpd/bozohttpd-20111118.ebuild41
3 files changed, 5 insertions, 85 deletions
diff --git a/www-servers/bozohttpd/ChangeLog b/www-servers/bozohttpd/ChangeLog
index 9d9cb9612df7..8b77e9aa9ca2 100644
--- a/www-servers/bozohttpd/ChangeLog
+++ b/www-servers/bozohttpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/bozohttpd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/ChangeLog,v 1.19 2014/12/12 09:43:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/ChangeLog,v 1.20 2014/12/12 09:54:36 pacho Exp $
+
+ 12 Dec 2014; Pacho Ramos <pacho@gentoo.org> -bozohttpd-20100621.ebuild,
+ -bozohttpd-20111118.ebuild:
+ Drop old
12 Dec 2014; Agostino Sarubbo <ago@gentoo.org> bozohttpd-20140708.ebuild:
Stable for x86, wrt bug #518078
diff --git a/www-servers/bozohttpd/bozohttpd-20100621.ebuild b/www-servers/bozohttpd/bozohttpd-20100621.ebuild
deleted file mode 100644
index 5e7779e4c396..000000000000
--- a/www-servers/bozohttpd/bozohttpd-20100621.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/bozohttpd-20100621.ebuild,v 1.2 2010/09/04 01:46:42 phajdan.jr 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.8o
- >=sys-apps/sed-4.2"
-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/bozohttpd-20111118.ebuild b/www-servers/bozohttpd/bozohttpd-20111118.ebuild
deleted file mode 100644
index 3789094d7e30..000000000000
--- a/www-servers/bozohttpd/bozohttpd-20111118.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/bozohttpd-20111118.ebuild,v 1.1 2013/03/26 19:54:50 tomwij Exp $
-
-EAPI="5"
-
-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"
-
-DEPEND=">=dev-libs/openssl-0.9.8o
- >=sys-apps/sed-4.2"
-RDEPEND="${DEPEND}
- virtual/logger"
-
-src_prepare()
-{
- mv Makefile{.boot,}
-
- # Make it honor Gentoo CFLAGS
- sed -ie "s/-O/${CFLAGS}/" Makefile || sed 'Sed failed.'
-}
-
-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."
-}