diff options
author | Sam James <sam@gentoo.org> | 2024-11-19 13:36:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-19 13:36:41 +0000 |
commit | 501db695c6dba65a19c15efa863f6a13f44e4f31 (patch) | |
tree | 0b709dad5bccd62c556f467d21af1b3f5aca6e59 /net-misc/jwhois | |
parent | app-admin/radmind: build w/ -std=gnu89 (diff) | |
download | gentoo-501db695c6dba65a19c15efa863f6a13f44e4f31.tar.gz gentoo-501db695c6dba65a19c15efa863f6a13f44e4f31.tar.bz2 gentoo-501db695c6dba65a19c15efa863f6a13f44e4f31.zip |
net-misc/jwhois: drop 4.0-r1
Bug: https://bugs.gentoo.org/900284
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/jwhois')
-rw-r--r-- | net-misc/jwhois/jwhois-4.0-r1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-misc/jwhois/jwhois-4.0-r1.ebuild b/net-misc/jwhois/jwhois-4.0-r1.ebuild deleted file mode 100644 index b8d0d0cb440d..000000000000 --- a/net-misc/jwhois/jwhois-4.0-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Advanced Internet Whois client capable of recursive queries" -HOMEPAGE="https://www.gnu.org/software/jwhois/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="idn nls" - -RDEPEND="idn? ( net-dns/libidn )" -DEPEND="${RDEPEND}" - -PATCHES=( - # bug 208875 - "${FILESDIR}"/${P}-connect-logic.patch -) - -src_configure() { - econf \ - --localstatedir="${EPREFIX}"/var/cache \ - --without-cache \ - $(use_enable nls) \ - $(use_with idn libidn) -} |