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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB27515807B for ; Wed, 6 Nov 2024 14:29:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06CBFE0D30; Wed, 6 Nov 2024 14:29:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0C7BE0D30 for ; Wed, 6 Nov 2024 14:29:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01442342FAE for ; Wed, 6 Nov 2024 14:29:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9762F1CA7 for ; Wed, 6 Nov 2024 14:29:55 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1730903354.86c5960805a1163534c3f85cafe392f231e64b4b.arkamar@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-r2.ebuild X-VCS-Directories: net-misc/rwhoisd/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 86c5960805a1163534c3f85cafe392f231e64b4b X-VCS-Branch: master Date: Wed, 6 Nov 2024 14:29:55 +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: ef205f95-233a-4448-a178-d30360e49520 X-Archives-Hash: c645f7d6d5df762fabde94ea7a006224 commit: 86c5960805a1163534c3f85cafe392f231e64b4b Author: Petr Vaněk gentoo org> AuthorDate: Wed Nov 6 14:26:58 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Wed Nov 6 14:29:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c59608 net-misc/rwhoisd: drop 1.5.9.6-r2 Signed-off-by: Petr Vaněk gentoo.org> net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild | 48 ------------------------------ 1 file changed, 48 deletions(-) diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild deleted file mode 100644 index 1a2f4ab1ba55..000000000000 --- a/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic - -DESCRIPTION="ARIN rwhois daemon" -HOMEPAGE="http://projects.arin.net/rwhois/" -SRC_URI="https://github.com/arineng/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${P}/${PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="virtual/libcrypt:=" -RDEPEND=" - ${DEPEND} - acct-group/rwhoisd - acct-user/rwhoisd -" -BDEPEND=" - app-alternatives/lex - app-alternatives/yacc -" - -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." -}