From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- www-servers/bozohttpd/Manifest | 5 ---- www-servers/bozohttpd/bozohttpd-20190228.ebuild | 35 ---------------------- www-servers/bozohttpd/files/bozohttpd.conffile | 11 ------- www-servers/bozohttpd/files/bozohttpd.initscript | 37 ------------------------ www-servers/bozohttpd/metadata.xml | 9 ------ 5 files changed, 97 deletions(-) delete mode 100644 www-servers/bozohttpd/Manifest delete mode 100644 www-servers/bozohttpd/bozohttpd-20190228.ebuild delete mode 100644 www-servers/bozohttpd/files/bozohttpd.conffile delete mode 100644 www-servers/bozohttpd/files/bozohttpd.initscript delete mode 100644 www-servers/bozohttpd/metadata.xml (limited to 'www-servers/bozohttpd') diff --git a/www-servers/bozohttpd/Manifest b/www-servers/bozohttpd/Manifest deleted file mode 100644 index 8ac4bd18af9f..000000000000 --- a/www-servers/bozohttpd/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX bozohttpd.conffile 218 BLAKE2B 1f7cf56429b11a35b8a3ccc809cf781c1bfd76ec638e720387382cd2532ad2f82086136b919f11d60c42126c1f1fbcfcec2a341ae7ca08c8d7185aa1843ccf65 SHA512 fbc819db45d9ded83a14cc2088c5446c1a56509e2ed4a80a3bd1bb398d32130c1366ac1aad4152527665e9c8f9d097427160a9bfe703922e73a713abf7020f29 -AUX bozohttpd.initscript 942 BLAKE2B bf53e3004179bb55c0fe6201167a0aec9f186a59c823597620058e584412e208fcda499fb011393e37238655a5bdce4adec0ed5eb20410a18cebabe4f2efb592 SHA512 7ea3a704fcc1b5b9ea8c2d66fba6b2f273b77efa97d0222578d82d653d4c0c7d926d9fabf5dd3e14b80cc3e79674290acb0116e68a3b044a91c4d12115c9b365 -DIST bozohttpd-20190228.tar.bz2 59460 BLAKE2B bfd5f16f997903ce8c1b708c5d50955779545bbfee7525966ff0f3475114841ce8feac800d945782548474dc866c032876cb50afaa93cc164c7cdf4b5eeeb555 SHA512 8658695ad9248c9c013362d040981df5d18366e1ad0a6b80707841f93fe576c54631ff3810cc08062b1b28fb07884464bfc27fb71c37831446b2de67a6254f09 -EBUILD bozohttpd-20190228.ebuild 694 BLAKE2B 32ac8132880d78f14a9a1fe071ad393fe272788894b9a8f83eac8064c88ddc689a999b27264d438d0636023c2519e90794032fb7b264d2d078dbe9c75936e306 SHA512 0b812bd1bb9e9dcc8a1eea6ceeaf096b5cdb49b5b5ffa3d5e009d698812c9f332a3e701ec0d5c7c73ca20d12d2139ceb776f9d0af9c6e8e3c42a507bdf79f081 -MISC metadata.xml 314 BLAKE2B f88305728d40c6e1694382709accb6e493f004efa5746d0b29e5ff2cf57e9c1e144f4950355176cada28771d4af0ed243f1a2ad1db15f2335315a3847a1d94d2 SHA512 aabe10c78ee35d73f9d76540c5f8e145315399b5260b1895010268365142cd4303e201e32a238ea6df5f4a94f5444ae12198da50ae7548913a807084bc7137d7 diff --git a/www-servers/bozohttpd/bozohttpd-20190228.ebuild b/www-servers/bozohttpd/bozohttpd-20190228.ebuild deleted file mode 100644 index a95a11e85e56..000000000000 --- a/www-servers/bozohttpd/bozohttpd-20190228.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -DEPEND="dev-libs/openssl:0=" -RDEPEND="${DEPEND} - virtual/logger" - -src_prepare() { - default - 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.conffile b/www-servers/bozohttpd/files/bozohttpd.conffile deleted file mode 100644 index 49dbbe5517c4..000000000000 --- a/www-servers/bozohttpd/files/bozohttpd.conffile +++ /dev/null @@ -1,11 +0,0 @@ -# Config file for /etc/init.d/bozohttpd - -# necessary stuff -DATADIR=/var/www/localhost/htdocs -BIND_ADDRESS=localhost -LISTEN_PORT=80 - -# optional stuff -#USER=daemon -#INDEX_DEFAULT=index.php -#APPEND="-C .php /usr/bin/php" diff --git a/www-servers/bozohttpd/files/bozohttpd.initscript b/www-servers/bozohttpd/files/bozohttpd.initscript deleted file mode 100644 index 9f05c4184178..000000000000 --- a/www-servers/bozohttpd/files/bozohttpd.initscript +++ /dev/null @@ -1,37 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 or later - -#NB: Config is in /etc/conf.d/bozohttpd - - -depend() { - need logger net -} - -checkconfig() { - if [ -z "$DATADIR" ] || [ -z "$BIND_ADDRESS" ] || [ -z "$LISTEN_PORT" ]; then - eerror "You need to setup DATADIR, BIND_ADDRESS and LISTEN PORT in /etc/conf.d/bozohttpd first" - return 1 - fi -} - -start() { - checkconfig || return 1 - - local params="" - - [ -n "$USER" ] && params="$params -U $USER" - [ -n "$INDEX_DEFAULT" ] && params="$params -x $INDEX_DEFAULT" - [ -n "$APPEND" ] && params="$params $APPEND" - - ebegin "Starting bozohttpd" - start-stop-daemon --start --exec /usr/bin/bozohttpd -- -b -i $BIND_ADDRESS -I $LISTEN_PORT -X ${params} $DATADIR - eend ${?} -} - -stop() { - ebegin "Stopping bozohttpd" - start-stop-daemon --stop --exec /usr/bin/bozohttpd - eend ${?} -} diff --git a/www-servers/bozohttpd/metadata.xml b/www-servers/bozohttpd/metadata.xml deleted file mode 100644 index b818ab566e19..000000000000 --- a/www-servers/bozohttpd/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - bozohttpd is designed to be small, simple and relatively - featureless, hopefully increasing its security. - - -- cgit v1.2.3