Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
Date: Wed, 04 May 2016 01:02:38
Message-Id: 1462322270.08fa90d8970347d8748b72ab735ad731ebf7948f.wizardedit@gentoo
1 commit: 08fa90d8970347d8748b72ab735ad731ebf7948f
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 00:37:50 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:37:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fa90d8
7
8 net-misc/rwhoisd: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild | 47 ------------------------------
13 1 file changed, 47 deletions(-)
14
15 diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild
16 deleted file mode 100644
17 index 2deb236..0000000
18 --- a/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild
19 +++ /dev/null
20 @@ -1,47 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -inherit eutils flag-o-matic user
27 -
28 -DESCRIPTION="ARIN rwhois daemon"
29 -HOMEPAGE="http://projects.arin.net/rwhois/"
30 -SRC_URI="http://projects.arin.net/rwhois/ftp/${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 -
41 -pkg_setup() {
42 - enewgroup rwhoisd
43 - enewuser rwhoisd -1 -1 /var/rwhoisd rwhoisd
44 -}
45 -
46 -src_prepare() {
47 - epatch "${FILESDIR}"/${PN}-destdir-${PV}.patch
48 - append-cflags -DNEW_STYLE_BIN_SORT
49 -}
50 -
51 -src_compile() {
52 - emake -C common
53 - emake -C regexp
54 - emake -C mkdb
55 - default
56 -}
57 -
58 -src_install () {
59 - default
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 -}