Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/fnord/
Date: Sat, 17 Apr 2021 19:20:37
Message-Id: 1618687181.f3f80e9336bca3c572a09687f4983082fa1e7020.conikost@gentoo
1 commit: f3f80e9336bca3c572a09687f4983082fa1e7020
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 17 19:18:14 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 17 19:19:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f80e93
7
8 www-servers/fnord: drop old version
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 www-servers/fnord/fnord-1.11-r1.ebuild | 43 ----------------------------------
14 1 file changed, 43 deletions(-)
15
16 diff --git a/www-servers/fnord/fnord-1.11-r1.ebuild b/www-servers/fnord/fnord-1.11-r1.ebuild
17 deleted file mode 100644
18 index 1caf64c5d57..00000000000
19 --- a/www-servers/fnord/fnord-1.11-r1.ebuild
20 +++ /dev/null
21 @@ -1,43 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit flag-o-matic toolchain-funcs user
28 -
29 -DESCRIPTION="Yet another small httpd"
30 -HOMEPAGE="http://www.fefe.de/fnord/"
31 -SRC_URI="http://www.fefe.de/fnord/${P}.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~hppa ppc sparc x86"
36 -IUSE="auth"
37 -
38 -DEPEND=""
39 -RDEPEND="${DEPEND}
40 - virtual/daemontools
41 - sys-apps/ucspi-tcp"
42 -
43 -DOCS=( TODO README README.auth SPEED CHANGES )
44 -PATCHES=( "${FILESDIR}/${PN}"-1.10-gentoo.diff )
45 -
46 -pkg_setup() {
47 - enewgroup nofiles 200
48 - enewuser fnord -1 -1 /etc/fnord nofiles
49 - enewuser fnordlog -1 -1 /etc/fnord nofiles
50 -}
51 -
52 -src_compile() {
53 - # Fix for bug #45716
54 - use sparc && replace-sparc64-flags
55 -
56 - use auth && append-flags -DAUTH
57 -
58 - emake DIET="" CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
59 -}
60 -
61 -src_install() {
62 - dobin fnord-conf fnord
63 - einstalldocs
64 -}