www-servers/fnord: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Wed, 3 Jan 2018 01:02:00 +0000 (04:02 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Wed, 3 Jan 2018 01:02:00 +0000 (04:02 +0300)
Closes: https://bugs.gentoo.org/643002
Package-Manager: Portage-2.3.13, Repoman-2.3.3

www-servers/fnord/Manifest
www-servers/fnord/fnord-1.10-r2.ebuild [deleted file]

index 513bf1cdb8ddae98b9fd96cf9d68a1a77265d4c4..f8b38037ac59f3e53bc0416e48cdbd7d2c1b6d06 100644 (file)
@@ -1,2 +1 @@
-DIST fnord-1.10.tar.bz2 33408 BLAKE2B 8401c426fdc6555abfa25d40ca4b94dfc7a34394f913b468c96ae8661144ac0cf1fb1a4c216081e552e9f33ec44571706f5d7772776df3b62cda35664ce54802 SHA512 45c584844de9d26aad0e6ff0a08a27aacb1f27e5a0128f43758622d41183cc92c483ef85cc84421afd2107b4c2838b167ab0788031499b2f18c3df861c05dfbd
 DIST fnord-1.11.tar.bz2 28845 BLAKE2B 1f9ce7ca3476f03af0528f9ea6701be25babbd8a38398df3f87d1b1a18a28182a54bdfe814165ca6422f427bcdabd013f9eed2c1f178f0403829b38d618c2d08 SHA512 12a3751a2f98acb3ba2d468972bb785b656fa01bfb0828bc9ba5488dc7a2a66e9f226a6cc49ceda57aa7875d8d90954a9e79806c9506a7906cfff346cd400154
diff --git a/www-servers/fnord/fnord-1.10-r2.ebuild b/www-servers/fnord/fnord-1.10-r2.ebuild
deleted file mode 100644 (file)
index c28da17..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils 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="hppa ppc sparc x86"
-IUSE="auth"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-       virtual/daemontools
-       sys-apps/ucspi-tcp"
-
-pkg_setup() {
-       enewgroup nofiles 200
-       enewuser fnord -1 -1 /etc/fnord nofiles
-       enewuser fnordlog -1 -1 /etc/fnord nofiles
-}
-
-src_prepare() {
-       epatch "${FILESDIR}/${PN}"-1.10-gentoo.diff
-}
-
-src_compile() {
-       # Fix for bug #45716
-       replace-sparc64-flags
-
-       use auth && \
-               append-flags -DAUTH
-
-       emake DIET="" CC=$(tc-getCC) \
-               CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install () {
-       dobin fnord-conf fnord || die
-       dodoc TODO README* SPEED CHANGES
-}