commit:     501db695c6dba65a19c15efa863f6a13f44e4f31
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 13:36:41 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 13:36:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501db695

net-misc/jwhois: drop 4.0-r1

Bug: https://bugs.gentoo.org/900284
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/jwhois/jwhois-4.0-r1.ebuild | 29 -----------------------------
 1 file changed, 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)
-}

Reply via email to