Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
Date: Sat, 17 Apr 2021 19:20:34
Message-Id: 1618687170.38a0aee62df5ce6f73f346f0f65590b891ee04b5.conikost@gentoo
1 commit: 38a0aee62df5ce6f73f346f0f65590b891ee04b5
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 17 18:25:02 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 17 19:19:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a0aee6
7
8 net-misc/rwhoisd: 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 net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild | 46 ---------------------------------
14 1 file changed, 46 deletions(-)
15
16 diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild
17 deleted file mode 100644
18 index 625e9c378ae..00000000000
19 --- a/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild
20 +++ /dev/null
21 @@ -1,46 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -inherit flag-o-matic user
27 -
28 -DESCRIPTION="ARIN rwhois daemon"
29 -HOMEPAGE="http://projects.arin.net/rwhois/"
30 -SRC_URI="https://github.com/arineng/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -
36 -DEPEND="
37 - sys-devel/flex
38 - virtual/yacc
39 -"
40 -S=${WORKDIR}/${P}/${PN}
41 -
42 -pkg_setup() {
43 - enewgroup rwhoisd
44 - enewuser rwhoisd -1 -1 /var/rwhoisd rwhoisd
45 -}
46 -
47 -src_compile() {
48 - append-cflags -DNEW_STYLE_BIN_SORT
49 -
50 - emake -C common
51 - emake -C regexp
52 - emake -C mkdb
53 -
54 - default
55 -}
56 -
57 -src_install() {
58 - default
59 -
60 - doinitd "${FILESDIR}"/rwhoisd
61 - newconfd "${FILESDIR}"/rwhoisd.conf rwhoisd
62 -}
63 -
64 -pkg_postinst() {
65 - einfo "Please make sure to set the userid in rwhoisd.conf to rwhoisd."
66 - einfo "It is highly inadvisable to run rwhoisd as root."
67 -}