diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-18 20:01:21 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-18 20:14:41 +0200 |
commit | 4cbcbe013f69e165165dc0b79741f486aca4f2cd (patch) | |
tree | 111e47c6457542fcbcb8b4f07938902210c9bc94 | |
parent | www-apache/mod_wsgi: drop 4.9.0, 4.9.4-r1 (diff) | |
download | gentoo-4cbcbe013f69e165165dc0b79741f486aca4f2cd.tar.gz gentoo-4cbcbe013f69e165165dc0b79741f486aca4f2cd.tar.bz2 gentoo-4cbcbe013f69e165165dc0b79741f486aca4f2cd.zip |
www-servers/fnord: drop 1.11-r2
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
-rw-r--r-- | www-servers/fnord/fnord-1.11-r2.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/www-servers/fnord/fnord-1.11-r2.ebuild b/www-servers/fnord/fnord-1.11-r2.ebuild deleted file mode 100644 index f458bde99dc3..000000000000 --- a/www-servers/fnord/fnord-1.11-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic toolchain-funcs - -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 ~riscv sparc x86" -IUSE="auth" - -RDEPEND=" - acct-group/nofiles - acct-user/fnord - acct-user/fnordlog - sys-apps/ucspi-tcp - virtual/daemontools -" - -DOCS=( TODO README README.auth SPEED CHANGES ) - -PATCHES=( "${FILESDIR}/${PN}"-1.10-gentoo.diff ) - -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 -} |