From 69a999447fb0bba8b4246cb22f4d3af4c6d67f1c Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Sat, 1 Jul 2006 19:52:46 +0000 Subject: Marked 1.10 stable on hppa, ppc, sparc, x86. Removed older versions. Add 1.10-r1 with support for HTTP authentication. (Portage version: 2.1.1_pre1-r5) --- www-servers/fnord/fnord-1.10-r1.ebuild | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 www-servers/fnord/fnord-1.10-r1.ebuild (limited to 'www-servers/fnord/fnord-1.10-r1.ebuild') diff --git a/www-servers/fnord/fnord-1.10-r1.ebuild b/www-servers/fnord/fnord-1.10-r1.ebuild new file mode 100644 index 000000000000..76e2f08163a3 --- /dev/null +++ b/www-servers/fnord/fnord-1.10-r1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/fnord/fnord-1.10-r1.ebuild,v 1.1 2006/07/01 19:52:46 hansmi Exp $ + +inherit flag-o-matic eutils + +DESCRIPTION="Yet another small httpd." +HOMEPAGE="http://www.fefe.de/fnord/" +SRC_URI="http://www.fefe.de/fnord/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~hppa ~ppc ~sparc ~x86" +IUSE="auth" + +DEPEND="" +RDEPEND="${DEPEND} + sys-process/daemontools + sys-apps/ucspi-tcp" + +pkg_setup() { + enewuser fnord -1 -1 /etc/fnord nofiles + enewuser fnordlog -1 -1 /etc/fnord nofiles +} + +src_unpack() { + unpack ${A} && cd ${S} + epatch ${FILESDIR}/${PN}-1.9-gentoo.diff +} + +src_compile() { + # Fix for bug #45716 + replace-sparc64-flags + + use auth && \ + append-flags -DAUTH + + emake DIET="" CFLAGS="${CFLAGS}" || die "emake failed" +} + +src_install () { + dobin fnord-conf fnord || die + dodoc TODO README SPEED COPYING CHANGES +} -- cgit v1.2.3-65-gdbad