summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-03 19:37:50 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-03 19:37:50 -0500
commit08fa90d8970347d8748b72ab735ad731ebf7948f (patch)
treece06030df86e81ecd66b45cfa36bb311cae596ba
parentnet-misc/rwhoisd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-08fa90d8970347d8748b72ab735ad731ebf7948f.tar.gz
gentoo-08fa90d8970347d8748b72ab735ad731ebf7948f.tar.bz2
gentoo-08fa90d8970347d8748b72ab735ad731ebf7948f.zip
net-misc/rwhoisd: remove old version
Package-Manager: portage-2.2.26
-rw-r--r--net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild
deleted file mode 100644
index 2deb2360d574..000000000000
--- a/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic user
-
-DESCRIPTION="ARIN rwhois daemon"
-HOMEPAGE="http://projects.arin.net/rwhois/"
-SRC_URI="http://projects.arin.net/rwhois/ftp/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- sys-devel/flex
- virtual/yacc
-"
-
-pkg_setup() {
- enewgroup rwhoisd
- enewuser rwhoisd -1 -1 /var/rwhoisd rwhoisd
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-destdir-${PV}.patch
- append-cflags -DNEW_STYLE_BIN_SORT
-}
-
-src_compile() {
- 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."
-}