commit: 86c5960805a1163534c3f85cafe392f231e64b4b Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Wed Nov 6 14:26:58 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> 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 <arkamar <AT> 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." -}
