From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6814C139694 for ; Sat, 18 Mar 2017 07:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1790B21C13B; Sat, 18 Mar 2017 07:53:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4CDB21C13B for ; Sat, 18 Mar 2017 07:53:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7894B341398 for ; Sat, 18 Mar 2017 07:53:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4CB76C3D for ; Sat, 18 Mar 2017 07:53:43 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1489823614.0cc34faf9c5e8519d3e63cb6ffc4d2dc0d2c90cd.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/bozohttpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/bozohttpd/Manifest www-servers/bozohttpd/bozohttpd-20170201.ebuild X-VCS-Directories: www-servers/bozohttpd/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0cc34faf9c5e8519d3e63cb6ffc4d2dc0d2c90cd X-VCS-Branch: master Date: Sat, 18 Mar 2017 07:53:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 69abc68f-7940-4d05-8fcc-5f450e11baf6 X-Archives-Hash: b2e59cc06f9c2a2ba33c3503a134fde5 commit: 0cc34faf9c5e8519d3e63cb6ffc4d2dc0d2c90cd Author: Michael Palimaka gentoo org> AuthorDate: Sat Mar 18 07:53:28 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Mar 18 07:53:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc34faf www-servers/bozohttpd: version bump 20170201 Gentoo-bug: 592832 Gentoo-bug: 611398 Package-Manager: Portage-2.3.5, Repoman-2.3.2 www-servers/bozohttpd/Manifest | 1 + www-servers/bozohttpd/bozohttpd-20170201.ebuild | 37 +++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/www-servers/bozohttpd/Manifest b/www-servers/bozohttpd/Manifest index 2ced85fe906..cddf8803f6e 100644 --- a/www-servers/bozohttpd/Manifest +++ b/www-servers/bozohttpd/Manifest @@ -1 +1,2 @@ DIST bozohttpd-20140708.tar.bz2 58024 SHA256 3919e4beec82dd67f19a99e222a05358ef4d06433dbf2df48b5895499af28fc7 SHA512 ebdb27f33cd9e8c893edcb8d62f8d78d2127a3fadde0f75432b9c95fac56a0b743c1b917405b2090c15f4729e9be4ee725f73f14978b62071d2ac7261629607f WHIRLPOOL d3a59f1c39b8668fc3695f4dea649c18f11dba36115e6ba6de0a40800140bd790ce32d53354e72f829a37a3dcd5ad3bef6833144d4637d07dcfde34b6610ce32 +DIST bozohttpd-20170201.tar.bz2 55730 SHA256 bfec085149f1d84358554216a1eeb0ec246e8138443118060be4de416d2a95c5 SHA512 f8fba17a454b3825bf0562072bf0acf5890639d83e3bc5c6b7e87f13860d37a3dfc3fd155bd9873d5201b85f31185b24677c22db1cb303fd556f22afa8b7895e WHIRLPOOL 14c7bbe8c7e0955d68c386b91cb009b8cd81a8c89e70f7ab74445d4a9d321ec0347c28233e7688650ba438ef45f66b105434d6e6c74898db60aaa8f1ef20f3b8 diff --git a/www-servers/bozohttpd/bozohttpd-20170201.ebuild b/www-servers/bozohttpd/bozohttpd-20170201.ebuild new file mode 100644 index 00000000000..1044a7a8441 --- /dev/null +++ b/www-servers/bozohttpd/bozohttpd-20170201.ebuild @@ -0,0 +1,37 @@ +# 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 +}