From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/bozohttpd/
Date: Mon, 12 Oct 2015 01:10:40 +0000 (UTC) [thread overview]
Message-ID: <1444612571.e8560991ba11bbab3e82d6450412099582ce6793.blueness@gentoo> (raw)
commit: e8560991ba11bbab3e82d6450412099582ce6793
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 01:16:11 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 01:16:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8560991
www-servers/bozohttpd: add libressl support
Package-Manager: portage-2.2.20.1
www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild | 38 ++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild b/www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild
new file mode 100644
index 0000000..f41adcf
--- /dev/null
+++ b/www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild
@@ -0,0 +1,38 @@
+# 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,}
+}
+
+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
+}
next reply other threads:[~2015-10-12 1:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-12 1:10 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-12 10:21 [gentoo-commits] repo/gentoo:master commit in: www-servers/bozohttpd/ Anthony G. Basile
2017-03-18 7:53 Michael Palimaka
2017-03-18 7:56 Michael Palimaka
2020-03-19 19:06 Thomas Deutschmann
2020-03-19 19:06 Thomas Deutschmann
2021-05-02 20:26 Mikle Kolyada
2021-08-11 4:21 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1444612571.e8560991ba11bbab3e82d6450412099582ce6793.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox