summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-04-17 20:25:02 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-04-17 21:19:30 +0200
commit38a0aee62df5ce6f73f346f0f65590b891ee04b5 (patch)
tree407a0c3474d092f4934f5ab84f7714f1f543618b
parentnet-misc/rwhoisd: migrate to glep 81 (diff)
downloadgentoo-38a0aee6.tar.gz
gentoo-38a0aee6.tar.bz2
gentoo-38a0aee6.zip
net-misc/rwhoisd: drop old version
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild
deleted file mode 100644
index 625e9c378ae8..000000000000
--- a/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic user
-
-DESCRIPTION="ARIN rwhois daemon"
-HOMEPAGE="http://projects.arin.net/rwhois/"
-SRC_URI="https://github.com/arineng/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- sys-devel/flex
- virtual/yacc
-"
-S=${WORKDIR}/${P}/${PN}
-
-pkg_setup() {
- enewgroup rwhoisd
- enewuser rwhoisd -1 -1 /var/rwhoisd rwhoisd
-}
-
-src_compile() {
- append-cflags -DNEW_STYLE_BIN_SORT
-
- emake -C common
- emake -C regexp
- emake -C mkdb
-
- default
-}
-
-src_install() {
- default
-
- doinitd "${FILESDIR}"/rwhoisd
- newconfd "${FILESDIR}"/rwhoisd.conf rwhoisd
-}
-
-pkg_postinst() {
- einfo "Please make sure to set the userid in rwhoisd.conf to rwhoisd."
- einfo "It is highly inadvisable to run rwhoisd as root."
-}