From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- www-servers/bozohttpd/Manifest | 4 +-- www-servers/bozohttpd/bozohttpd-20170201.ebuild | 37 ------------------------- www-servers/bozohttpd/bozohttpd-20190228.ebuild | 37 +++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 www-servers/bozohttpd/bozohttpd-20170201.ebuild create mode 100644 www-servers/bozohttpd/bozohttpd-20190228.ebuild (limited to 'www-servers/bozohttpd') diff --git a/www-servers/bozohttpd/Manifest b/www-servers/bozohttpd/Manifest index 4a1b4bed9400..68ef824944a3 100644 --- a/www-servers/bozohttpd/Manifest +++ b/www-servers/bozohttpd/Manifest @@ -1,5 +1,5 @@ AUX bozohttpd.conffile 218 BLAKE2B 1f7cf56429b11a35b8a3ccc809cf781c1bfd76ec638e720387382cd2532ad2f82086136b919f11d60c42126c1f1fbcfcec2a341ae7ca08c8d7185aa1843ccf65 SHA512 fbc819db45d9ded83a14cc2088c5446c1a56509e2ed4a80a3bd1bb398d32130c1366ac1aad4152527665e9c8f9d097427160a9bfe703922e73a713abf7020f29 AUX bozohttpd.initscript 942 BLAKE2B bf53e3004179bb55c0fe6201167a0aec9f186a59c823597620058e584412e208fcda499fb011393e37238655a5bdce4adec0ed5eb20410a18cebabe4f2efb592 SHA512 7ea3a704fcc1b5b9ea8c2d66fba6b2f273b77efa97d0222578d82d653d4c0c7d926d9fabf5dd3e14b80cc3e79674290acb0116e68a3b044a91c4d12115c9b365 -DIST bozohttpd-20170201.tar.bz2 55730 BLAKE2B e0663d6bb819374b84d17081cb6546cf6ba79eb497310c4547b5eb9f349e515f6645ee36cc4ae1a69ba2782a0ba26e6b725f1310852558a8be0c155691194430 SHA512 f8fba17a454b3825bf0562072bf0acf5890639d83e3bc5c6b7e87f13860d37a3dfc3fd155bd9873d5201b85f31185b24677c22db1cb303fd556f22afa8b7895e -EBUILD bozohttpd-20170201.ebuild 765 BLAKE2B 8c93139d5dc5c5d88e17004c85a218ad735aeb3fcd976dc8da69ffca72e5398c444511493df12f88d41c8ae8553c19939601602c1b1c033660abd3e6ca11111e SHA512 fe4d2a5d28b5dc13a52abd83fd4562ccf155f0f9b5ec2aea105b52962ff27e725603c01503e59577029394ae32367689fa196d9c85913fd19a047f28f13bfef9 +DIST bozohttpd-20190228.tar.bz2 59460 BLAKE2B bfd5f16f997903ce8c1b708c5d50955779545bbfee7525966ff0f3475114841ce8feac800d945782548474dc866c032876cb50afaa93cc164c7cdf4b5eeeb555 SHA512 8658695ad9248c9c013362d040981df5d18366e1ad0a6b80707841f93fe576c54631ff3810cc08062b1b28fb07884464bfc27fb71c37831446b2de67a6254f09 +EBUILD bozohttpd-20190228.ebuild 760 BLAKE2B 76f212adb1f52546396c1933df68f01f61b9435db8619b522dce348a9fe85b6f12cca8a033e72d2dbbf5529ae93b32665759940e1d976969f0c90ad700f51477 SHA512 aac24a2e4d1f0ebac0de2873a07c5fec20ae5a7f194014387511f8f668de732695d2c79e0a7eac885f63f238ca3f073a57954014cc825913b07e677515d31886 MISC metadata.xml 312 BLAKE2B f77dfdd970ef0e921ce72aec618bbedcf217bc9e85aee7f99a1cd2d43f351dc4049e6664339a49c21c471651d747633bfd19be94a9d35b04ef7907e1c3176abc SHA512 9970b0a12f1e68b7f0babffef064357434c7c3e37c1e92d8b336d70ef8f8940b8cc73d68bb0b338a13e6613cf086c5f2e06f119f6feae067cc31b91cd743e41f diff --git a/www-servers/bozohttpd/bozohttpd-20170201.ebuild b/www-servers/bozohttpd/bozohttpd-20170201.ebuild deleted file mode 100644 index 1044a7a84412..000000000000 --- a/www-servers/bozohttpd/bozohttpd-20170201.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -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" -IUSE="libressl" - -DEPEND="!libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= )" -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/bozohttpd-20190228.ebuild b/www-servers/bozohttpd/bozohttpd-20190228.ebuild new file mode 100644 index 000000000000..483262bc9dc0 --- /dev/null +++ b/www-servers/bozohttpd/bozohttpd-20190228.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 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" +IUSE="libressl" + +DEPEND="!libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:= )" +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 +} -- cgit v1.2.3