* [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/
@ 2018-06-03 2:59 Aaron Bauman
0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2018-06-03 2:59 UTC (permalink / raw
To: gentoo-commits
commit: a018483bf87f579cb709ecfdbfd11aa59d71e7c7
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 3 00:12:52 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 3 02:58:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a018483b
net-misc/jwhois: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-misc/jwhois/Manifest | 1 -
net-misc/jwhois/jwhois-3.2.3-r1.ebuild | 37 ----------------------------------
net-misc/jwhois/jwhois-4.0.ebuild | 30 ---------------------------
3 files changed, 68 deletions(-)
diff --git a/net-misc/jwhois/Manifest b/net-misc/jwhois/Manifest
index 967a02798f7..436a8c411d4 100644
--- a/net-misc/jwhois/Manifest
+++ b/net-misc/jwhois/Manifest
@@ -1,2 +1 @@
-DIST jwhois-3.2.3.tar.gz 430792 BLAKE2B 9708af6ee3a63c283cbcf581cfe78c22a7b9dad01a4133c3db85c019730e937dfc95a369fd8264c19f99193f8ae842365050e7a4fa9934da76945ae3ca05673f SHA512 92ffeef5d9134800d54326c2281eb38c030acf812d2420031438e1f9171875403384ac847bb6d9670aae3e3efa8cdfe2079c822f82550dc8b0450dcb05baf60d
DIST jwhois-4.0.tar.gz 493007 BLAKE2B f578f2a57a95ce78829b859c3135c5ace8431b539bb3447e54633a262996a2d1d3c9802706171437acd325d99cc62773901d7473067307a322b4805d529b0292 SHA512 5d625c3f1031a8eb8ef766ef5d47a8c1a4396d1ad3344fc9449f80dd71ad84aadf21ba67f5c2f99348f732a4df998eefe699fcec4efcadf87f579b70302a44ae
diff --git a/net-misc/jwhois/jwhois-3.2.3-r1.ebuild b/net-misc/jwhois/jwhois-3.2.3-r1.ebuild
deleted file mode 100644
index 6c78a893b72..00000000000
--- a/net-misc/jwhois/jwhois-3.2.3-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-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-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="nls"
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-whois-de.patch #159776
-}
-
-src_compile() {
- econf \
- --localstatedir=/var/cache \
- --without-cache \
- $(use_enable nls) \
- || die "econf failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/net-misc/jwhois/jwhois-4.0.ebuild b/net-misc/jwhois/jwhois-4.0.ebuild
deleted file mode 100644
index f0d604d77d7..00000000000
--- a/net-misc/jwhois/jwhois-4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-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 ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86"
-IUSE="idn nls"
-
-DEPEND="idn? ( net-dns/libidn )"
-
-src_compile() {
- econf \
- --localstatedir=/var/cache \
- --without-cache \
- $(use_enable nls) \
- $(use_with idn libidn) \
- || die "econf failed"
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/
@ 2020-10-24 15:46 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2020-10-24 15:46 UTC (permalink / raw
To: gentoo-commits
commit: a975a368e8d1a84160b770e1fc122b152ac5c1d9
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 15:46:18 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 15:46:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a975a368
net-misc/jwhois: Port to EAPI 7
Closes: https://bugs.gentoo.org/742134
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-misc/jwhois/jwhois-4.0-r1.ebuild | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/net-misc/jwhois/jwhois-4.0-r1.ebuild b/net-misc/jwhois/jwhois-4.0-r1.ebuild
index d8bcb3ddb18..7a6fe53d31c 100644
--- a/net-misc/jwhois/jwhois-4.0-r1.ebuild
+++ b/net-misc/jwhois/jwhois-4.0-r1.ebuild
@@ -1,9 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="4"
-
-inherit eutils
+EAPI=7
DESCRIPTION="Advanced Internet Whois client capable of recursive queries"
HOMEPAGE="https://www.gnu.org/software/jwhois/"
@@ -17,13 +15,14 @@ IUSE="idn nls"
RDEPEND="idn? ( net-dns/libidn )"
DEPEND="${RDEPEND}"
-src_prepare() {
- epatch "${FILESDIR}"/${P}-connect-logic.patch #208875
-}
+PATCHES=(
+ # bug 208875
+ "${FILESDIR}"/${P}-connect-logic.patch
+)
src_configure() {
econf \
- --localstatedir="${EPREFIX}/var/cache" \
+ --localstatedir="${EPREFIX}"/var/cache \
--without-cache \
$(use_enable nls) \
$(use_with idn libidn)
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/
@ 2021-09-27 22:05 Marek Szuba
0 siblings, 0 replies; 12+ messages in thread
From: Marek Szuba @ 2021-09-27 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 5f06207f975f5276ed6492b47b1157c24031d14f
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 21:15:13 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 22:05:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f06207f
net-misc/jwhois: keyword 4.0-r1 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
net-misc/jwhois/jwhois-4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/jwhois/jwhois-4.0-r1.ebuild b/net-misc/jwhois/jwhois-4.0-r1.ebuild
index 1295e7ccaa1..76aed521cd1 100644
--- a/net-misc/jwhois/jwhois-4.0-r1.ebuild
+++ b/net-misc/jwhois/jwhois-4.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="idn nls"
RDEPEND="idn? ( net-dns/libidn )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/
@ 2022-10-18 2:18 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-10-18 2:18 UTC (permalink / raw
To: gentoo-commits
commit: 71bad8054bfa6e0d6c21e20ae909a35c5653f4f6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 01:46:51 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 02:17:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71bad805
net-misc/jwhois: add savannah upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/jwhois/metadata.xml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/net-misc/jwhois/metadata.xml b/net-misc/jwhois/metadata.xml
index 73dda144f9ac..05e015a7ce25 100644
--- a/net-misc/jwhois/metadata.xml
+++ b/net-misc/jwhois/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>base-system@gentoo.org</email>
- <name>Gentoo Base System</name>
-</maintainer>
+ <maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo Base System</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="savannah">jwhois</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/
@ 2024-01-07 0:20 Conrad Kostecki
0 siblings, 0 replies; 12+ messages in thread
From: Conrad Kostecki @ 2024-01-07 0:20 UTC (permalink / raw
To: gentoo-commits
commit: 9d8ebdd7b464b82e6340e3e57aa2163779940b18
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Nov 21 17:22:15 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 00:19:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8ebdd7
net-misc/jwhois: add github remote-id
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/33566
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-misc/jwhois/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-misc/jwhois/metadata.xml b/net-misc/jwhois/metadata.xml
index 05e015a7ce25..e8a24cb81ff8 100644
--- a/net-misc/jwhois/metadata.xml
+++ b/net-misc/jwhois/metadata.xml
@@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="savannah">jwhois</remote-id>
+ <remote-id type="github">jonasob/jwhois</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/
@ 2024-02-18 13:31 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-02-18 13:31 UTC (permalink / raw
To: gentoo-commits
commit: c84db10ec62ad19e48c9381ebaf26d5994609ca4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 13:30:26 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 13:30:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84db10e
net-misc/jwhois: Stabilize 4.0-r2 arm, #924907
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/jwhois/jwhois-4.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/jwhois/jwhois-4.0-r2.ebuild b/net-misc/jwhois/jwhois-4.0-r2.ebuild
index 3b4a4a95dcbe..b798c1f1bcb0 100644
--- a/net-misc/jwhois/jwhois-4.0-r2.ebuild
+++ b/net-misc/jwhois/jwhois-4.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="idn nls"
RDEPEND="idn? ( net-dns/libidn )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/
@ 2024-02-18 13:32 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-02-18 13:32 UTC (permalink / raw
To: gentoo-commits
commit: 9d3da80fae5ccd1c8ca9a1069b4401580f50f9cd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 13:32:10 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 13:32:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d3da80f
net-misc/jwhois: Stabilize 4.0-r2 ppc64, #924907
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/jwhois/jwhois-4.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/jwhois/jwhois-4.0-r2.ebuild b/net-misc/jwhois/jwhois-4.0-r2.ebuild
index b798c1f1bcb0..d0527ad1ccbe 100644
--- a/net-misc/jwhois/jwhois-4.0-r2.ebuild
+++ b/net-misc/jwhois/jwhois-4.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="idn nls"
RDEPEND="idn? ( net-dns/libidn )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/
@ 2024-02-18 19:57 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-02-18 19:57 UTC (permalink / raw
To: gentoo-commits
commit: edc6bdc2e04a982b4d5991914bd7d0f163808dc2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 19:56:55 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 19:57:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc6bdc2
net-misc/jwhois: Stabilize 4.0-r2 sparc, #924907
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/jwhois/jwhois-4.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/jwhois/jwhois-4.0-r2.ebuild b/net-misc/jwhois/jwhois-4.0-r2.ebuild
index f52850a32184..31f5b5975da8 100644
--- a/net-misc/jwhois/jwhois-4.0-r2.ebuild
+++ b/net-misc/jwhois/jwhois-4.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
IUSE="idn nls"
RDEPEND="idn? ( net-dns/libidn )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/
@ 2024-02-18 19:57 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-02-18 19:57 UTC (permalink / raw
To: gentoo-commits
commit: 8aef2969e96e1034c5f24a33acb514dbe0be3660
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 19:56:54 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 19:57:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aef2969
net-misc/jwhois: Stabilize 4.0-r2 amd64, #924907
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/jwhois/jwhois-4.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/jwhois/jwhois-4.0-r2.ebuild b/net-misc/jwhois/jwhois-4.0-r2.ebuild
index d0527ad1ccbe..f52850a32184 100644
--- a/net-misc/jwhois/jwhois-4.0-r2.ebuild
+++ b/net-misc/jwhois/jwhois-4.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="idn nls"
RDEPEND="idn? ( net-dns/libidn )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/
@ 2024-02-18 19:57 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-02-18 19:57 UTC (permalink / raw
To: gentoo-commits
commit: 190ec9a99c723fb3098d3f0a00575a32305e48c7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 19:56:56 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 19:57:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190ec9a9
net-misc/jwhois: Stabilize 4.0-r2 x86, #924907
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/jwhois/jwhois-4.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/jwhois/jwhois-4.0-r2.ebuild b/net-misc/jwhois/jwhois-4.0-r2.ebuild
index 31f5b5975da8..3a9eb8df252e 100644
--- a/net-misc/jwhois/jwhois-4.0-r2.ebuild
+++ b/net-misc/jwhois/jwhois-4.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="idn nls"
RDEPEND="idn? ( net-dns/libidn )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/
@ 2024-03-02 17:13 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-03-02 17:13 UTC (permalink / raw
To: gentoo-commits
commit: 0ff90aa8b077bb2cffbbf33e9d916c7e432398ad
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 17:12:59 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 17:12:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff90aa8
net-misc/jwhois: Stabilize 4.0-r2 ppc, #924907
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/jwhois/jwhois-4.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/jwhois/jwhois-4.0-r2.ebuild b/net-misc/jwhois/jwhois-4.0-r2.ebuild
index 3a9eb8df252e..ecfef500523f 100644
--- a/net-misc/jwhois/jwhois-4.0-r2.ebuild
+++ b/net-misc/jwhois/jwhois-4.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="idn nls"
RDEPEND="idn? ( net-dns/libidn )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/
@ 2024-11-19 13:52 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-11-19 13:52 UTC (permalink / raw
To: gentoo-commits
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)
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-11-19 13:52 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-18 19:57 [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-11-19 13:52 Sam James
2024-03-02 17:13 Arthur Zamarin
2024-02-18 19:57 Arthur Zamarin
2024-02-18 19:57 Arthur Zamarin
2024-02-18 13:32 Sam James
2024-02-18 13:31 Sam James
2024-01-07 0:20 Conrad Kostecki
2022-10-18 2:18 Sam James
2021-09-27 22:05 Marek Szuba
2020-10-24 15:46 David Seifert
2018-06-03 2:59 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox