diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-17 21:18:14 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-17 21:19:41 +0200 |
commit | f3f80e9336bca3c572a09687f4983082fa1e7020 (patch) | |
tree | 9c7b490a0cba22acf883cd9f163888778fe24687 /www-servers | |
parent | www-servers/fnord: migrate to glep 81 (diff) | |
download | gentoo-f3f80e9336bca3c572a09687f4983082fa1e7020.tar.gz gentoo-f3f80e9336bca3c572a09687f4983082fa1e7020.tar.bz2 gentoo-f3f80e9336bca3c572a09687f4983082fa1e7020.zip |
www-servers/fnord: drop old version
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/fnord/fnord-1.11-r1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/www-servers/fnord/fnord-1.11-r1.ebuild b/www-servers/fnord/fnord-1.11-r1.ebuild deleted file mode 100644 index 1caf64c5d572..000000000000 --- a/www-servers/fnord/fnord-1.11-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic toolchain-funcs user - -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="~amd64 ~hppa ppc sparc x86" -IUSE="auth" - -DEPEND="" -RDEPEND="${DEPEND} - virtual/daemontools - sys-apps/ucspi-tcp" - -DOCS=( TODO README README.auth SPEED CHANGES ) -PATCHES=( "${FILESDIR}/${PN}"-1.10-gentoo.diff ) - -pkg_setup() { - enewgroup nofiles 200 - enewuser fnord -1 -1 /etc/fnord nofiles - enewuser fnordlog -1 -1 /etc/fnord nofiles -} - -src_compile() { - # Fix for bug #45716 - use sparc && replace-sparc64-flags - - use auth && append-flags -DAUTH - - emake DIET="" CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin fnord-conf fnord - einstalldocs -} |