diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-03 10:01:50 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2010-09-03 10:01:50 +0000 |
commit | a5a7896b8c45ffb6db05479b805fd13d384a6a76 (patch) | |
tree | 77915829483ac3dce16ed8dd4c7cf750df2ac598 /www-servers | |
parent | Honour Gentoo LDFLAGS. Closes bug #335690. (diff) | |
download | gentoo-2-a5a7896b8c45ffb6db05479b805fd13d384a6a76.tar.gz gentoo-2-a5a7896b8c45ffb6db05479b805fd13d384a6a76.tar.bz2 gentoo-2-a5a7896b8c45ffb6db05479b805fd13d384a6a76.zip |
Version bump, see bug #302012.
Wiped out oldest versions.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/bozohttpd/ChangeLog | 11 | ||||
-rw-r--r-- | www-servers/bozohttpd/bozohttpd-20040823.ebuild | 43 | ||||
-rw-r--r-- | www-servers/bozohttpd/bozohttpd-20100621.ebuild (renamed from www-servers/bozohttpd/bozohttpd-20050410.ebuild) | 18 |
3 files changed, 20 insertions, 52 deletions
diff --git a/www-servers/bozohttpd/ChangeLog b/www-servers/bozohttpd/ChangeLog index 5e4ce44948e7..0ecd0a467ece 100644 --- a/www-servers/bozohttpd/ChangeLog +++ b/www-servers/bozohttpd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for www-servers/bozohttpd -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/ChangeLog,v 1.11 2007/11/12 14:15:48 armin76 Exp $ +# Copyright 2000-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/ChangeLog,v 1.12 2010/09/03 10:01:50 s4t4n Exp $ + +*bozohttpd-20100621 (19 Apr 2007) + + 03 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> bozohttpd-20100621.ebuild: + Version bump, see bug #302012. + -bozohttpd-20060517.ebuild, -bozohttpd-20100621.ebuild: + Autumn cleaning. 12 Nov 2007; Raúl Porcel <armin76@gentoo.org> bozohttpd-20060517.ebuild: x86 stable diff --git a/www-servers/bozohttpd/bozohttpd-20040823.ebuild b/www-servers/bozohttpd/bozohttpd-20040823.ebuild deleted file mode 100644 index 888bb770d2f8..000000000000 --- a/www-servers/bozohttpd/bozohttpd-20040823.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-20040823.ebuild,v 1.5 2007/10/28 14:09:40 phreak 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="x86 ~ppc" -LICENSE="GPL-2" -SLOT="0" -IUSE="" -DEPEND=">=dev-libs/openssl-0.9.7d-r1" -RDEPEND="${DEPEND} - virtual/logger" - -src_unpack() -{ - unpack ${A} - cd ${S} - - # Rename Makefile - mv Makefile.boot Makefile - - # Apparently, support for '-a' cmd line arg was removed, but left in - # 'bozohpptd -h' explanations - epatch ${FILESDIR}/${P}.patch -} - -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-20050410.ebuild b/www-servers/bozohttpd/bozohttpd-20100621.ebuild index 4eef2ad84c0d..877d000f59a9 100644 --- a/www-servers/bozohttpd/bozohttpd-20050410.ebuild +++ b/www-servers/bozohttpd/bozohttpd-20100621.ebuild @@ -1,27 +1,31 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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-20050410.ebuild,v 1.4 2007/10/28 14:09:40 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/bozohttpd-20100621.ebuild,v 1.1 2010/09/03 10:01:50 s4t4n 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="~x86 ~ppc" +KEYWORDS="~ppc ~x86" LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND=">=dev-libs/openssl-0.9.7d-r1" +DEPEND=">=dev-libs/openssl-0.9.8o + >=sys-apps/sed-4.2" RDEPEND="${DEPEND} virtual/logger" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Rename Makefile mv Makefile.boot Makefile + + # Make it honour Gentoo CFLAGS + sed -ie "s/-O/${CFLAGS}/" Makefile } src_install () @@ -29,8 +33,8 @@ src_install () dobin bozohttpd doman bozohttpd.8 - newconfd ${FILESDIR}/${PN}.conffile bozohttpd - newinitd ${FILESDIR}/${PN}.initscript bozohttpd + newconfd "${FILESDIR}"/${PN}.conffile bozohttpd + newinitd "${FILESDIR}"/${PN}.initscript bozohttpd } pkg_postinst() |