From e8a0f64de580662e8caa944908634e786c89a1c0 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 27 Apr 2016 11:50:24 -0500 Subject: www-servers/bozohttpd: use #!/sbin/openrc-run instead of #!/sbin/runscript Gentoo-Bug: https://bugs.gentoo.org/573846 Package-Manager: portage-2.2.26 --- www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild | 38 ---------------------- www-servers/bozohttpd/bozohttpd-20140708-r2.ebuild | 38 ++++++++++++++++++++++ www-servers/bozohttpd/files/bozohttpd.initscript | 4 +-- 3 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild create mode 100644 www-servers/bozohttpd/bozohttpd-20140708-r2.ebuild (limited to 'www-servers') diff --git a/www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild b/www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild deleted file mode 100644 index 1b68c218474..00000000000 --- a/www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit toolchain-funcs - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="libressl" - -DEPEND="!libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl )" -RDEPEND="${DEPEND} - virtual/logger" - -src_prepare() { - mv Makefile{.boot,} || die -} - -src_compile() { - emake CC="$(tc-getCC)" OPT="${CFLAGS}" -} - -src_install() { - dobin bozohttpd - doman bozohttpd.8 - - newconfd "${FILESDIR}"/${PN}.conffile bozohttpd - newinitd "${FILESDIR}"/${PN}.initscript bozohttpd -} diff --git a/www-servers/bozohttpd/bozohttpd-20140708-r2.ebuild b/www-servers/bozohttpd/bozohttpd-20140708-r2.ebuild new file mode 100644 index 00000000000..ef882781ff4 --- /dev/null +++ b/www-servers/bozohttpd/bozohttpd-20140708-r2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit toolchain-funcs + +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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +IUSE="libressl" + +DEPEND="!libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl )" +RDEPEND="${DEPEND} + virtual/logger" + +src_prepare() { + mv Makefile{.boot,} || die +} + +src_compile() { + emake CC="$(tc-getCC)" OPT="${CFLAGS}" +} + +src_install() { + dobin bozohttpd + doman bozohttpd.8 + + newconfd "${FILESDIR}"/${PN}.conffile bozohttpd + newinitd "${FILESDIR}"/${PN}.initscript bozohttpd +} diff --git a/www-servers/bozohttpd/files/bozohttpd.initscript b/www-servers/bozohttpd/files/bozohttpd.initscript index 9374e692765..d7a44e771b7 100644 --- a/www-servers/bozohttpd/files/bozohttpd.initscript +++ b/www-servers/bozohttpd/files/bozohttpd.initscript @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ -- cgit v1.2.1