diff options
Diffstat (limited to 'www-servers/fnord/fnord-1.8.ebuild')
-rw-r--r-- | www-servers/fnord/fnord-1.8.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/www-servers/fnord/fnord-1.8.ebuild b/www-servers/fnord/fnord-1.8.ebuild deleted file mode 100644 index cbf34cd2b85d..000000000000 --- a/www-servers/fnord/fnord-1.8.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/fnord/fnord-1.8.ebuild,v 1.11 2005/08/28 06:17:15 vapier Exp $ - -inherit flag-o-matic eutils fixheadtails - -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="ppc sparc x86" -IUSE="" - -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}/${P}-gentoo.diff - ht_fix_all -} - -src_compile() { - # Fix for bug #45716 - replace-sparc64-flags - - emake DIET="" CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install () { - dobin fnord-conf fnord || die - dodoc TODO README SPEED COPYING CHANGES -} |