From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 522AD1382C5 for ; Sat, 17 Apr 2021 19:20:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D5D7E083D; Sat, 17 Apr 2021 19:20:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53774E083D for ; Sat, 17 Apr 2021 19:20:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDF57340A9D for ; Sat, 17 Apr 2021 19:20:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE95F71D for ; Sat, 17 Apr 2021 19:20:28 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1618687170.38a0aee62df5ce6f73f346f0f65590b891ee04b5.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild X-VCS-Directories: net-misc/rwhoisd/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 38a0aee62df5ce6f73f346f0f65590b891ee04b5 X-VCS-Branch: master Date: Sat, 17 Apr 2021 19:20:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ac05ff04-d091-4fca-bb9d-515dff763530 X-Archives-Hash: 059eb409ebc7595450732bb251ce4e72 commit: 38a0aee62df5ce6f73f346f0f65590b891ee04b5 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Apr 17 18:25:02 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Apr 17 19:19:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a0aee6 net-misc/rwhoisd: drop old version Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild | 46 --------------------------------- 1 file changed, 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 625e9c378ae..00000000000 --- 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." -}