[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2024-02-28 Thread Sam James
commit: 537bc0566761a253e5e755ced66110c41b12388a
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 29 04:26:48 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 29 04:26:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537bc056

net-misc/whois: add 5.5.21

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest|  1 +
 net-misc/whois/whois-5.5.21.ebuild | 81 ++
 2 files changed, 82 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index b95054a11941..b12bcc0f261d 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1 +1,2 @@
 DIST whois-5.5.20.tar.gz 109648 BLAKE2B 
17b6a795ac517a81cde44530df3e835020a1750ab28d50551a7bd08d132aa10768ff146b0a7943a8348cc7f3f3f7096262caf1d91fbb2d3610ae9f6473e8
 SHA512 
1d602ec817411a36b3d175e34f166c06186639f4eeea145751decc45372953df40fc76b57c7589d93c49ab0be1276459dffc6424a4344ddbca23f35a9f492fc7
+DIST whois-5.5.21.tar.gz 109621 BLAKE2B 
b1cf42f1a60e5009e5882f154432d5974f45c1bf89d8b36b73f6e5f55ff2dba02e8ca7900926d2824200f5422d5e9f00abde524d4e2d8a25ba37376cc2e8d04a
 SHA512 
4f3ffbd875df89e910aa9d20616f2d04e773d3e5cd0c5d0262dca481fd6228214033b854ac4eebe078cfde14ab90429d826f24ce6c21ec14cfe8ad56e78ae6e9

diff --git a/net-misc/whois/whois-5.5.21.ebuild 
b/net-misc/whois/whois-5.5.21.ebuild
new file mode 100644
index ..afbc87e1ae4d
--- /dev/null
+++ b/net-misc/whois/whois-5.5.21.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 toolchain-funcs
+
+MY_P=${P/-/_}
+DESCRIPTION="Improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   #S="${WORKDIR}"/${PN}
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls xcrypt"
+
+RDEPEND="
+   iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
+)
+
+src_prepare() {
+   default
+
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
+
+   tc-export CC
+
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" 
BASHCOMPDIR="$(get_bashcompdir)" install
+
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-12-27 Thread Sam James
commit: fab7203e1fb630fed5ec4af2b1266cadc6db7731
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 28 04:16:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 28 04:16:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab7203e

net-misc/whois: drop 5.5.17-r1, 5.5.18-r1, 5.5.19

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest   |  3 --
 net-misc/whois/whois-5.5.17-r1.ebuild | 81 ---
 net-misc/whois/whois-5.5.18-r1.ebuild | 81 ---
 net-misc/whois/whois-5.5.19.ebuild| 81 ---
 4 files changed, 246 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index f11964d2eb03..b95054a11941 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,4 +1 @@
-DIST whois-5.5.19.tar.gz 109582 BLAKE2B 
6812c8f19c60a20802adbda95d9e80e1ee39cb5fea6723e689d064cda6ac167408dfccc2f30bfd93a7d53bda9c355e292d3b4ee694812b3ffccc54c120aeedcd
 SHA512 
f008f60a629f40eb5817c124ff586f2b4a359afa501a72633326341a28f47c5ff56ddeed48d327bf41035bc6bdc639959b92523ec22ff41d5bd58241b4c50487
 DIST whois-5.5.20.tar.gz 109648 BLAKE2B 
17b6a795ac517a81cde44530df3e835020a1750ab28d50551a7bd08d132aa10768ff146b0a7943a8348cc7f3f3f7096262caf1d91fbb2d3610ae9f6473e8
 SHA512 
1d602ec817411a36b3d175e34f166c06186639f4eeea145751decc45372953df40fc76b57c7589d93c49ab0be1276459dffc6424a4344ddbca23f35a9f492fc7
-DIST whois_5.5.17.tar.xz 90608 BLAKE2B 
82793097e421d88130d089fc64bb0bceac0c9170b39388262b45d2bf62fc2f8b7c4e393fc5351bba6be303ced00a00af1972bf73c1c8c7c86c812b19a0a6fb5a
 SHA512 
0ed33edc2005eb51a88bda505cc3f6ebe3966095d6f12c03cfe62c12e7e575e1d008632d12de6f27b4c09b91ce5a45705d57acce88409e573bbd7b5132df7fc6
-DIST whois_5.5.18.tar.xz 90216 BLAKE2B 
2098b15d36ee0f99e710fdeb10ce1650eba84da1ce770df46182439a6de07995b79746767968522200f5261490e5ffd262673705b12e1004e1ca0dd1af0b9e15
 SHA512 
28482a6b84d97e2ff69e7a2d01865d227d76aff41a42511a6ebd4ac636b9054643d1df800e6575fb846712e1473f7a31a211dbc08fbdfaaead443d22138266c7

diff --git a/net-misc/whois/whois-5.5.17-r1.ebuild 
b/net-misc/whois/whois-5.5.17-r1.ebuild
deleted file mode 100644
index 6d1a89e7302c..
--- a/net-misc/whois/whois-5.5.17-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 toolchain-funcs
-
-MY_P=${P/-/_}
-DESCRIPTION="Improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
-else
-   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   #S="${WORKDIR}"/${PN}
-
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="iconv idn nls xcrypt"
-
-RDEPEND="
-   iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
-   !xcrypt? ( virtual/libcrypt:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
-   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
-)
-
-src_prepare() {
-   default
-
-   if use nls ; then
-   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
-   else
-   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
-
-   # don't generate po files when nls is disabled (bug #419889)
-   sed -i -e '/^all:/s/ pos//' \
-   -e '/^install:/s/ install-pos//' Makefile || die
-   fi
-}
-
-src_configure() { :; } # expected no-op
-
-src_compile() {
-   unset HAVE_ICONV HAVE_LIBIDN
-
-   use iconv && export HAVE_ICONV=1
-   use idn && export HAVE_LIBIDN=1
-   use xcrypt && export HAVE_XCRYPT=1
-
-   tc-export CC
-
-   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" 
BASHCOMPDIR="$(get_bashcompdir)" install
-
-   insinto /etc
-   doins whois.conf
-   dodoc README debian/changelog
-}

diff --git a/net-misc/whois/whois-5.5.18-r1.ebuild 
b/net-misc/whois/whois-5.5.18-r1.ebuild
deleted file mode 100644
index 6d1a89e7302c..
--- a/net-misc/whois/whois-5.5.18-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 toolchain-funcs
-
-MY_P=${P/-/_}
-DESCRIPTION="Improved Whois Client"

[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-11-12 Thread Arthur Zamarin
commit: 2820630bc52f9b3551a36d12ccc3931136803aad
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov 12 16:49:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov 12 16:49:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2820630b

net-misc/whois: Stabilize 5.5.20 ppc, #917234

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/whois/whois-5.5.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.20.ebuild 
b/net-misc/whois/whois-5.5.20.ebuild
index c99e79ad5e2e..1d4f43bab411 100644
--- a/net-misc/whois/whois-5.5.20.ebuild
+++ b/net-misc/whois/whois-5.5.20.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-11-12 Thread Arthur Zamarin
commit: 5a9853f88dfa1a9710c4a966fd311f5c2bbfa825
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov 12 08:32:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov 12 08:32:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9853f8

net-misc/whois: Stabilize 5.5.20 ppc64, #917234

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/whois/whois-5.5.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.20.ebuild 
b/net-misc/whois/whois-5.5.20.ebuild
index b7a031c1251c..2e79d961aa5c 100644
--- a/net-misc/whois/whois-5.5.20.ebuild
+++ b/net-misc/whois/whois-5.5.20.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-11-12 Thread Arthur Zamarin
commit: 9961f8d5ee198f54d6dec10fbb64300fcbd40584
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov 12 08:32:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov 12 08:32:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9961f8d5

net-misc/whois: Stabilize 5.5.20 amd64, #917234

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/whois/whois-5.5.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.20.ebuild 
b/net-misc/whois/whois-5.5.20.ebuild
index 2e79d961aa5c..c99e79ad5e2e 100644
--- a/net-misc/whois/whois-5.5.20.ebuild
+++ b/net-misc/whois/whois-5.5.20.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-11-12 Thread Arthur Zamarin
commit: 543ed0754f1fb312c5b3bf43dddc7f099d553145
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov 12 08:20:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov 12 08:20:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543ed075

net-misc/whois: Stabilize 5.5.20 sparc, #917234

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/whois/whois-5.5.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.20.ebuild 
b/net-misc/whois/whois-5.5.20.ebuild
index 8bceee6f6b04..83d00dd8e9db 100644
--- a/net-misc/whois/whois-5.5.20.ebuild
+++ b/net-misc/whois/whois-5.5.20.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-11-12 Thread Arthur Zamarin
commit: 295ac38d5f720c52470d7beb1d470729c5e93c12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov 12 08:20:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov 12 08:20:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295ac38d

net-misc/whois: Stabilize 5.5.20 arm, #917234

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/whois/whois-5.5.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.20.ebuild 
b/net-misc/whois/whois-5.5.20.ebuild
index dcef204ed81a..b7a031c1251c 100644
--- a/net-misc/whois/whois-5.5.20.ebuild
+++ b/net-misc/whois/whois-5.5.20.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-11-12 Thread Arthur Zamarin
commit: ec724c0feb6399b4b454db4019e9c3acb2600131
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov 12 08:20:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov 12 08:20:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec724c0f

net-misc/whois: Stabilize 5.5.20 arm64, #917234

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/whois/whois-5.5.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.20.ebuild 
b/net-misc/whois/whois-5.5.20.ebuild
index 83d00dd8e9db..dcef204ed81a 100644
--- a/net-misc/whois/whois-5.5.20.ebuild
+++ b/net-misc/whois/whois-5.5.20.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-11-12 Thread Arthur Zamarin
commit: 2b4ecf3477eaaa7cd8d6907130faf8002361a8d0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov 12 08:20:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov 12 08:20:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4ecf34

net-misc/whois: Stabilize 5.5.20 x86, #917234

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/whois/whois-5.5.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.20.ebuild 
b/net-misc/whois/whois-5.5.20.ebuild
index d50f25c71f08..8bceee6f6b04 100644
--- a/net-misc/whois/whois-5.5.20.ebuild
+++ b/net-misc/whois/whois-5.5.20.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-11-11 Thread Sam James
commit: 023f317a9630dc99e8a2da3190c3beb3e615208a
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 12 04:05:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 12 04:05:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023f317a

net-misc/whois: add 5.5.20

Closes: https://bugs.gentoo.org/915603
Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest|  1 +
 net-misc/whois/whois-5.5.20.ebuild | 81 ++
 2 files changed, 82 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 783e3f0ed862..f11964d2eb03 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1,4 @@
 DIST whois-5.5.19.tar.gz 109582 BLAKE2B 
6812c8f19c60a20802adbda95d9e80e1ee39cb5fea6723e689d064cda6ac167408dfccc2f30bfd93a7d53bda9c355e292d3b4ee694812b3ffccc54c120aeedcd
 SHA512 
f008f60a629f40eb5817c124ff586f2b4a359afa501a72633326341a28f47c5ff56ddeed48d327bf41035bc6bdc639959b92523ec22ff41d5bd58241b4c50487
+DIST whois-5.5.20.tar.gz 109648 BLAKE2B 
17b6a795ac517a81cde44530df3e835020a1750ab28d50551a7bd08d132aa10768ff146b0a7943a8348cc7f3f3f7096262caf1d91fbb2d3610ae9f6473e8
 SHA512 
1d602ec817411a36b3d175e34f166c06186639f4eeea145751decc45372953df40fc76b57c7589d93c49ab0be1276459dffc6424a4344ddbca23f35a9f492fc7
 DIST whois_5.5.17.tar.xz 90608 BLAKE2B 
82793097e421d88130d089fc64bb0bceac0c9170b39388262b45d2bf62fc2f8b7c4e393fc5351bba6be303ced00a00af1972bf73c1c8c7c86c812b19a0a6fb5a
 SHA512 
0ed33edc2005eb51a88bda505cc3f6ebe3966095d6f12c03cfe62c12e7e575e1d008632d12de6f27b4c09b91ce5a45705d57acce88409e573bbd7b5132df7fc6
 DIST whois_5.5.18.tar.xz 90216 BLAKE2B 
2098b15d36ee0f99e710fdeb10ce1650eba84da1ce770df46182439a6de07995b79746767968522200f5261490e5ffd262673705b12e1004e1ca0dd1af0b9e15
 SHA512 
28482a6b84d97e2ff69e7a2d01865d227d76aff41a42511a6ebd4ac636b9054643d1df800e6575fb846712e1473f7a31a211dbc08fbdfaaead443d22138266c7

diff --git a/net-misc/whois/whois-5.5.20.ebuild 
b/net-misc/whois/whois-5.5.20.ebuild
new file mode 100644
index ..d50f25c71f08
--- /dev/null
+++ b/net-misc/whois/whois-5.5.20.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 toolchain-funcs
+
+MY_P=${P/-/_}
+DESCRIPTION="Improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   #S="${WORKDIR}"/${PN}
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls xcrypt"
+
+RDEPEND="
+   iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
+)
+
+src_prepare() {
+   default
+
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
+
+   tc-export CC
+
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" 
BASHCOMPDIR="$(get_bashcompdir)" install
+
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-10-10 Thread Sam James
commit: e17be513b05f06fa88c022e4c1a9d4489bc8852c
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 10 06:23:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 10 06:29:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17be513

net-misc/whois: add 5.5.19

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest   | 1 +
 net-misc/whois/{whois-.ebuild => whois-5.5.19.ebuild} | 4 ++--
 net-misc/whois/whois-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 2a5ed76b70b7..783e3f0ed862 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,2 +1,3 @@
+DIST whois-5.5.19.tar.gz 109582 BLAKE2B 
6812c8f19c60a20802adbda95d9e80e1ee39cb5fea6723e689d064cda6ac167408dfccc2f30bfd93a7d53bda9c355e292d3b4ee694812b3ffccc54c120aeedcd
 SHA512 
f008f60a629f40eb5817c124ff586f2b4a359afa501a72633326341a28f47c5ff56ddeed48d327bf41035bc6bdc639959b92523ec22ff41d5bd58241b4c50487
 DIST whois_5.5.17.tar.xz 90608 BLAKE2B 
82793097e421d88130d089fc64bb0bceac0c9170b39388262b45d2bf62fc2f8b7c4e393fc5351bba6be303ced00a00af1972bf73c1c8c7c86c812b19a0a6fb5a
 SHA512 
0ed33edc2005eb51a88bda505cc3f6ebe3966095d6f12c03cfe62c12e7e575e1d008632d12de6f27b4c09b91ce5a45705d57acce88409e573bbd7b5132df7fc6
 DIST whois_5.5.18.tar.xz 90216 BLAKE2B 
2098b15d36ee0f99e710fdeb10ce1650eba84da1ce770df46182439a6de07995b79746767968522200f5261490e5ffd262673705b12e1004e1ca0dd1af0b9e15
 SHA512 
28482a6b84d97e2ff69e7a2d01865d227d76aff41a42511a6ebd4ac636b9054643d1df800e6575fb846712e1473f7a31a211dbc08fbdfaaead443d22138266c7

diff --git a/net-misc/whois/whois-.ebuild 
b/net-misc/whois/whois-5.5.19.ebuild
similarity index 92%
copy from net-misc/whois/whois-.ebuild
copy to net-misc/whois/whois-5.5.19.ebuild
index 73f366159be4..d50f25c71f08 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-5.5.19.ebuild
@@ -13,8 +13,8 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
 else
-   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index 73f366159be4..d50f25c71f08 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.ebuild
@@ -13,8 +13,8 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
 else
-   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-10-09 Thread Sam James
commit: a72a603bafdccddc954ac9c10361c48808488f84
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  9 21:45:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  9 21:45:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72a603b

net-misc/whois: Stabilize 5.5.18-r1 amd64, #915407

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.18-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.18-r1.ebuild 
b/net-misc/whois/whois-5.5.18-r1.ebuild
index 59573aef69a4..6d1a89e7302c 100644
--- a/net-misc/whois/whois-5.5.18-r1.ebuild
+++ b/net-misc/whois/whois-5.5.18-r1.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-10-09 Thread Sam James
commit: d873e6b6f87b8a71f0376a04f1487b394add718b
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  9 06:17:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  9 06:17:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d873e6b6

net-misc/whois: Stabilize 5.5.18-r1 ppc64, #915407

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.18-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.18-r1.ebuild 
b/net-misc/whois/whois-5.5.18-r1.ebuild
index 587ee377ae7e..08008f3dadee 100644
--- a/net-misc/whois/whois-5.5.18-r1.ebuild
+++ b/net-misc/whois/whois-5.5.18-r1.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-10-08 Thread Sam James
commit: 6d27b644c61b20f8a2e61a5a0733b96b1b27ecbe
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  9 04:36:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  9 04:36:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d27b644

net-misc/whois: Stabilize 5.5.18-r1 arm64, #915407

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.18-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.18-r1.ebuild 
b/net-misc/whois/whois-5.5.18-r1.ebuild
index 6777b3d0dfbc..f3975b396e4b 100644
--- a/net-misc/whois/whois-5.5.18-r1.ebuild
+++ b/net-misc/whois/whois-5.5.18-r1.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-10-08 Thread Sam James
commit: 5d2a8439cd2637ffaa7129d6705df6155faa15f7
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  9 04:36:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  9 04:36:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2a8439

net-misc/whois: Stabilize 5.5.18-r1 arm, #915407

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.18-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.18-r1.ebuild 
b/net-misc/whois/whois-5.5.18-r1.ebuild
index f3975b396e4b..587ee377ae7e 100644
--- a/net-misc/whois/whois-5.5.18-r1.ebuild
+++ b/net-misc/whois/whois-5.5.18-r1.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-10-08 Thread Sam James
commit: de8e032c133ca2b463523abed688adb80bd8674a
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  9 04:21:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  9 04:21:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8e032c

net-misc/whois: Stabilize 5.5.18-r1 sparc, #915407

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.18-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.18-r1.ebuild 
b/net-misc/whois/whois-5.5.18-r1.ebuild
index 73f366159be4..6777b3d0dfbc 100644
--- a/net-misc/whois/whois-5.5.18-r1.ebuild
+++ b/net-misc/whois/whois-5.5.18-r1.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-09-02 Thread Mike Gilbert
commit: a941d3cdfe78dc8851312cda80d5a451dde0cd5e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep  2 14:07:35 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep  2 14:07:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a941d3cd

net-misc/whois: revbump for bashcomp path change

Previous to using bash-completion-r1.eclass, the bash completion files
might end up in /etc if the bash-completion.pc file is not installed.

Bug: https://bugs.gentoo.org/913455
Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/whois/{whois-5.5.17.ebuild => whois-5.5.17-r1.ebuild} | 0
 net-misc/whois/{whois-5.5.18.ebuild => whois-5.5.18-r1.ebuild} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/whois/whois-5.5.17.ebuild 
b/net-misc/whois/whois-5.5.17-r1.ebuild
similarity index 100%
rename from net-misc/whois/whois-5.5.17.ebuild
rename to net-misc/whois/whois-5.5.17-r1.ebuild

diff --git a/net-misc/whois/whois-5.5.18.ebuild 
b/net-misc/whois/whois-5.5.18-r1.ebuild
similarity index 100%
rename from net-misc/whois/whois-5.5.18.ebuild
rename to net-misc/whois/whois-5.5.18-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-09-01 Thread Mike Gilbert
commit: 76642dee89b2e9d5b0d523f8ef4c2437e7df96e1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep  2 03:18:27 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep  2 03:18:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76642dee

net-misc/whois: fix install on prefix

Closes: https://bugs.gentoo.org/913455
Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/whois/whois-5.5.17.ebuild | 4 ++--
 net-misc/whois/whois-5.5.18.ebuild | 4 ++--
 net-misc/whois/whois-.ebuild   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-misc/whois/whois-5.5.17.ebuild 
b/net-misc/whois/whois-5.5.17.ebuild
index aa2706ce4476..6d1a89e7302c 100644
--- a/net-misc/whois/whois-5.5.17.ebuild
+++ b/net-misc/whois/whois-5.5.17.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit toolchain-funcs
+inherit bash-completion-r1 toolchain-funcs
 
 MY_P=${P/-/_}
 DESCRIPTION="Improved Whois Client"
@@ -73,7 +73,7 @@ src_compile() {
 }
 
 src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" 
BASHCOMPDIR="$(get_bashcompdir)" install
 
insinto /etc
doins whois.conf

diff --git a/net-misc/whois/whois-5.5.18.ebuild 
b/net-misc/whois/whois-5.5.18.ebuild
index 7d0d51aff22f..73f366159be4 100644
--- a/net-misc/whois/whois-5.5.18.ebuild
+++ b/net-misc/whois/whois-5.5.18.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit toolchain-funcs
+inherit bash-completion-r1 toolchain-funcs
 
 MY_P=${P/-/_}
 DESCRIPTION="Improved Whois Client"
@@ -73,7 +73,7 @@ src_compile() {
 }
 
 src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" 
BASHCOMPDIR="$(get_bashcompdir)" install
 
insinto /etc
doins whois.conf

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index 7d0d51aff22f..73f366159be4 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit toolchain-funcs
+inherit bash-completion-r1 toolchain-funcs
 
 MY_P=${P/-/_}
 DESCRIPTION="Improved Whois Client"
@@ -73,7 +73,7 @@ src_compile() {
 }
 
 src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" 
BASHCOMPDIR="$(get_bashcompdir)" install
 
insinto /etc
doins whois.conf



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-07-23 Thread Sam James
commit: 61ef1c0b123041a8537de6fd59bf90a0c1a3e172
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 23 23:22:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 23 23:22:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ef1c0b

net-misc/whois: add 5.5.18

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest|  1 +
 net-misc/whois/whois-5.5.18.ebuild | 81 ++
 2 files changed, 82 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index d5bae2508484..2a5ed76b70b7 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1 +1,2 @@
 DIST whois_5.5.17.tar.xz 90608 BLAKE2B 
82793097e421d88130d089fc64bb0bceac0c9170b39388262b45d2bf62fc2f8b7c4e393fc5351bba6be303ced00a00af1972bf73c1c8c7c86c812b19a0a6fb5a
 SHA512 
0ed33edc2005eb51a88bda505cc3f6ebe3966095d6f12c03cfe62c12e7e575e1d008632d12de6f27b4c09b91ce5a45705d57acce88409e573bbd7b5132df7fc6
+DIST whois_5.5.18.tar.xz 90216 BLAKE2B 
2098b15d36ee0f99e710fdeb10ce1650eba84da1ce770df46182439a6de07995b79746767968522200f5261490e5ffd262673705b12e1004e1ca0dd1af0b9e15
 SHA512 
28482a6b84d97e2ff69e7a2d01865d227d76aff41a42511a6ebd4ac636b9054643d1df800e6575fb846712e1473f7a31a211dbc08fbdfaaead443d22138266c7

diff --git a/net-misc/whois/whois-5.5.18.ebuild 
b/net-misc/whois/whois-5.5.18.ebuild
new file mode 100644
index ..7d0d51aff22f
--- /dev/null
+++ b/net-misc/whois/whois-5.5.18.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_P=${P/-/_}
+DESCRIPTION="Improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   #S="${WORKDIR}"/${PN}
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls xcrypt"
+
+RDEPEND="
+   iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
+)
+
+src_prepare() {
+   default
+
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
+
+   tc-export CC
+
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-06-10 Thread Sam James
commit: 420b11280ed4ba1382f3a91ed29d9c81779b968b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 07:05:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 07:07:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420b1128

net-misc/whois: drop 5.5.14, 5.5.16

Bug: https://bugs.gentoo.org/908120
Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest|  2 -
 net-misc/whois/whois-5.5.14.ebuild | 81 --
 net-misc/whois/whois-5.5.16.ebuild | 81 --
 3 files changed, 164 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 600538e71f35..d5bae2508484 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1 @@
-DIST whois_5.5.14.tar.xz 87480 BLAKE2B 
868c9dc968581535ee2b56a6293f634e2c8dc6c00703a45d4ca4f0ce6769786ee4921bd66f3a470b2a7f31808db2971b284c23b76b608bff1edbb7bbe37f892a
 SHA512 
f190d488d7bd68717c0a83ca85709fad09c33b619c46d7e0dd12e79621fdba56b9d43480c25ef3c9df2f6ade0ee72d692bfc5d0bd96839ef92194004313d1cc6
-DIST whois_5.5.16.tar.xz 90516 BLAKE2B 
c3d34dd392c2d7968c5c9b7bcce07d144dc3d7dcea15f1578de2114dc34325a9d01754d922b7a83edd799101c816c254b7a79e78feeb8a115c40f41ac1e01f4c
 SHA512 
302a88edad11fee38b4d16b78af38701938d8d875e5ef22b9f40147717f9edda5abc5b791638bb2a3534214938a598faeeae5001275e751d480f95761b6bff14
 DIST whois_5.5.17.tar.xz 90608 BLAKE2B 
82793097e421d88130d089fc64bb0bceac0c9170b39388262b45d2bf62fc2f8b7c4e393fc5351bba6be303ced00a00af1972bf73c1c8c7c86c812b19a0a6fb5a
 SHA512 
0ed33edc2005eb51a88bda505cc3f6ebe3966095d6f12c03cfe62c12e7e575e1d008632d12de6f27b4c09b91ce5a45705d57acce88409e573bbd7b5132df7fc6

diff --git a/net-misc/whois/whois-5.5.14.ebuild 
b/net-misc/whois/whois-5.5.14.ebuild
deleted file mode 100644
index a0d9e810ec7b..
--- a/net-misc/whois/whois-5.5.14.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P=${P/-/_}
-DESCRIPTION="Improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
-else
-   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}"/${PN}
-
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="iconv idn nls xcrypt"
-
-RDEPEND="
-   iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
-   !xcrypt? ( virtual/libcrypt:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
-   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
-)
-
-src_prepare() {
-   default
-
-   if use nls ; then
-   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
-   else
-   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
-
-   # don't generate po files when nls is disabled (bug #419889)
-   sed -i -e '/^all:/s/ pos//' \
-   -e '/^install:/s/ install-pos//' Makefile || die
-   fi
-}
-
-src_configure() { :; } # expected no-op
-
-src_compile() {
-   unset HAVE_ICONV HAVE_LIBIDN
-
-   use iconv && export HAVE_ICONV=1
-   use idn && export HAVE_LIBIDN=1
-   use xcrypt && export HAVE_XCRYPT=1
-
-   tc-export CC
-
-   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
-
-   insinto /etc
-   doins whois.conf
-   dodoc README debian/changelog
-}

diff --git a/net-misc/whois/whois-5.5.16.ebuild 
b/net-misc/whois/whois-5.5.16.ebuild
deleted file mode 100644
index 7d0d51aff22f..
--- a/net-misc/whois/whois-5.5.16.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-MY_P=${P/-/_}
-DESCRIPTION="Improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
-else
-   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   #S="${WORKDIR}"/${PN}
-
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 

[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-06-09 Thread Sam James
commit: dd8b72f98560ffc0386f501c6a534bf37c41abd0
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  9 14:16:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  9 14:16:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8b72f9

net-misc/whois: Stabilize 5.5.17 amd64, #908120

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.17.ebuild 
b/net-misc/whois/whois-5.5.17.ebuild
index 4febff007d8c..2d169c52d9e3 100644
--- a/net-misc/whois/whois-5.5.17.ebuild
+++ b/net-misc/whois/whois-5.5.17.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-06-09 Thread Arthur Zamarin
commit: 3d25831bb7665b69502d658430e5cdfedb8186e4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  9 13:52:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 13:52:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d25831b

net-misc/whois: Stabilize 5.5.17 sparc, #908120

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/whois/whois-5.5.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.17.ebuild 
b/net-misc/whois/whois-5.5.17.ebuild
index 1236e42fae99..4febff007d8c 100644
--- a/net-misc/whois/whois-5.5.17.ebuild
+++ b/net-misc/whois/whois-5.5.17.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-06-09 Thread Arthur Zamarin
commit: cdf7c54bf110a405c8903ade134f810686f88349
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  9 13:51:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 13:51:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf7c54b

net-misc/whois: Stabilize 5.5.17 arm64, #908120

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/whois/whois-5.5.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.17.ebuild 
b/net-misc/whois/whois-5.5.17.ebuild
index 1305fb239d35..1236e42fae99 100644
--- a/net-misc/whois/whois-5.5.17.ebuild
+++ b/net-misc/whois/whois-5.5.17.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-06-09 Thread Arthur Zamarin
commit: 4dcf41264765a2a7a271bca59864894f2738de62
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  9 13:50:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 13:50:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcf4126

net-misc/whois: Stabilize 5.5.17 ppc64, #908120

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/whois/whois-5.5.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.17.ebuild 
b/net-misc/whois/whois-5.5.17.ebuild
index 2a46cd431339..1305fb239d35 100644
--- a/net-misc/whois/whois-5.5.17.ebuild
+++ b/net-misc/whois/whois-5.5.17.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-06-09 Thread Sam James
commit: a5ae7e087ea9f916678dc1490be1bcf975fc176b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  9 13:47:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  9 13:47:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ae7e08

net-misc/whois: Stabilize 5.5.17 x86, #908120

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.17.ebuild 
b/net-misc/whois/whois-5.5.17.ebuild
index 7d0d51aff22f..e3a6b9907635 100644
--- a/net-misc/whois/whois-5.5.17.ebuild
+++ b/net-misc/whois/whois-5.5.17.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-06-09 Thread Sam James
commit: 87b021c3367bb4fd4bce2c35896b7115647091aa
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  9 13:47:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  9 13:47:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b021c3

net-misc/whois: Stabilize 5.5.17 arm, #908120

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.17.ebuild 
b/net-misc/whois/whois-5.5.17.ebuild
index e3a6b9907635..2a46cd431339 100644
--- a/net-misc/whois/whois-5.5.17.ebuild
+++ b/net-misc/whois/whois-5.5.17.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
#S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-05-04 Thread Sam James
commit: 5104dc916656949d343556421aa6d40489e1b44e
Author: Sam James  gentoo  org>
AuthorDate: Fri May  5 04:19:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May  5 04:19:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5104dc91

net-misc/whois: add 5.5.17

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest|  1 +
 net-misc/whois/whois-5.5.17.ebuild | 81 ++
 2 files changed, 82 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 68790793c1e5..600538e71f35 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,2 +1,3 @@
 DIST whois_5.5.14.tar.xz 87480 BLAKE2B 
868c9dc968581535ee2b56a6293f634e2c8dc6c00703a45d4ca4f0ce6769786ee4921bd66f3a470b2a7f31808db2971b284c23b76b608bff1edbb7bbe37f892a
 SHA512 
f190d488d7bd68717c0a83ca85709fad09c33b619c46d7e0dd12e79621fdba56b9d43480c25ef3c9df2f6ade0ee72d692bfc5d0bd96839ef92194004313d1cc6
 DIST whois_5.5.16.tar.xz 90516 BLAKE2B 
c3d34dd392c2d7968c5c9b7bcce07d144dc3d7dcea15f1578de2114dc34325a9d01754d922b7a83edd799101c816c254b7a79e78feeb8a115c40f41ac1e01f4c
 SHA512 
302a88edad11fee38b4d16b78af38701938d8d875e5ef22b9f40147717f9edda5abc5b791638bb2a3534214938a598faeeae5001275e751d480f95761b6bff14
+DIST whois_5.5.17.tar.xz 90608 BLAKE2B 
82793097e421d88130d089fc64bb0bceac0c9170b39388262b45d2bf62fc2f8b7c4e393fc5351bba6be303ced00a00af1972bf73c1c8c7c86c812b19a0a6fb5a
 SHA512 
0ed33edc2005eb51a88bda505cc3f6ebe3966095d6f12c03cfe62c12e7e575e1d008632d12de6f27b4c09b91ce5a45705d57acce88409e573bbd7b5132df7fc6

diff --git a/net-misc/whois/whois-5.5.17.ebuild 
b/net-misc/whois/whois-5.5.17.ebuild
new file mode 100644
index ..7d0d51aff22f
--- /dev/null
+++ b/net-misc/whois/whois-5.5.17.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_P=${P/-/_}
+DESCRIPTION="Improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   #S="${WORKDIR}"/${PN}
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls xcrypt"
+
+RDEPEND="
+   iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
+)
+
+src_prepare() {
+   default
+
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
+
+   tc-export CC
+
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-05-04 Thread Sam James
commit: e8ffabca61605d237c2ea8e43efba6fc2bb80897
Author: Sam James  gentoo  org>
AuthorDate: Fri May  5 04:18:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May  5 04:18:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ffabca

net-misc/whois: drop 5.5.15

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest|  1 -
 net-misc/whois/whois-5.5.15.ebuild | 81 --
 2 files changed, 82 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 659286d35109..68790793c1e5 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1,2 @@
 DIST whois_5.5.14.tar.xz 87480 BLAKE2B 
868c9dc968581535ee2b56a6293f634e2c8dc6c00703a45d4ca4f0ce6769786ee4921bd66f3a470b2a7f31808db2971b284c23b76b608bff1edbb7bbe37f892a
 SHA512 
f190d488d7bd68717c0a83ca85709fad09c33b619c46d7e0dd12e79621fdba56b9d43480c25ef3c9df2f6ade0ee72d692bfc5d0bd96839ef92194004313d1cc6
-DIST whois_5.5.15.tar.xz 89960 BLAKE2B 
50e0114b3b6c3ad143e7a1aed62e492e780a061d7151de2b0d48cc4b55b889958abaa5fc069c8c36075936fb4bf4ad3d9e15ff799c2c0e2e33a1aa31c4136272
 SHA512 
e173927fd3428d27bc8ab34b1a66b82d6a2cfc107245755868bdd33cb7eb1b8159e87774c3a751d9694e65b3d870b9904dc9a3c657dca385950c8a19be1fa61c
 DIST whois_5.5.16.tar.xz 90516 BLAKE2B 
c3d34dd392c2d7968c5c9b7bcce07d144dc3d7dcea15f1578de2114dc34325a9d01754d922b7a83edd799101c816c254b7a79e78feeb8a115c40f41ac1e01f4c
 SHA512 
302a88edad11fee38b4d16b78af38701938d8d875e5ef22b9f40147717f9edda5abc5b791638bb2a3534214938a598faeeae5001275e751d480f95761b6bff14

diff --git a/net-misc/whois/whois-5.5.15.ebuild 
b/net-misc/whois/whois-5.5.15.ebuild
deleted file mode 100644
index cd95191e70ba..
--- a/net-misc/whois/whois-5.5.15.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-MY_P=${P/-/_}
-DESCRIPTION="Improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
-else
-   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}"/${PN}
-
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="iconv idn nls xcrypt"
-
-RDEPEND="
-   iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
-   !xcrypt? ( virtual/libcrypt:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
-   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
-)
-
-src_prepare() {
-   default
-
-   if use nls ; then
-   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
-   else
-   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
-
-   # don't generate po files when nls is disabled (bug #419889)
-   sed -i -e '/^all:/s/ pos//' \
-   -e '/^install:/s/ install-pos//' Makefile || die
-   fi
-}
-
-src_configure() { :; } # expected no-op
-
-src_compile() {
-   unset HAVE_ICONV HAVE_LIBIDN
-
-   use iconv && export HAVE_ICONV=1
-   use idn && export HAVE_LIBIDN=1
-   use xcrypt && export HAVE_XCRYPT=1
-
-   tc-export CC
-
-   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
-
-   insinto /etc
-   doins whois.conf
-   dodoc README debian/changelog
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-03-13 Thread Sam James
commit: 98488a2aeaf46d03ed4b734262e331585039288f
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 13 21:17:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 13 21:23:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98488a2a

net-misc/whois: add 5.5.16

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest   | 1 +
 net-misc/whois/{whois-.ebuild => whois-5.5.16.ebuild} | 4 ++--
 net-misc/whois/whois-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 8b41b491da4d..659286d35109 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,2 +1,3 @@
 DIST whois_5.5.14.tar.xz 87480 BLAKE2B 
868c9dc968581535ee2b56a6293f634e2c8dc6c00703a45d4ca4f0ce6769786ee4921bd66f3a470b2a7f31808db2971b284c23b76b608bff1edbb7bbe37f892a
 SHA512 
f190d488d7bd68717c0a83ca85709fad09c33b619c46d7e0dd12e79621fdba56b9d43480c25ef3c9df2f6ade0ee72d692bfc5d0bd96839ef92194004313d1cc6
 DIST whois_5.5.15.tar.xz 89960 BLAKE2B 
50e0114b3b6c3ad143e7a1aed62e492e780a061d7151de2b0d48cc4b55b889958abaa5fc069c8c36075936fb4bf4ad3d9e15ff799c2c0e2e33a1aa31c4136272
 SHA512 
e173927fd3428d27bc8ab34b1a66b82d6a2cfc107245755868bdd33cb7eb1b8159e87774c3a751d9694e65b3d870b9904dc9a3c657dca385950c8a19be1fa61c
+DIST whois_5.5.16.tar.xz 90516 BLAKE2B 
c3d34dd392c2d7968c5c9b7bcce07d144dc3d7dcea15f1578de2114dc34325a9d01754d922b7a83edd799101c816c254b7a79e78feeb8a115c40f41ac1e01f4c
 SHA512 
302a88edad11fee38b4d16b78af38701938d8d875e5ef22b9f40147717f9edda5abc5b791638bb2a3534214938a598faeeae5001275e751d480f95761b6bff14

diff --git a/net-misc/whois/whois-.ebuild 
b/net-misc/whois/whois-5.5.16.ebuild
similarity index 96%
copy from net-misc/whois/whois-.ebuild
copy to net-misc/whois/whois-5.5.16.ebuild
index cd95191e70ba..7d0d51aff22f 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-5.5.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}"/${PN}
+   #S="${WORKDIR}"/${PN}
 
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index cd95191e70ba..7d0d51aff22f 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}"/${PN}
+   #S="${WORKDIR}"/${PN}
 
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-12-29 Thread Sam James
commit: 1fd06a2044954576b1a6770850c86f7cde8822d6
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 29 21:01:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 29 21:01:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd06a20

net-misc/whois: add 5.5.15

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest   | 1 +
 net-misc/whois/{whois-.ebuild => whois-5.5.15.ebuild} | 2 +-
 net-misc/whois/whois-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 226356a14cf5..8b41b491da4d 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1 +1,2 @@
 DIST whois_5.5.14.tar.xz 87480 BLAKE2B 
868c9dc968581535ee2b56a6293f634e2c8dc6c00703a45d4ca4f0ce6769786ee4921bd66f3a470b2a7f31808db2971b284c23b76b608bff1edbb7bbe37f892a
 SHA512 
f190d488d7bd68717c0a83ca85709fad09c33b619c46d7e0dd12e79621fdba56b9d43480c25ef3c9df2f6ade0ee72d692bfc5d0bd96839ef92194004313d1cc6
+DIST whois_5.5.15.tar.xz 89960 BLAKE2B 
50e0114b3b6c3ad143e7a1aed62e492e780a061d7151de2b0d48cc4b55b889958abaa5fc069c8c36075936fb4bf4ad3d9e15ff799c2c0e2e33a1aa31c4136272
 SHA512 
e173927fd3428d27bc8ab34b1a66b82d6a2cfc107245755868bdd33cb7eb1b8159e87774c3a751d9694e65b3d870b9904dc9a3c657dca385950c8a19be1fa61c

diff --git a/net-misc/whois/whois-.ebuild 
b/net-misc/whois/whois-5.5.15.ebuild
similarity index 99%
copy from net-misc/whois/whois-.ebuild
copy to net-misc/whois/whois-5.5.15.ebuild
index 4c1dfcda83b9..cd95191e70ba 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-5.5.15.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index 4c1dfcda83b9..cd95191e70ba 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-11-18 Thread Sam James
commit: ac82c2ef7508169844632e059b2cb319bf187a81
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 02:08:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 19 02:08:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac82c2ef

net-misc/whois: Stabilize 5.5.14 x86, #881749

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.14.ebuild 
b/net-misc/whois/whois-5.5.14.ebuild
index b8525c6d68c9..a0d9e810ec7b 100644
--- a/net-misc/whois/whois-5.5.14.ebuild
+++ b/net-misc/whois/whois-5.5.14.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-11-18 Thread Sam James
commit: 72c19094ece7c545710bf23b6717ec6d1a44d845
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 01:49:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 19 01:49:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c19094

net-misc/whois: Stabilize 5.5.14 amd64, #881749

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.14.ebuild 
b/net-misc/whois/whois-5.5.14.ebuild
index 2abeeb6b5dca..b8525c6d68c9 100644
--- a/net-misc/whois/whois-5.5.14.ebuild
+++ b/net-misc/whois/whois-5.5.14.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-11-18 Thread Sam James
commit: 503c06a2db70c87119cfe71a10cf844681f25d06
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 01:49:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 19 01:49:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503c06a2

net-misc/whois: Stabilize 5.5.14 ppc, #881749

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.14.ebuild 
b/net-misc/whois/whois-5.5.14.ebuild
index 54c142b827b8..2abeeb6b5dca 100644
--- a/net-misc/whois/whois-5.5.14.ebuild
+++ b/net-misc/whois/whois-5.5.14.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-11-18 Thread Sam James
commit: ca394f7b351ca4eba4649483aa467b4dc7fc7a56
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 01:34:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 19 01:34:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca394f7b

net-misc/whois: Stabilize 5.5.14 arm, #881749

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.14.ebuild 
b/net-misc/whois/whois-5.5.14.ebuild
index 4c1dfcda83b9..d5062ab5f882 100644
--- a/net-misc/whois/whois-5.5.14.ebuild
+++ b/net-misc/whois/whois-5.5.14.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-11-18 Thread Sam James
commit: 41969b72e7abb29636d353beed8fc52969cdb56f
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 01:34:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 19 01:34:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41969b72

net-misc/whois: Stabilize 5.5.14 sparc, #881749

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.14.ebuild 
b/net-misc/whois/whois-5.5.14.ebuild
index b4cdf85c2cb8..54c142b827b8 100644
--- a/net-misc/whois/whois-5.5.14.ebuild
+++ b/net-misc/whois/whois-5.5.14.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-11-18 Thread Sam James
commit: 5fd71e3b6c28e9784b65c24b61631f7ca66036b8
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 01:34:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 19 01:34:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd71e3b

net-misc/whois: Stabilize 5.5.14 arm64, #881749

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.14.ebuild 
b/net-misc/whois/whois-5.5.14.ebuild
index c4a5a15f15f1..b4cdf85c2cb8 100644
--- a/net-misc/whois/whois-5.5.14.ebuild
+++ b/net-misc/whois/whois-5.5.14.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-11-18 Thread Sam James
commit: 037cca8f6b2eebfe921761206c749e7c6e686094
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 01:34:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 19 01:34:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037cca8f

net-misc/whois: Stabilize 5.5.14 ppc64, #881749

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.14.ebuild 
b/net-misc/whois/whois-5.5.14.ebuild
index d5062ab5f882..c4a5a15f15f1 100644
--- a/net-misc/whois/whois-5.5.14.ebuild
+++ b/net-misc/whois/whois-5.5.14.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-10-17 Thread Sam James
commit: 6e9f8924475a0e11d472029ac8ec06a455cab0b2
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 17 21:46:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 17 21:46:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9f8924

net-misc/whois: sync live

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-.ebuild | 25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index 8330f6ba0af9..4c1dfcda83b9 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.ebuild
@@ -5,21 +5,24 @@ EAPI=7
 
 inherit toolchain-funcs
 
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
+MY_P=${P/-/_}
+DESCRIPTION="Improved Whois Client"
 HOMEPAGE="https://github.com/rfc1036/whois;
-if [[ "${PV}" == * ]] ; then
+
+if [[ ${PV} == * ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
 else
-   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}"/${PN}
+
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
+
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="iconv idn nls xcrypt"
-RESTRICT="test" #59327
 
 RDEPEND="
iconv? ( virtual/libiconv )
@@ -43,6 +46,7 @@ PATCHES=(
 
 src_prepare() {
default
+
if use nls ; then
sed -i -e 's:#\(.*pos\):\1:' Makefile || die
else
@@ -58,21 +62,20 @@ src_configure() { :; } # expected no-op
 
 src_compile() {
unset HAVE_ICONV HAVE_LIBIDN
+
use iconv && export HAVE_ICONV=1
use idn && export HAVE_LIBIDN=1
use xcrypt && export HAVE_XCRYPT=1
+
tc-export CC
+
emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
 }
 
 src_install() {
emake BASEDIR="${ED}" prefix=/usr install
+
insinto /etc
doins whois.conf
dodoc README debian/changelog
-
-   if [[ ${USERLAND} != "GNU" ]]; then
-   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
-   mv "${ED}"/usr/bin/{whois,mdwhois} || die
-   fi
 }



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-10-17 Thread Sam James
commit: 7ef76bbf5cdac2c3da2bd8e3ba295ad1e8855870
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 17 21:47:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 17 21:47:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef76bbf

net-misc/whois: add 5.5.14

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest|  1 +
 net-misc/whois/whois-5.5.14.ebuild | 81 ++
 2 files changed, 82 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 0f47f345127c..71c9ea9aae3a 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1 +1,2 @@
 DIST whois_5.5.13.tar.xz 87384 BLAKE2B 
6ce90ad907c4ea79301adbcda5a402344df9f283ac258a3186f5c405e0abfb97f603f3f163652f1cf03a1fc60290b8f9f54b509bf7d9fd3cec12189eeeaaffe5
 SHA512 
b4a70cc6d58133287d70775ecd8173c255f800362639a3e2dea0d3d56c35405b7fc93c4c220cc50cbd15ae5ae402a59bd15f99e98a7cccb314f82a205aa7ee61
+DIST whois_5.5.14.tar.xz 87480 BLAKE2B 
868c9dc968581535ee2b56a6293f634e2c8dc6c00703a45d4ca4f0ce6769786ee4921bd66f3a470b2a7f31808db2971b284c23b76b608bff1edbb7bbe37f892a
 SHA512 
f190d488d7bd68717c0a83ca85709fad09c33b619c46d7e0dd12e79621fdba56b9d43480c25ef3c9df2f6ade0ee72d692bfc5d0bd96839ef92194004313d1cc6

diff --git a/net-misc/whois/whois-5.5.14.ebuild 
b/net-misc/whois/whois-5.5.14.ebuild
new file mode 100644
index ..4c1dfcda83b9
--- /dev/null
+++ b/net-misc/whois/whois-5.5.14.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P=${P/-/_}
+DESCRIPTION="Improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}"/${PN}
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls xcrypt"
+
+RDEPEND="
+   iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
+)
+
+src_prepare() {
+   default
+
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
+
+   tc-export CC
+
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-06-18 Thread David Seifert
commit: 55973f37633d9e22959c929f2e735dbf10349611
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jun 18 07:42:03 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jun 18 07:42:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55973f37

net-misc/whois: [QA] remove userland_GNU

Signed-off-by: David Seifert  gentoo.org>

 net-misc/whois/{whois-5.5.13.ebuild => whois-5.5.13-r1.ebuild} | 5 -
 1 file changed, 5 deletions(-)

diff --git a/net-misc/whois/whois-5.5.13.ebuild 
b/net-misc/whois/whois-5.5.13-r1.ebuild
similarity index 92%
rename from net-misc/whois/whois-5.5.13.ebuild
rename to net-misc/whois/whois-5.5.13-r1.ebuild
index 704ff3ac7522..1c3e8e21b391 100644
--- a/net-misc/whois/whois-5.5.13.ebuild
+++ b/net-misc/whois/whois-5.5.13-r1.ebuild
@@ -75,9 +75,4 @@ src_install() {
insinto /etc
doins whois.conf
dodoc README debian/changelog
-
-   if ! use userland_GNU ; then
-   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
-   mv "${ED}"/usr/bin/{whois,mdwhois} || die
-   fi
 }



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-05-22 Thread Agostino Sarubbo
commit: 5b94eaf594299e72299b52d38e8328247de33b3a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May 22 06:21:04 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May 22 06:21:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b94eaf5

net-misc/whois: sparc stable wrt bug #846863

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/whois/whois-5.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.13.ebuild 
b/net-misc/whois/whois-5.5.13.ebuild
index 25045595ccfa..704ff3ac7522 100644
--- a/net-misc/whois/whois-5.5.13.ebuild
+++ b/net-misc/whois/whois-5.5.13.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-05-22 Thread Agostino Sarubbo
commit: bf48f01cf01396a66176f44570e8c7660bfbcd83
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May 22 06:18:55 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May 22 06:18:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf48f01c

net-misc/whois: arm64 stable wrt bug #846863

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/whois/whois-5.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.13.ebuild 
b/net-misc/whois/whois-5.5.13.ebuild
index 206c7a3a16ca..25045595ccfa 100644
--- a/net-misc/whois/whois-5.5.13.ebuild
+++ b/net-misc/whois/whois-5.5.13.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-05-22 Thread Agostino Sarubbo
commit: 021ef9d6ede1c708dbb2d6a8174c674bbcc261ab
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May 22 06:16:56 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May 22 06:16:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021ef9d6

net-misc/whois: arm stable wrt bug #846863

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/whois/whois-5.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.13.ebuild 
b/net-misc/whois/whois-5.5.13.ebuild
index e365ea8ea531..206c7a3a16ca 100644
--- a/net-misc/whois/whois-5.5.13.ebuild
+++ b/net-misc/whois/whois-5.5.13.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-05-21 Thread Sam James
commit: 3849cb23d5aee959f68155071c8079b67191d52e
Author: Sam James  gentoo  org>
AuthorDate: Sun May 22 03:21:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 22 03:21:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3849cb23

net-misc/whois: Stabilize 5.5.13 x86, #846863

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.13.ebuild 
b/net-misc/whois/whois-5.5.13.ebuild
index 72881628d3d7..e365ea8ea531 100644
--- a/net-misc/whois/whois-5.5.13.ebuild
+++ b/net-misc/whois/whois-5.5.13.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-05-21 Thread Sam James
commit: 9193eb7eff207df5c509a662d0b41ff0624d8137
Author: Sam James  gentoo  org>
AuthorDate: Sun May 22 03:19:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 22 03:19:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9193eb7e

net-misc/whois: Stabilize 5.5.13 amd64, #846863

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.13.ebuild 
b/net-misc/whois/whois-5.5.13.ebuild
index 7c07f55ee376..72881628d3d7 100644
--- a/net-misc/whois/whois-5.5.13.ebuild
+++ b/net-misc/whois/whois-5.5.13.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-05-21 Thread Sam James
commit: 0b7bdf0583ccf819194fa27353f77ca85a408647
Author: Sam James  gentoo  org>
AuthorDate: Sun May 22 03:17:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 22 03:17:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7bdf05

net-misc/whois: Stabilize 5.5.13 ppc64, #846863

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.13.ebuild 
b/net-misc/whois/whois-5.5.13.ebuild
index bc0ff1c4ed85..7c07f55ee376 100644
--- a/net-misc/whois/whois-5.5.13.ebuild
+++ b/net-misc/whois/whois-5.5.13.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-05-21 Thread Sam James
commit: 0211aeaa7ff41de7e48ec6909086f0134e2d2a87
Author: Sam James  gentoo  org>
AuthorDate: Sun May 22 03:16:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 22 03:16:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0211aeaa

net-misc/whois: Stabilize 5.5.13 ppc, #846863

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.13.ebuild 
b/net-misc/whois/whois-5.5.13.ebuild
index c4823b0e0fb3..bc0ff1c4ed85 100644
--- a/net-misc/whois/whois-5.5.13.ebuild
+++ b/net-misc/whois/whois-5.5.13.ebuild
@@ -17,7 +17,7 @@ else
#SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}"/${PN}
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-04-17 Thread Sam James
commit: 37741965bdef93e47a8fb71c4496c7da484da192
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 17 17:01:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 17 17:05:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37741965

net-misc/whois: drop 5.5.10-r1, 5.5.12

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest   |  2 -
 net-misc/whois/whois-5.5.10-r1.ebuild | 78 -
 net-misc/whois/whois-5.5.12.ebuild| 81 ---
 3 files changed, 161 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index c81cf6e95c46..8588e5366717 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,4 +1,2 @@
-DIST whois-5.5.10.tar.gz 102555 BLAKE2B 
9f1236ceeaea839e5f2a33aa63b39fa7e0566eeb4d2131b88b47dd62f037639a5860719a645d9cc2d0707faa1e86c9822634dda37e1a7a8d3b31a78cf34ecce2
 SHA512 
5ee92c15146353e77dddcbeddb6e704e0c42d29b8c0ff899ecce80f8e39903e8c796daec7f3de3f197d382f88e7cd4abd470463ea6c13a01347d0cd15d99af28
 DIST whois-5.5.11.tar.gz 102806 BLAKE2B 
be1a5f04ee5af4987224151116d1d7e37ad580b8cc00c3fd4752e10b2cbc1dc46a528591cf75e95a83a99884c961f20865802246e00508c90e338590e7e0be37
 SHA512 
a7e400a727dd88b4c8f1df2e850879ece882b9af1d5daaff22bb3e1c88be01b4e5430f74f9d4afd4c73538d87022536e40d5f3f63a501a95845396fe0be595b4
-DIST whois-5.5.12.tar.gz 103268 BLAKE2B 
f9e132a0de189ede87342383f4b869529efe4d99ffdb12450ab909f4df135dbab40319b16d889533803783ed7de4a518ff81d267d0939b3040bf2e25bff8b711
 SHA512 
f46065d6df0dc6f7d33996e33f456cef9b313e025515916e0476c36255df2919e49f2dcb7666b179393a4429572ac7e099c2783d72cff73222953ac093484786
 DIST whois_5.5.13.tar.xz 87384 BLAKE2B 
6ce90ad907c4ea79301adbcda5a402344df9f283ac258a3186f5c405e0abfb97f603f3f163652f1cf03a1fc60290b8f9f54b509bf7d9fd3cec12189eeeaaffe5
 SHA512 
b4a70cc6d58133287d70775ecd8173c255f800362639a3e2dea0d3d56c35405b7fc93c4c220cc50cbd15ae5ae402a59bd15f99e98a7cccb314f82a205aa7ee61

diff --git a/net-misc/whois/whois-5.5.10-r1.ebuild 
b/net-misc/whois/whois-5.5.10-r1.ebuild
deleted file mode 100644
index 633807559d48..
--- a/net-misc/whois/whois-5.5.10-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
-else
-   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
-fi
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="iconv idn nls xcrypt"
-RESTRICT="test" #59327
-
-RDEPEND="
-   iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
-   !xcrypt? ( virtual/libcrypt:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
-   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
-)
-
-src_prepare() {
-   default
-   if use nls ; then
-   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
-   else
-   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
-
-   # don't generate po files when nls is disabled (bug #419889)
-   sed -i -e '/^all:/s/ pos//' \
-   -e '/^install:/s/ install-pos//' Makefile || die
-   fi
-}
-
-src_configure() { :; } # expected no-op
-
-src_compile() {
-   unset HAVE_ICONV HAVE_LIBIDN
-   use iconv && export HAVE_ICONV=1
-   use idn && export HAVE_LIBIDN=1
-   use xcrypt && export HAVE_XCRYPT=1
-   tc-export CC
-   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
-   insinto /etc
-   doins whois.conf
-   dodoc README debian/changelog
-
-   if [[ ${USERLAND} != "GNU" ]]; then
-   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
-   mv "${ED}"/usr/bin/{whois,mdwhois} || die
-   fi
-}

diff --git a/net-misc/whois/whois-5.5.12.ebuild 
b/net-misc/whois/whois-5.5.12.ebuild
deleted file mode 100644
index e1d0e7edf616..
--- a/net-misc/whois/whois-5.5.12.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P=${P/-/_}
-DESCRIPTION="Improved Whois Client"

[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-04-12 Thread Sam James
commit: 2358c563a5d831cb58684686212d7fa96f5c245f
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 13 00:45:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 13 00:46:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2358c563

net-misc/whois: add 5.5.13

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest|  1 +
 net-misc/whois/whois-5.5.13.ebuild | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index c62890ba9d08..c81cf6e95c46 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1,4 @@
 DIST whois-5.5.10.tar.gz 102555 BLAKE2B 
9f1236ceeaea839e5f2a33aa63b39fa7e0566eeb4d2131b88b47dd62f037639a5860719a645d9cc2d0707faa1e86c9822634dda37e1a7a8d3b31a78cf34ecce2
 SHA512 
5ee92c15146353e77dddcbeddb6e704e0c42d29b8c0ff899ecce80f8e39903e8c796daec7f3de3f197d382f88e7cd4abd470463ea6c13a01347d0cd15d99af28
 DIST whois-5.5.11.tar.gz 102806 BLAKE2B 
be1a5f04ee5af4987224151116d1d7e37ad580b8cc00c3fd4752e10b2cbc1dc46a528591cf75e95a83a99884c961f20865802246e00508c90e338590e7e0be37
 SHA512 
a7e400a727dd88b4c8f1df2e850879ece882b9af1d5daaff22bb3e1c88be01b4e5430f74f9d4afd4c73538d87022536e40d5f3f63a501a95845396fe0be595b4
 DIST whois-5.5.12.tar.gz 103268 BLAKE2B 
f9e132a0de189ede87342383f4b869529efe4d99ffdb12450ab909f4df135dbab40319b16d889533803783ed7de4a518ff81d267d0939b3040bf2e25bff8b711
 SHA512 
f46065d6df0dc6f7d33996e33f456cef9b313e025515916e0476c36255df2919e49f2dcb7666b179393a4429572ac7e099c2783d72cff73222953ac093484786
+DIST whois_5.5.13.tar.xz 87384 BLAKE2B 
6ce90ad907c4ea79301adbcda5a402344df9f283ac258a3186f5c405e0abfb97f603f3f163652f1cf03a1fc60290b8f9f54b509bf7d9fd3cec12189eeeaaffe5
 SHA512 
b4a70cc6d58133287d70775ecd8173c255f800362639a3e2dea0d3d56c35405b7fc93c4c220cc50cbd15ae5ae402a59bd15f99e98a7cccb314f82a205aa7ee61

diff --git a/net-misc/whois/whois-5.5.13.ebuild 
b/net-misc/whois/whois-5.5.13.ebuild
new file mode 100644
index ..c4823b0e0fb3
--- /dev/null
+++ b/net-misc/whois/whois-5.5.13.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P=${P/-/_}
+DESCRIPTION="Improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}"/${PN}
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls xcrypt"
+
+RDEPEND="iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
+)
+
+src_prepare() {
+   default
+
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
+
+   tc-export CC
+
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if ! use userland_GNU ; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-04-04 Thread Yixun Lan
commit: 6e3ec799f53b3b575cd68547e6d448df74b040d1
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Apr  5 03:37:54 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Apr  5 03:43:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3ec799

net-misc/whois: Keyword 5.5.12 riscv, #836786

Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/whois/whois-5.5.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.12.ebuild 
b/net-misc/whois/whois-5.5.12.ebuild
index 7ddebc10e44a..e1d0e7edf616 100644
--- a/net-misc/whois/whois-5.5.12.ebuild
+++ b/net-misc/whois/whois-5.5.12.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-04-04 Thread Yixun Lan
commit: 3460a2fa1e3b1b4b19e8e1069ea95605259a2164
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Apr  5 03:39:06 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Apr  5 03:43:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3460a2fa

net-misc/whois: forward keywords to live ebuild

Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/whois/whois-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index 350b7b60b378..8330f6ba0af9 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-03-11 Thread Sam James
commit: 218a1641c6d3942f6b14f6f435674a2fb64badbc
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 11 23:58:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 11 23:58:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218a1641

net-misc/whois: add 5.5.12

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/Manifest|  1 +
 net-misc/whois/whois-5.5.12.ebuild | 81 ++
 2 files changed, 82 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 2ba008a3ee23..c62890ba9d08 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,2 +1,3 @@
 DIST whois-5.5.10.tar.gz 102555 BLAKE2B 
9f1236ceeaea839e5f2a33aa63b39fa7e0566eeb4d2131b88b47dd62f037639a5860719a645d9cc2d0707faa1e86c9822634dda37e1a7a8d3b31a78cf34ecce2
 SHA512 
5ee92c15146353e77dddcbeddb6e704e0c42d29b8c0ff899ecce80f8e39903e8c796daec7f3de3f197d382f88e7cd4abd470463ea6c13a01347d0cd15d99af28
 DIST whois-5.5.11.tar.gz 102806 BLAKE2B 
be1a5f04ee5af4987224151116d1d7e37ad580b8cc00c3fd4752e10b2cbc1dc46a528591cf75e95a83a99884c961f20865802246e00508c90e338590e7e0be37
 SHA512 
a7e400a727dd88b4c8f1df2e850879ece882b9af1d5daaff22bb3e1c88be01b4e5430f74f9d4afd4c73538d87022536e40d5f3f63a501a95845396fe0be595b4
+DIST whois-5.5.12.tar.gz 103268 BLAKE2B 
f9e132a0de189ede87342383f4b869529efe4d99ffdb12450ab909f4df135dbab40319b16d889533803783ed7de4a518ff81d267d0939b3040bf2e25bff8b711
 SHA512 
f46065d6df0dc6f7d33996e33f456cef9b313e025515916e0476c36255df2919e49f2dcb7666b179393a4429572ac7e099c2783d72cff73222953ac093484786

diff --git a/net-misc/whois/whois-5.5.12.ebuild 
b/net-misc/whois/whois-5.5.12.ebuild
new file mode 100644
index ..7ddebc10e44a
--- /dev/null
+++ b/net-misc/whois/whois-5.5.12.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P=${P/-/_}
+DESCRIPTION="Improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls xcrypt"
+
+RDEPEND="iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
+)
+
+src_prepare() {
+   default
+
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
+
+   tc-export CC
+
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if ! use userland_GNU ; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-02-19 Thread Arthur Zamarin
commit: 4553005e06139057d25c7e95bda6c810ab2fa822
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 09:32:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 09:32:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4553005e

net-misc/whois: Stabilize 5.5.11 arm, #833646

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/whois/whois-5.5.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.11.ebuild 
b/net-misc/whois/whois-5.5.11.ebuild
index 6e02edb123dd..290ecaecebdc 100644
--- a/net-misc/whois/whois-5.5.11.ebuild
+++ b/net-misc/whois/whois-5.5.11.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-02-19 Thread Arthur Zamarin
commit: 1feedff4acf5919eaca8b41773fa643bf5af43f3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 09:25:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 09:25:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1feedff4

net-misc/whois: Stabilize 5.5.11 arm64, #833646

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/whois/whois-5.5.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.11.ebuild 
b/net-misc/whois/whois-5.5.11.ebuild
index e9fa75e062c5..6e02edb123dd 100644
--- a/net-misc/whois/whois-5.5.11.ebuild
+++ b/net-misc/whois/whois-5.5.11.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-02-18 Thread Sam James
commit: 5bb3267dfbe8e110a47eba53116064f01e4b027c
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 19 02:59:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 02:59:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb3267d

net-misc/whois: Stabilize 5.5.11 sparc, #833646

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.11.ebuild 
b/net-misc/whois/whois-5.5.11.ebuild
index fd7d1d3a4bc8..e9fa75e062c5 100644
--- a/net-misc/whois/whois-5.5.11.ebuild
+++ b/net-misc/whois/whois-5.5.11.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-02-18 Thread Sam James
commit: 9437f3ee099ed1ae0a6321db7f46bb4401d7033c
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 19 02:33:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 02:33:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9437f3ee

net-misc/whois: Stabilize 5.5.11 ppc, #833646

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.11.ebuild 
b/net-misc/whois/whois-5.5.11.ebuild
index 881cef24bd2d..fd7d1d3a4bc8 100644
--- a/net-misc/whois/whois-5.5.11.ebuild
+++ b/net-misc/whois/whois-5.5.11.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-02-18 Thread Sam James
commit: 51727919a9eb8f9fcc42c42e07d230013ae4f1cd
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 19 02:30:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 02:30:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51727919

net-misc/whois: Stabilize 5.5.11 ppc64, #833646

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.11.ebuild 
b/net-misc/whois/whois-5.5.11.ebuild
index c18e4e5c6eda..881cef24bd2d 100644
--- a/net-misc/whois/whois-5.5.11.ebuild
+++ b/net-misc/whois/whois-5.5.11.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-02-18 Thread Sam James
commit: 0862214d5ff68776af5461940d28fcccb2e6080f
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 19 02:25:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 02:25:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0862214d

net-misc/whois: Stabilize 5.5.11 x86, #833646

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.11.ebuild 
b/net-misc/whois/whois-5.5.11.ebuild
index 0aa78ed3fc2c..c18e4e5c6eda 100644
--- a/net-misc/whois/whois-5.5.11.ebuild
+++ b/net-misc/whois/whois-5.5.11.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-02-18 Thread Sam James
commit: 8207b1c3517e3ac5f9e2eeeab7a3f7b7a1988ae6
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 19 02:22:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 02:22:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8207b1c3

net-misc/whois: Stabilize 5.5.11 amd64, #833646

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.11.ebuild 
b/net-misc/whois/whois-5.5.11.ebuild
index c6838bbf6f8a..0aa78ed3fc2c 100644
--- a/net-misc/whois/whois-5.5.11.ebuild
+++ b/net-misc/whois/whois-5.5.11.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2022-01-04 Thread Lars Wendler
commit: e92d2280d2541c3e1ed688857ea51f71b6837f88
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan  4 08:30:06 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan  4 08:36:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92d2280

net-misc/whois: Bump to version 5.5.11

Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest|  1 +
 net-misc/whois/whois-5.5.11.ebuild | 78 ++
 2 files changed, 79 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index e565248a23e7..2ba008a3ee23 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1 +1,2 @@
 DIST whois-5.5.10.tar.gz 102555 BLAKE2B 
9f1236ceeaea839e5f2a33aa63b39fa7e0566eeb4d2131b88b47dd62f037639a5860719a645d9cc2d0707faa1e86c9822634dda37e1a7a8d3b31a78cf34ecce2
 SHA512 
5ee92c15146353e77dddcbeddb6e704e0c42d29b8c0ff899ecce80f8e39903e8c796daec7f3de3f197d382f88e7cd4abd470463ea6c13a01347d0cd15d99af28
+DIST whois-5.5.11.tar.gz 102806 BLAKE2B 
be1a5f04ee5af4987224151116d1d7e37ad580b8cc00c3fd4752e10b2cbc1dc46a528591cf75e95a83a99884c961f20865802246e00508c90e338590e7e0be37
 SHA512 
a7e400a727dd88b4c8f1df2e850879ece882b9af1d5daaff22bb3e1c88be01b4e5430f74f9d4afd4c73538d87022536e40d5f3f63a501a95845396fe0be595b4

diff --git a/net-misc/whois/whois-5.5.11.ebuild 
b/net-misc/whois/whois-5.5.11.ebuild
new file mode 100644
index ..c6838bbf6f8a
--- /dev/null
+++ b/net-misc/whois/whois-5.5.11.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls xcrypt"
+RESTRICT="test" #59327
+
+RDEPEND="
+   iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
+)
+
+src_prepare() {
+   default
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
+   tc-export CC
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if [[ ${USERLAND} != "GNU" ]]; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-09-04 Thread David Seifert
commit: cd4bef07a79274943cdfba6874edacc3c0b0ad78
Author: David Seifert  gentoo  org>
AuthorDate: Sat Sep  4 17:34:02 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep  4 17:34:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4bef07

net-misc/whois: drop 5.5.9-r1

Signed-off-by: David Seifert  gentoo.org>

 net-misc/whois/Manifest  |  1 -
 net-misc/whois/whois-5.5.9-r1.ebuild | 78 
 2 files changed, 79 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index f09e9096dbe..e565248a23e 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,2 +1 @@
 DIST whois-5.5.10.tar.gz 102555 BLAKE2B 
9f1236ceeaea839e5f2a33aa63b39fa7e0566eeb4d2131b88b47dd62f037639a5860719a645d9cc2d0707faa1e86c9822634dda37e1a7a8d3b31a78cf34ecce2
 SHA512 
5ee92c15146353e77dddcbeddb6e704e0c42d29b8c0ff899ecce80f8e39903e8c796daec7f3de3f197d382f88e7cd4abd470463ea6c13a01347d0cd15d99af28
-DIST whois-5.5.9.tar.gz 102516 BLAKE2B 
f5f15568558e9f82ed19dbd35fd43f3067953d4766477f71bfb5d638cbf328fe95012633daa90ad14a6bdf836161967684562f6e028bc204f2a9ed539600c92d
 SHA512 
ab70181220a6d41dd9add04bd81836c89a626de1b45f617e9ab044a666f0ab99a4dee910cff4b0a6a3e47b5e0a7320c2c20f3ff95c2dfc852123d4f672629e16

diff --git a/net-misc/whois/whois-5.5.9-r1.ebuild 
b/net-misc/whois/whois-5.5.9-r1.ebuild
deleted file mode 100644
index 633807559d4..000
--- a/net-misc/whois/whois-5.5.9-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
-else
-   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
-fi
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="iconv idn nls xcrypt"
-RESTRICT="test" #59327
-
-RDEPEND="
-   iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
-   !xcrypt? ( virtual/libcrypt:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
-   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
-)
-
-src_prepare() {
-   default
-   if use nls ; then
-   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
-   else
-   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
-
-   # don't generate po files when nls is disabled (bug #419889)
-   sed -i -e '/^all:/s/ pos//' \
-   -e '/^install:/s/ install-pos//' Makefile || die
-   fi
-}
-
-src_configure() { :; } # expected no-op
-
-src_compile() {
-   unset HAVE_ICONV HAVE_LIBIDN
-   use iconv && export HAVE_ICONV=1
-   use idn && export HAVE_LIBIDN=1
-   use xcrypt && export HAVE_XCRYPT=1
-   tc-export CC
-   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
-   insinto /etc
-   doins whois.conf
-   dodoc README debian/changelog
-
-   if [[ ${USERLAND} != "GNU" ]]; then
-   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
-   mv "${ED}"/usr/bin/{whois,mdwhois} || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-08-11 Thread Sam James
commit: 32ac9018221e04e3c2f7256d10daa5369de5cfa3
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 11 19:10:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 11 19:10:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ac9018

net-misc/whois: Stabilize 5.5.10-r1 arm64, #807388

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.10-r1.ebuild 
b/net-misc/whois/whois-5.5.10-r1.ebuild
index 867217aab0f..633807559d4 100644
--- a/net-misc/whois/whois-5.5.10-r1.ebuild
+++ b/net-misc/whois/whois-5.5.10-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-08-10 Thread Sam James
commit: 1dafb486406fba35fe4c9a8c956dd6162ed22867
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 11 00:21:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 11 00:21:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dafb486

net-misc/whois: Stabilize 5.5.10-r1 sparc, #807388

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.10-r1.ebuild 
b/net-misc/whois/whois-5.5.10-r1.ebuild
index 4ce4bf50cb1..867217aab0f 100644
--- a/net-misc/whois/whois-5.5.10-r1.ebuild
+++ b/net-misc/whois/whois-5.5.10-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-08-10 Thread Sam James
commit: dcc6a9e613764587f82bd10503f2f859b55ff16f
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 11 00:03:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 11 00:03:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc6a9e6

net-misc/whois: Stabilize 5.5.10-r1 arm, #807388

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.10-r1.ebuild 
b/net-misc/whois/whois-5.5.10-r1.ebuild
index a1de891253c..7faf8907ec4 100644
--- a/net-misc/whois/whois-5.5.10-r1.ebuild
+++ b/net-misc/whois/whois-5.5.10-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-06-22 Thread Sam James
commit: a676f4e607ebe6ccb6f98671b910ef8aa471d084
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Jun 22 00:00:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 00:01:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a676f4e6

net-misc/whois: Add dependency on virtual/libcrypt.

Same change as before, just committing again with the acked-by tag
for posterity.

See: 0b0a692ba24b9ebf999e2747db255ab93590b871
Acked-by: David Seifert  gentoo.org>
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/{whois-5.5.10.ebuild => whois-5.5.10-r1.ebuild} | 3 ++-
 net-misc/whois/{whois-5.5.9.ebuild => whois-5.5.9-r1.ebuild}   | 3 ++-
 net-misc/whois/whois-.ebuild   | 5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-misc/whois/whois-5.5.10.ebuild 
b/net-misc/whois/whois-5.5.10-r1.ebuild
similarity index 96%
rename from net-misc/whois/whois-5.5.10.ebuild
rename to net-misc/whois/whois-5.5.10-r1.ebuild
index 4420819a3d8..350b7b60b37 100644
--- a/net-misc/whois/whois-5.5.10.ebuild
+++ b/net-misc/whois/whois-5.5.10-r1.ebuild
@@ -25,7 +25,8 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9-r1.ebuild
similarity index 96%
rename from net-misc/whois/whois-5.5.9.ebuild
rename to net-misc/whois/whois-5.5.9-r1.ebuild
index e2d9d7e38ae..633807559d4 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9-r1.ebuild
@@ -25,7 +25,8 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index 8aecce2f764..350b7b60b37 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,8 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-06-22 Thread Sam James
commit: 0b0a692ba24b9ebf999e2747db255ab93590b871
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 00:00:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 00:00:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0a692b

net-misc/whois: Revert "Add dependency on virtual/libcrypt."

Instantaneous revert just to fix a git tag.
This reverts commit e3472c9cbb9222469bf9cdbbd761f16a3d043923.

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/{whois-5.5.10-r1.ebuild => whois-5.5.10.ebuild} | 3 +--
 net-misc/whois/{whois-5.5.9-r1.ebuild => whois-5.5.9.ebuild}   | 3 +--
 net-misc/whois/whois-.ebuild   | 5 ++---
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/net-misc/whois/whois-5.5.10-r1.ebuild 
b/net-misc/whois/whois-5.5.10.ebuild
similarity index 96%
rename from net-misc/whois/whois-5.5.10-r1.ebuild
rename to net-misc/whois/whois-5.5.10.ebuild
index 350b7b60b37..4420819a3d8 100644
--- a/net-misc/whois/whois-5.5.10-r1.ebuild
+++ b/net-misc/whois/whois-5.5.10.ebuild
@@ -25,8 +25,7 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
-   !xcrypt? ( virtual/libcrypt:= )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-misc/whois/whois-5.5.9-r1.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
similarity index 96%
rename from net-misc/whois/whois-5.5.9-r1.ebuild
rename to net-misc/whois/whois-5.5.9.ebuild
index 633807559d4..e2d9d7e38ae 100644
--- a/net-misc/whois/whois-5.5.9-r1.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -25,8 +25,7 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
-   !xcrypt? ( virtual/libcrypt:= )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index 350b7b60b37..8aecce2f764 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,8 +25,7 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
-   !xcrypt? ( virtual/libcrypt:= )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-06-22 Thread Sam James
commit: e3472c9cbb9222469bf9cdbbd761f16a3d043923
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Jun 22 00:00:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 23:50:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3472c9c

net-misc/whois: Add dependency on virtual/libcrypt.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/{whois-5.5.10.ebuild => whois-5.5.10-r1.ebuild} | 3 ++-
 net-misc/whois/{whois-5.5.9.ebuild => whois-5.5.9-r1.ebuild}   | 3 ++-
 net-misc/whois/whois-.ebuild   | 5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-misc/whois/whois-5.5.10.ebuild 
b/net-misc/whois/whois-5.5.10-r1.ebuild
similarity index 96%
rename from net-misc/whois/whois-5.5.10.ebuild
rename to net-misc/whois/whois-5.5.10-r1.ebuild
index 4420819a3d8..350b7b60b37 100644
--- a/net-misc/whois/whois-5.5.10.ebuild
+++ b/net-misc/whois/whois-5.5.10-r1.ebuild
@@ -25,7 +25,8 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9-r1.ebuild
similarity index 96%
rename from net-misc/whois/whois-5.5.9.ebuild
rename to net-misc/whois/whois-5.5.9-r1.ebuild
index e2d9d7e38ae..633807559d4 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9-r1.ebuild
@@ -25,7 +25,8 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index 8aecce2f764..350b7b60b37 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,8 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-06-07 Thread Lars Wendler
commit: 79df1c8b3e20685ba6fd3f9672bc1befc2a7096e
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jun  7 07:57:21 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jun  7 08:29:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79df1c8b

net-misc/whois: Bump to version 5.5.10

Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest|  1 +
 net-misc/whois/whois-5.5.10.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index ab2b4481459..f09e9096dbe 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1 +1,2 @@
+DIST whois-5.5.10.tar.gz 102555 BLAKE2B 
9f1236ceeaea839e5f2a33aa63b39fa7e0566eeb4d2131b88b47dd62f037639a5860719a645d9cc2d0707faa1e86c9822634dda37e1a7a8d3b31a78cf34ecce2
 SHA512 
5ee92c15146353e77dddcbeddb6e704e0c42d29b8c0ff899ecce80f8e39903e8c796daec7f3de3f197d382f88e7cd4abd470463ea6c13a01347d0cd15d99af28
 DIST whois-5.5.9.tar.gz 102516 BLAKE2B 
f5f15568558e9f82ed19dbd35fd43f3067953d4766477f71bfb5d638cbf328fe95012633daa90ad14a6bdf836161967684562f6e028bc204f2a9ed539600c92d
 SHA512 
ab70181220a6d41dd9add04bd81836c89a626de1b45f617e9ab044a666f0ab99a4dee910cff4b0a6a3e47b5e0a7320c2c20f3ff95c2dfc852123d4f672629e16

diff --git a/net-misc/whois/whois-5.5.10.ebuild 
b/net-misc/whois/whois-5.5.10.ebuild
new file mode 100644
index 000..4420819a3d8
--- /dev/null
+++ b/net-misc/whois/whois-5.5.10.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls xcrypt"
+RESTRICT="test" #59327
+
+RDEPEND="
+   iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
+)
+
+src_prepare() {
+   default
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
+   tc-export CC
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if [[ ${USERLAND} != "GNU" ]]; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-05-10 Thread David Seifert
commit: 7ce42795148e2f57574273adcc9f3fe5b81ce732
Author: David Seifert  gentoo  org>
AuthorDate: Mon May 10 14:43:40 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon May 10 14:43:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce42795

net-misc/whois: Remove old 5.5.6-r1, 5.5.8

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 net-misc/whois/Manifest  |  2 -
 net-misc/whois/whois-5.5.6-r1.ebuild | 79 
 net-misc/whois/whois-5.5.8.ebuild| 77 ---
 3 files changed, 158 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index e809628f4f2..ab2b4481459 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1 @@
-DIST whois-5.5.6.tar.gz 103581 BLAKE2B 
7e4aebeb440b95a278a0f0d0e51dbec2003599ee9f6e6355f29a5b043ba5cbad19310058964120142d417e6a5df86bd68d03d7ac4358be488538584c2a56740f
 SHA512 
97a139a8e24b9a92c5597bc31e1b8d5d5bcab1ec4cc53f80cbdb7f2e5b7e54f36b3a8a8d90fd7b86452aad36adc0ba2015aaf936643b290c8a777f5f6cb27ef3
-DIST whois-5.5.8.tar.gz 102750 BLAKE2B 
87225c4472d4ac26b44f25773b5c2ec3696b8e00cf8ad48f551fcb0b1aa96b5d2b59cf09067a43f78af44caaf20bbd072c4a19f12bffee9d5566524bb21df763
 SHA512 
80f748f34aae9bd6053bc5c9357b7ffa8d713972486b2bf091b04378082dfe13e368de6873fc1de647527e74b07ff5a4198ff1bbd10152097341534668b5cdb7
 DIST whois-5.5.9.tar.gz 102516 BLAKE2B 
f5f15568558e9f82ed19dbd35fd43f3067953d4766477f71bfb5d638cbf328fe95012633daa90ad14a6bdf836161967684562f6e028bc204f2a9ed539600c92d
 SHA512 
ab70181220a6d41dd9add04bd81836c89a626de1b45f617e9ab044a666f0ab99a4dee910cff4b0a6a3e47b5e0a7320c2c20f3ff95c2dfc852123d4f672629e16

diff --git a/net-misc/whois/whois-5.5.6-r1.ebuild 
b/net-misc/whois/whois-5.5.6-r1.ebuild
deleted file mode 100644
index 2b98a55ddf5..000
--- a/net-misc/whois/whois-5.5.6-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
-else
-   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
-fi
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="iconv idn nls xcrypt"
-RESTRICT="test" #59327
-
-RDEPEND="
-   iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-#S="${WORKDIR}/${PN}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
-   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
-)
-
-src_prepare() {
-   default
-   if use nls ; then
-   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
-   else
-   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
-
-   # don't generate po files when nls is disabled (bug #419889)
-   sed -i -e '/^all:/s/ pos//' \
-   -e '/^install:/s/ install-pos//' Makefile || die
-   fi
-}
-
-src_configure() { :; } # expected no-op
-
-src_compile() {
-   unset HAVE_ICONV HAVE_LIBIDN
-   use iconv && export HAVE_ICONV=1
-   use idn && export HAVE_LIBIDN=1
-   use xcrypt && export HAVE_XCRYPT=1
-   tc-export CC
-   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
-   insinto /etc
-   doins whois.conf
-   dodoc README debian/changelog
-
-   if [[ ${USERLAND} != "GNU" ]]; then
-   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
-   mv "${ED}"/usr/bin/{whois,mdwhois} || die
-   fi
-}

diff --git a/net-misc/whois/whois-5.5.8.ebuild 
b/net-misc/whois/whois-5.5.8.ebuild
deleted file mode 100644
index 4420819a3d8..000
--- a/net-misc/whois/whois-5.5.8.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
-else
-   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   

[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-05-09 Thread Sam James
commit: d6f21e20c4b804b4e8b828c14d0f33878553412b
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f21e20

net-misc/whois: Stabilize 5.5.9 ppc64, #789051

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
index fdbeac3834d..e2d9d7e38ae 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-05-09 Thread Sam James
commit: f58b2bd50e858b6b732edcfee1cce9ccf21570dc
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58b2bd5

net-misc/whois: Stabilize 5.5.9 ppc, #789051

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
index 08137e465f6..fdbeac3834d 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-05-09 Thread Sam James
commit: dc23965a07fb96e027d54c2c2c9d2f18424eb2c5
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:46:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:46:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc23965a

net-misc/whois: Stabilize 5.5.9 arm64, #789051

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
index b0d11597399..08137e465f6 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-05-09 Thread Sam James
commit: 4085a3dd4c37945798bb45d8b093889dfb87cdc8
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:44:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:44:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4085a3dd

net-misc/whois: Stabilize 5.5.9 x86, #789051

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
index e703b9c1d07..b0d11597399 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-05-09 Thread Sam James
commit: a66513e70f59bf6d81f89cf3447a380f6013a84b
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:42:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:42:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66513e7

net-misc/whois: Stabilize 5.5.9 amd64, #789051

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
index c9638975dc1..e703b9c1d07 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-05-09 Thread Sam James
commit: 403dd0273e3d3e15e93c0a30ab7d674292966daa
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 10:57:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 10:57:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403dd027

net-misc/whois: Stabilize 5.5.9 sparc, #789051

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
index 5ec83048d2e..c9638975dc1 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-05-09 Thread Sam James
commit: 1709893135a7327b42e225e4fe5aed9021cad7e2
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 10:55:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 10:55:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17098931

net-misc/whois: Stabilize 5.5.9 arm, #789051

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
index 4420819a3d8..5ec83048d2e 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-03-28 Thread Lars Wendler
commit: 000d1eab22387856d201a7ab2e2a5d8f77799250
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Mar 28 12:45:41 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Mar 28 12:46:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000d1eab

net-misc/whois: Bump to version 5.5.9

Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  1 +
 net-misc/whois/whois-5.5.9.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 83932f068bd..fbd4bac8f75 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1,4 @@
 DIST whois-5.5.6.tar.gz 103581 BLAKE2B 
7e4aebeb440b95a278a0f0d0e51dbec2003599ee9f6e6355f29a5b043ba5cbad19310058964120142d417e6a5df86bd68d03d7ac4358be488538584c2a56740f
 SHA512 
97a139a8e24b9a92c5597bc31e1b8d5d5bcab1ec4cc53f80cbdb7f2e5b7e54f36b3a8a8d90fd7b86452aad36adc0ba2015aaf936643b290c8a777f5f6cb27ef3
 DIST whois-5.5.7.tar.gz 102666 BLAKE2B 
33ead2ffdeef4ccb838eb0401cbd774837b58cbf0e9d0e079a89b1e0d29ec2303022d442c5e5bbe5c7f16099b0e1525e0d1144f0f7a6f362545d89e4990c3f8d
 SHA512 
a0b3f1ce46dfaa165c765b8d39d33d026842c74d26aec35bbe9d6b9e12364b37065f5799913f32da04f1896c9b69a6932ad70975c91e0b51ac9d4d30679e1c2c
 DIST whois-5.5.8.tar.gz 102750 BLAKE2B 
87225c4472d4ac26b44f25773b5c2ec3696b8e00cf8ad48f551fcb0b1aa96b5d2b59cf09067a43f78af44caaf20bbd072c4a19f12bffee9d5566524bb21df763
 SHA512 
80f748f34aae9bd6053bc5c9357b7ffa8d713972486b2bf091b04378082dfe13e368de6873fc1de647527e74b07ff5a4198ff1bbd10152097341534668b5cdb7
+DIST whois-5.5.9.tar.gz 102516 BLAKE2B 
f5f15568558e9f82ed19dbd35fd43f3067953d4766477f71bfb5d638cbf328fe95012633daa90ad14a6bdf836161967684562f6e028bc204f2a9ed539600c92d
 SHA512 
ab70181220a6d41dd9add04bd81836c89a626de1b45f617e9ab044a666f0ab99a4dee910cff4b0a6a3e47b5e0a7320c2c20f3ff95c2dfc852123d4f672629e16

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
new file mode 100644
index 000..4420819a3d8
--- /dev/null
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls xcrypt"
+RESTRICT="test" #59327
+
+RDEPEND="
+   iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
+)
+
+src_prepare() {
+   default
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
+   tc-export CC
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if [[ ${USERLAND} != "GNU" ]]; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-03-28 Thread Lars Wendler
commit: 37d9836a49af62c8397c8abe2d92e8691f087fb9
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Mar 28 12:46:09 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Mar 28 12:46:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d9836a

net-misc/whois: Removed old

Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  1 -
 net-misc/whois/whois-5.5.7.ebuild | 77 ---
 2 files changed, 78 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index fbd4bac8f75..e809628f4f2 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,4 +1,3 @@
 DIST whois-5.5.6.tar.gz 103581 BLAKE2B 
7e4aebeb440b95a278a0f0d0e51dbec2003599ee9f6e6355f29a5b043ba5cbad19310058964120142d417e6a5df86bd68d03d7ac4358be488538584c2a56740f
 SHA512 
97a139a8e24b9a92c5597bc31e1b8d5d5bcab1ec4cc53f80cbdb7f2e5b7e54f36b3a8a8d90fd7b86452aad36adc0ba2015aaf936643b290c8a777f5f6cb27ef3
-DIST whois-5.5.7.tar.gz 102666 BLAKE2B 
33ead2ffdeef4ccb838eb0401cbd774837b58cbf0e9d0e079a89b1e0d29ec2303022d442c5e5bbe5c7f16099b0e1525e0d1144f0f7a6f362545d89e4990c3f8d
 SHA512 
a0b3f1ce46dfaa165c765b8d39d33d026842c74d26aec35bbe9d6b9e12364b37065f5799913f32da04f1896c9b69a6932ad70975c91e0b51ac9d4d30679e1c2c
 DIST whois-5.5.8.tar.gz 102750 BLAKE2B 
87225c4472d4ac26b44f25773b5c2ec3696b8e00cf8ad48f551fcb0b1aa96b5d2b59cf09067a43f78af44caaf20bbd072c4a19f12bffee9d5566524bb21df763
 SHA512 
80f748f34aae9bd6053bc5c9357b7ffa8d713972486b2bf091b04378082dfe13e368de6873fc1de647527e74b07ff5a4198ff1bbd10152097341534668b5cdb7
 DIST whois-5.5.9.tar.gz 102516 BLAKE2B 
f5f15568558e9f82ed19dbd35fd43f3067953d4766477f71bfb5d638cbf328fe95012633daa90ad14a6bdf836161967684562f6e028bc204f2a9ed539600c92d
 SHA512 
ab70181220a6d41dd9add04bd81836c89a626de1b45f617e9ab044a666f0ab99a4dee910cff4b0a6a3e47b5e0a7320c2c20f3ff95c2dfc852123d4f672629e16

diff --git a/net-misc/whois/whois-5.5.7.ebuild 
b/net-misc/whois/whois-5.5.7.ebuild
deleted file mode 100644
index 8aecce2f764..000
--- a/net-misc/whois/whois-5.5.7.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
-else
-   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="iconv idn nls xcrypt"
-RESTRICT="test" #59327
-
-RDEPEND="
-   iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
-   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
-)
-
-src_prepare() {
-   default
-   if use nls ; then
-   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
-   else
-   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
-
-   # don't generate po files when nls is disabled (bug #419889)
-   sed -i -e '/^all:/s/ pos//' \
-   -e '/^install:/s/ install-pos//' Makefile || die
-   fi
-}
-
-src_configure() { :; } # expected no-op
-
-src_compile() {
-   unset HAVE_ICONV HAVE_LIBIDN
-   use iconv && export HAVE_ICONV=1
-   use idn && export HAVE_LIBIDN=1
-   use xcrypt && export HAVE_XCRYPT=1
-   tc-export CC
-   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
-   insinto /etc
-   doins whois.conf
-   dodoc README debian/changelog
-
-   if [[ ${USERLAND} != "GNU" ]]; then
-   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
-   mv "${ED}"/usr/bin/{whois,mdwhois} || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2021-02-15 Thread Lars Wendler
commit: 01e980289d303c40fb95fe3cfcfb415c808bd150
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Feb 16 06:55:01 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Feb 16 06:55:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e98028

net-misc/whois: Bump to version 5.5.8

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  1 +
 net-misc/whois/whois-5.5.8.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 3b381460699..83932f068bd 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,2 +1,3 @@
 DIST whois-5.5.6.tar.gz 103581 BLAKE2B 
7e4aebeb440b95a278a0f0d0e51dbec2003599ee9f6e6355f29a5b043ba5cbad19310058964120142d417e6a5df86bd68d03d7ac4358be488538584c2a56740f
 SHA512 
97a139a8e24b9a92c5597bc31e1b8d5d5bcab1ec4cc53f80cbdb7f2e5b7e54f36b3a8a8d90fd7b86452aad36adc0ba2015aaf936643b290c8a777f5f6cb27ef3
 DIST whois-5.5.7.tar.gz 102666 BLAKE2B 
33ead2ffdeef4ccb838eb0401cbd774837b58cbf0e9d0e079a89b1e0d29ec2303022d442c5e5bbe5c7f16099b0e1525e0d1144f0f7a6f362545d89e4990c3f8d
 SHA512 
a0b3f1ce46dfaa165c765b8d39d33d026842c74d26aec35bbe9d6b9e12364b37065f5799913f32da04f1896c9b69a6932ad70975c91e0b51ac9d4d30679e1c2c
+DIST whois-5.5.8.tar.gz 102750 BLAKE2B 
87225c4472d4ac26b44f25773b5c2ec3696b8e00cf8ad48f551fcb0b1aa96b5d2b59cf09067a43f78af44caaf20bbd072c4a19f12bffee9d5566524bb21df763
 SHA512 
80f748f34aae9bd6053bc5c9357b7ffa8d713972486b2bf091b04378082dfe13e368de6873fc1de647527e74b07ff5a4198ff1bbd10152097341534668b5cdb7

diff --git a/net-misc/whois/whois-5.5.8.ebuild 
b/net-misc/whois/whois-5.5.8.ebuild
new file mode 100644
index 000..4420819a3d8
--- /dev/null
+++ b/net-misc/whois/whois-5.5.8.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls xcrypt"
+RESTRICT="test" #59327
+
+RDEPEND="
+   iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
+)
+
+src_prepare() {
+   default
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
+   tc-export CC
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if [[ ${USERLAND} != "GNU" ]]; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-10-04 Thread Lars Wendler
commit: f586d11553fd75c556c882155b0088fd10a6a6fe
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Oct  4 11:34:28 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Oct  4 11:34:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f586d115

net-misc/whois: Bump to version 5.5.7

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  1 +
 net-misc/whois/whois-5.5.7.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index f1d117eb5a9..3b381460699 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1 +1,2 @@
 DIST whois-5.5.6.tar.gz 103581 BLAKE2B 
7e4aebeb440b95a278a0f0d0e51dbec2003599ee9f6e6355f29a5b043ba5cbad19310058964120142d417e6a5df86bd68d03d7ac4358be488538584c2a56740f
 SHA512 
97a139a8e24b9a92c5597bc31e1b8d5d5bcab1ec4cc53f80cbdb7f2e5b7e54f36b3a8a8d90fd7b86452aad36adc0ba2015aaf936643b290c8a777f5f6cb27ef3
+DIST whois-5.5.7.tar.gz 102666 BLAKE2B 
33ead2ffdeef4ccb838eb0401cbd774837b58cbf0e9d0e079a89b1e0d29ec2303022d442c5e5bbe5c7f16099b0e1525e0d1144f0f7a6f362545d89e4990c3f8d
 SHA512 
a0b3f1ce46dfaa165c765b8d39d33d026842c74d26aec35bbe9d6b9e12364b37065f5799913f32da04f1896c9b69a6932ad70975c91e0b51ac9d4d30679e1c2c

diff --git a/net-misc/whois/whois-5.5.7.ebuild 
b/net-misc/whois/whois-5.5.7.ebuild
new file mode 100644
index 000..8aecce2f764
--- /dev/null
+++ b/net-misc/whois/whois-5.5.7.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls xcrypt"
+RESTRICT="test" #59327
+
+RDEPEND="
+   iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
+)
+
+src_prepare() {
+   default
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
+   tc-export CC
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if [[ ${USERLAND} != "GNU" ]]; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-09-18 Thread Lars Wendler
commit: 46e07dc7a0853aae1de07d917f97dfbe2180248a
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep 18 10:25:03 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep 18 10:30:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e07dc7

net-misc/whois: Removed old

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  2 --
 net-misc/whois/whois-5.4.3.ebuild | 67 ---
 net-misc/whois/whois-5.5.5.ebuild | 74 ---
 3 files changed, 143 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index c5ce5b3d9d2..f1d117eb5a9 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1 @@
-DIST whois-5.5.5.tar.gz 103424 BLAKE2B 
ef406985be6ca6fe1d73e5c23817c99aa1c111f9ec74707f96602e53e519b77585fc27feaf11baf0cfc4f1fa94fbd876fd6631ea0a4c2b3d7b4bcd99cfd2e786
 SHA512 
0fcdd5b7fbdf4123edda2af58a2fcf0a1a87c454dc6cb83c86c1d200f80659967a7d08d54d3b010c40465004aa219de2a8efcc4b41524a8aefc2e6050d868d1b
 DIST whois-5.5.6.tar.gz 103581 BLAKE2B 
7e4aebeb440b95a278a0f0d0e51dbec2003599ee9f6e6355f29a5b043ba5cbad19310058964120142d417e6a5df86bd68d03d7ac4358be488538584c2a56740f
 SHA512 
97a139a8e24b9a92c5597bc31e1b8d5d5bcab1ec4cc53f80cbdb7f2e5b7e54f36b3a8a8d90fd7b86452aad36adc0ba2015aaf936643b290c8a777f5f6cb27ef3
-DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084

diff --git a/net-misc/whois/whois-5.4.3.ebuild 
b/net-misc/whois/whois-5.4.3.ebuild
deleted file mode 100644
index 669b2c40b3e..000
--- a/net-misc/whois/whois-5.4.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="iconv idn nls"
-RESTRICT="test" #59327
-
-RDEPEND="iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
-)
-
-src_prepare() {
-   default
-   if use nls ; then
-   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
-   else
-   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
-
-   # don't generate po files when nls is disabled (bug #419889)
-   sed -i -e '/^all:/s/ pos//' \
-   -e '/^install:/s/ install-pos//' Makefile || die
-   fi
-}
-
-src_configure() { :; } # expected no-op
-
-src_compile() {
-   unset HAVE_ICONV HAVE_LIBIDN
-   use iconv && export HAVE_ICONV=1
-   use idn && export HAVE_LIBIDN=1
-   tc-export CC
-   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
-   insinto /etc
-   doins whois.conf
-   dodoc README debian/changelog
-
-   if [[ ${USERLAND} != "GNU" ]]; then
-   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
-   mv "${ED}"/usr/bin/{whois,mdwhois} || die
-   fi
-}

diff --git a/net-misc/whois/whois-5.5.5.ebuild 
b/net-misc/whois/whois-5.5.5.ebuild
deleted file mode 100644
index d99078f32be..000
--- a/net-misc/whois/whois-5.5.5.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
-else
-   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="iconv idn nls"
-RESTRICT="test" #59327
-
-RDEPEND="iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   

[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-09-03 Thread Sam James
commit: eb089acc7b43938d3d67fdcb69e156d6bb3c
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  3 23:55:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  3 23:55:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb089ac7

net-misc/whois: ppc64 stable (bug #738328)

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.6-r1.ebuild 
b/net-misc/whois/whois-5.5.6-r1.ebuild
index 6e5eedb90f1..b3b6a8ea1b6 100644
--- a/net-misc/whois/whois-5.5.6-r1.ebuild
+++ b/net-misc/whois/whois-5.5.6-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-09-02 Thread Sergei Trofimovich
commit: 63cef11303bad359862e8e3f715f907cfddf0e81
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Sep  2 04:09:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Sep  2 06:33:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cef113

net-misc/whois: stable 5.5.6-r1 for hppa, bug #738328

Package-Manager: Portage-3.0.4, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-misc/whois/whois-5.5.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.6-r1.ebuild 
b/net-misc/whois/whois-5.5.6-r1.ebuild
index 30e53a2c879..6e5eedb90f1 100644
--- a/net-misc/whois/whois-5.5.6-r1.ebuild
+++ b/net-misc/whois/whois-5.5.6-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-09-01 Thread Sam James
commit: 00034de150125cb1a2f1ef0f049f0f39b00aea43
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 16:15:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 16:16:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00034de1

net-misc/whois: Stabilize 5.5.6-r1 ppc, #738328

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.6-r1.ebuild 
b/net-misc/whois/whois-5.5.6-r1.ebuild
index 4ec5274d809..30e53a2c879 100644
--- a/net-misc/whois/whois-5.5.6-r1.ebuild
+++ b/net-misc/whois/whois-5.5.6-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-08-29 Thread Thomas Deutschmann
commit: a1c3b61c65ed681127328d77e6b8c0366504ca0b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 29 17:55:59 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 29 17:57:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c3b61c

net-misc/whois: x86 stable (bug #738328)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/whois/whois-5.5.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.6-r1.ebuild 
b/net-misc/whois/whois-5.5.6-r1.ebuild
index d2344b6a175..4ec5274d809 100644
--- a/net-misc/whois/whois-5.5.6-r1.ebuild
+++ b/net-misc/whois/whois-5.5.6-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-08-25 Thread Sergei Trofimovich
commit: 0d81a3527e369edeb94910230e5f998f98e07061
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Aug 25 14:48:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 25 17:48:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d81a352

net-misc/whois: stable 5.5.6-r1 for sparc, bug #738328

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-misc/whois/whois-5.5.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.6-r1.ebuild 
b/net-misc/whois/whois-5.5.6-r1.ebuild
index d562bf42599..d2344b6a175 100644
--- a/net-misc/whois/whois-5.5.6-r1.ebuild
+++ b/net-misc/whois/whois-5.5.6-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-08-23 Thread Sam James
commit: c96faf4d3da62e6acd55b327d3a135359dd90def
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 23 06:49:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 23 06:49:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96faf4d

net-misc/whois: Stabilize 5.5.6-r1 arm64, #738328

Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/whois-5.5.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.6-r1.ebuild 
b/net-misc/whois/whois-5.5.6-r1.ebuild
index 19a0540e01d..d562bf42599 100644
--- a/net-misc/whois/whois-5.5.6-r1.ebuild
+++ b/net-misc/whois/whois-5.5.6-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-08-21 Thread Agostino Sarubbo
commit: b797a39e98881e66c7a2a93f9be5118b7477dbfb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug 22 05:40:00 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug 22 05:40:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b797a39e

net-misc/whois: amd64 stable wrt bug #738328

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/whois/whois-5.5.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.6-r1.ebuild 
b/net-misc/whois/whois-5.5.6-r1.ebuild
index 5e239228a58..19a0540e01d 100644
--- a/net-misc/whois/whois-5.5.6-r1.ebuild
+++ b/net-misc/whois/whois-5.5.6-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-08-21 Thread Agostino Sarubbo
commit: ca25a0d90005b24ae040f25d3dd471c05ca58a89
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 21 18:20:01 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 21 18:20:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca25a0d9

net-misc/whois: arm stable wrt bug #738328

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/whois/whois-5.5.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-5.5.6-r1.ebuild 
b/net-misc/whois/whois-5.5.6-r1.ebuild
index 33c2eb43e69..5e239228a58 100644
--- a/net-misc/whois/whois-5.5.6-r1.ebuild
+++ b/net-misc/whois/whois-5.5.6-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-02-17 Thread Lars Wendler
commit: 5fc36710914a8c706bb7014649b021a262c575c9
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 10:02:53 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 10:12:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc36710

net-misc/whois: Bump to version 5.5.6

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  1 +
 net-misc/whois/whois-5.5.6.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 0d3ba278cd7..1f7de658090 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1,4 @@
 DIST whois-5.5.5.tar.gz 103424 BLAKE2B 
ef406985be6ca6fe1d73e5c23817c99aa1c111f9ec74707f96602e53e519b77585fc27feaf11baf0cfc4f1fa94fbd876fd6631ea0a4c2b3d7b4bcd99cfd2e786
 SHA512 
0fcdd5b7fbdf4123edda2af58a2fcf0a1a87c454dc6cb83c86c1d200f80659967a7d08d54d3b010c40465004aa219de2a8efcc4b41524a8aefc2e6050d868d1b
+DIST whois-5.5.6.tar.gz 103581 BLAKE2B 
7e4aebeb440b95a278a0f0d0e51dbec2003599ee9f6e6355f29a5b043ba5cbad19310058964120142d417e6a5df86bd68d03d7ac4358be488538584c2a56740f
 SHA512 
97a139a8e24b9a92c5597bc31e1b8d5d5bcab1ec4cc53f80cbdb7f2e5b7e54f36b3a8a8d90fd7b86452aad36adc0ba2015aaf936643b290c8a777f5f6cb27ef3
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
 DIST whois_5.5.3.tar.xz 85456 BLAKE2B 
fb64150ef2a3c40c7e9b7467198f1187b07d7b0a75e7f89f36a613cd9480016434a187607f93c102142f2f82cba405f5b0a7b16314f1b13aea793da6eb3b9ade
 SHA512 
cf92c17b9187da1fb5ef38d3e814cb5590fc9bcb5c8f53640428cb7680fd003ce71d8a6819279b571138da1b31042b65eb1dac5d3b220ab725d191958c4ba47b

diff --git a/net-misc/whois/whois-5.5.6.ebuild 
b/net-misc/whois/whois-5.5.6.ebuild
new file mode 100644
index 000..5c2065a97ce
--- /dev/null
+++ b/net-misc/whois/whois-5.5.6.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls"
+RESTRICT="test" #59327
+
+RDEPEND="iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+#S="${WORKDIR}/${PN}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+)
+
+src_prepare() {
+   default
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   tc-export CC
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if [[ ${USERLAND} != "GNU" ]]; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-02-17 Thread Lars Wendler
commit: 3f73ebadc547537fb8840f41fcd25b1423cfae9b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 17 10:03:28 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 17 10:12:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f73ebad

net-misc/whois: Removed old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  1 -
 net-misc/whois/whois-5.5.3.ebuild | 74 ---
 2 files changed, 75 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 1f7de658090..c5ce5b3d9d2 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,4 +1,3 @@
 DIST whois-5.5.5.tar.gz 103424 BLAKE2B 
ef406985be6ca6fe1d73e5c23817c99aa1c111f9ec74707f96602e53e519b77585fc27feaf11baf0cfc4f1fa94fbd876fd6631ea0a4c2b3d7b4bcd99cfd2e786
 SHA512 
0fcdd5b7fbdf4123edda2af58a2fcf0a1a87c454dc6cb83c86c1d200f80659967a7d08d54d3b010c40465004aa219de2a8efcc4b41524a8aefc2e6050d868d1b
 DIST whois-5.5.6.tar.gz 103581 BLAKE2B 
7e4aebeb440b95a278a0f0d0e51dbec2003599ee9f6e6355f29a5b043ba5cbad19310058964120142d417e6a5df86bd68d03d7ac4358be488538584c2a56740f
 SHA512 
97a139a8e24b9a92c5597bc31e1b8d5d5bcab1ec4cc53f80cbdb7f2e5b7e54f36b3a8a8d90fd7b86452aad36adc0ba2015aaf936643b290c8a777f5f6cb27ef3
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
-DIST whois_5.5.3.tar.xz 85456 BLAKE2B 
fb64150ef2a3c40c7e9b7467198f1187b07d7b0a75e7f89f36a613cd9480016434a187607f93c102142f2f82cba405f5b0a7b16314f1b13aea793da6eb3b9ade
 SHA512 
cf92c17b9187da1fb5ef38d3e814cb5590fc9bcb5c8f53640428cb7680fd003ce71d8a6819279b571138da1b31042b65eb1dac5d3b220ab725d191958c4ba47b

diff --git a/net-misc/whois/whois-5.5.3.ebuild 
b/net-misc/whois/whois-5.5.3.ebuild
deleted file mode 100644
index c05c758875a..000
--- a/net-misc/whois/whois-5.5.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
-else
-   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="iconv idn nls"
-RESTRICT="test" #59327
-
-RDEPEND="iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-S="${WORKDIR}/${PN}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
-)
-
-src_prepare() {
-   default
-   if use nls ; then
-   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
-   else
-   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
-
-   # don't generate po files when nls is disabled (bug #419889)
-   sed -i -e '/^all:/s/ pos//' \
-   -e '/^install:/s/ install-pos//' Makefile || die
-   fi
-}
-
-src_configure() { :; } # expected no-op
-
-src_compile() {
-   unset HAVE_ICONV HAVE_LIBIDN
-   use iconv && export HAVE_ICONV=1
-   use idn && export HAVE_LIBIDN=1
-   tc-export CC
-   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
-   insinto /etc
-   doins whois.conf
-   dodoc README debian/changelog
-
-   if [[ ${USERLAND} != "GNU" ]]; then
-   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
-   mv "${ED}"/usr/bin/{whois,mdwhois} || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-01-25 Thread Thomas Deutschmann
commit: d1fe717228e2b953044e1b24aa760b5183ec2c4e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 25 20:04:06 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 25 20:04:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fe7172

net-misc/whois: bump to v5.5.5

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/whois/Manifest   | 2 +-
 net-misc/whois/{whois-5.5.4.ebuild => whois-5.5.5.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 72d8fb8ebef..0d3ba278cd7 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1,3 @@
-DIST whois-5.5.4.tar.gz 103246 BLAKE2B 
2faf638f45d57c3f19845c37bfee061c2586121a4bb5e1f4b37c23dbe08ef0642db7cc58c14dea8ed8de91cfbfaf72d1901c19a2bd3ca19f6838e3500362
 SHA512 
f2fa92dc9490356c3584c2f9ac4e443dd4f57fbbeb0499fefc80af62665b886cb19d33ca55c5a8a0f9378588a646dfbd4dfda4da6c55681ba974b49ed93208d7
+DIST whois-5.5.5.tar.gz 103424 BLAKE2B 
ef406985be6ca6fe1d73e5c23817c99aa1c111f9ec74707f96602e53e519b77585fc27feaf11baf0cfc4f1fa94fbd876fd6631ea0a4c2b3d7b4bcd99cfd2e786
 SHA512 
0fcdd5b7fbdf4123edda2af58a2fcf0a1a87c454dc6cb83c86c1d200f80659967a7d08d54d3b010c40465004aa219de2a8efcc4b41524a8aefc2e6050d868d1b
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
 DIST whois_5.5.3.tar.xz 85456 BLAKE2B 
fb64150ef2a3c40c7e9b7467198f1187b07d7b0a75e7f89f36a613cd9480016434a187607f93c102142f2f82cba405f5b0a7b16314f1b13aea793da6eb3b9ade
 SHA512 
cf92c17b9187da1fb5ef38d3e814cb5590fc9bcb5c8f53640428cb7680fd003ce71d8a6819279b571138da1b31042b65eb1dac5d3b220ab725d191958c4ba47b

diff --git a/net-misc/whois/whois-5.5.4.ebuild 
b/net-misc/whois/whois-5.5.5.ebuild
similarity index 100%
rename from net-misc/whois/whois-5.5.4.ebuild
rename to net-misc/whois/whois-5.5.5.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-01-01 Thread Lars Wendler
commit: a8ed10c36eae5add067b45cc0c7546d50cade654
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan  1 18:26:55 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan  1 18:27:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ed10c3

net-misc/whois: Removed old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  1 -
 net-misc/whois/whois-5.5.2.ebuild | 72 ---
 2 files changed, 73 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 09c7856d37d..72d8fb8ebef 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,4 +1,3 @@
-DIST whois-5.5.2.tar.gz 103312 BLAKE2B 
a1b5c7ad0147dd5b9a63deed9433f31f46f141af88673e858f7316bd6ea72c632c9c804fc0691faabb992bf525d29e6c1e0106f98b6457933adab87d94f51a2d
 SHA512 
39cb2a8eb105096d8905d9509b86750e4850808e74d5a3640c0e57185255e2ae18b322b7cfe98f2e00ad13638e5403d93c78280b0ae2477e6e7ae8a0f0b8c234
 DIST whois-5.5.4.tar.gz 103246 BLAKE2B 
2faf638f45d57c3f19845c37bfee061c2586121a4bb5e1f4b37c23dbe08ef0642db7cc58c14dea8ed8de91cfbfaf72d1901c19a2bd3ca19f6838e3500362
 SHA512 
f2fa92dc9490356c3584c2f9ac4e443dd4f57fbbeb0499fefc80af62665b886cb19d33ca55c5a8a0f9378588a646dfbd4dfda4da6c55681ba974b49ed93208d7
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
 DIST whois_5.5.3.tar.xz 85456 BLAKE2B 
fb64150ef2a3c40c7e9b7467198f1187b07d7b0a75e7f89f36a613cd9480016434a187607f93c102142f2f82cba405f5b0a7b16314f1b13aea793da6eb3b9ade
 SHA512 
cf92c17b9187da1fb5ef38d3e814cb5590fc9bcb5c8f53640428cb7680fd003ce71d8a6819279b571138da1b31042b65eb1dac5d3b220ab725d191958c4ba47b

diff --git a/net-misc/whois/whois-5.5.2.ebuild 
b/net-misc/whois/whois-5.5.2.ebuild
deleted file mode 100644
index 8b649d81bce..000
--- a/net-misc/whois/whois-5.5.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
-else
-   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="iconv idn nls"
-RESTRICT="test" #59327
-
-RDEPEND="iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
-)
-
-src_prepare() {
-   default
-   if use nls ; then
-   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
-   else
-   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
-
-   # don't generate po files when nls is disabled (bug #419889)
-   sed -i -e '/^all:/s/ pos//' \
-   -e '/^install:/s/ install-pos//' Makefile || die
-   fi
-}
-
-src_configure() { :; } # expected no-op
-
-src_compile() {
-   unset HAVE_ICONV HAVE_LIBIDN
-   use iconv && export HAVE_ICONV=1
-   use idn && export HAVE_LIBIDN=1
-   tc-export CC
-   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
-   insinto /etc
-   doins whois.conf
-   dodoc README debian/changelog
-
-   if [[ ${USERLAND} != "GNU" ]]; then
-   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
-   mv "${ED}"/usr/bin/{whois,mdwhois} || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2020-01-01 Thread Lars Wendler
commit: 1691ecff339fdf45e5f8666006fb94381ee47943
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan  1 18:26:12 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan  1 18:27:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1691ecff

net-misc/whois: Bump to version 5.5.4

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  1 +
 net-misc/whois/whois-5.5.4.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 3c14bcfef47..09c7856d37d 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1,4 @@
 DIST whois-5.5.2.tar.gz 103312 BLAKE2B 
a1b5c7ad0147dd5b9a63deed9433f31f46f141af88673e858f7316bd6ea72c632c9c804fc0691faabb992bf525d29e6c1e0106f98b6457933adab87d94f51a2d
 SHA512 
39cb2a8eb105096d8905d9509b86750e4850808e74d5a3640c0e57185255e2ae18b322b7cfe98f2e00ad13638e5403d93c78280b0ae2477e6e7ae8a0f0b8c234
+DIST whois-5.5.4.tar.gz 103246 BLAKE2B 
2faf638f45d57c3f19845c37bfee061c2586121a4bb5e1f4b37c23dbe08ef0642db7cc58c14dea8ed8de91cfbfaf72d1901c19a2bd3ca19f6838e3500362
 SHA512 
f2fa92dc9490356c3584c2f9ac4e443dd4f57fbbeb0499fefc80af62665b886cb19d33ca55c5a8a0f9378588a646dfbd4dfda4da6c55681ba974b49ed93208d7
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
 DIST whois_5.5.3.tar.xz 85456 BLAKE2B 
fb64150ef2a3c40c7e9b7467198f1187b07d7b0a75e7f89f36a613cd9480016434a187607f93c102142f2f82cba405f5b0a7b16314f1b13aea793da6eb3b9ade
 SHA512 
cf92c17b9187da1fb5ef38d3e814cb5590fc9bcb5c8f53640428cb7680fd003ce71d8a6819279b571138da1b31042b65eb1dac5d3b220ab725d191958c4ba47b

diff --git a/net-misc/whois/whois-5.5.4.ebuild 
b/net-misc/whois/whois-5.5.4.ebuild
new file mode 100644
index 000..5c2065a97ce
--- /dev/null
+++ b/net-misc/whois/whois-5.5.4.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls"
+RESTRICT="test" #59327
+
+RDEPEND="iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+#S="${WORKDIR}/${PN}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+)
+
+src_prepare() {
+   default
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   tc-export CC
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if [[ ${USERLAND} != "GNU" ]]; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2019-11-18 Thread Lars Wendler
commit: eef3734193d90d139c3bb66e35d426169a9c45f0
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 18 09:15:29 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 18 09:21:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef37341

net-misc/whois: Bump to version 5.5.3

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  1 +
 net-misc/whois/whois-5.5.3.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 8253c7f3b72..3c14bcfef47 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,2 +1,3 @@
 DIST whois-5.5.2.tar.gz 103312 BLAKE2B 
a1b5c7ad0147dd5b9a63deed9433f31f46f141af88673e858f7316bd6ea72c632c9c804fc0691faabb992bf525d29e6c1e0106f98b6457933adab87d94f51a2d
 SHA512 
39cb2a8eb105096d8905d9509b86750e4850808e74d5a3640c0e57185255e2ae18b322b7cfe98f2e00ad13638e5403d93c78280b0ae2477e6e7ae8a0f0b8c234
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
+DIST whois_5.5.3.tar.xz 85456 BLAKE2B 
fb64150ef2a3c40c7e9b7467198f1187b07d7b0a75e7f89f36a613cd9480016434a187607f93c102142f2f82cba405f5b0a7b16314f1b13aea793da6eb3b9ade
 SHA512 
cf92c17b9187da1fb5ef38d3e814cb5590fc9bcb5c8f53640428cb7680fd003ce71d8a6819279b571138da1b31042b65eb1dac5d3b220ab725d191958c4ba47b

diff --git a/net-misc/whois/whois-5.5.3.ebuild 
b/net-misc/whois/whois-5.5.3.ebuild
new file mode 100644
index 000..c05c758875a
--- /dev/null
+++ b/net-misc/whois/whois-5.5.3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls"
+RESTRICT="test" #59327
+
+RDEPEND="iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+S="${WORKDIR}/${PN}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+)
+
+src_prepare() {
+   default
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   tc-export CC
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if [[ ${USERLAND} != "GNU" ]]; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2019-10-15 Thread Lars Wendler
commit: 39e048ad75cbd0f7eb948959b398929881792ea9
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Oct 15 14:23:36 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Oct 15 14:23:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e048ad

net-misc/whois: Removed old

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  2 --
 net-misc/whois/whois-5.5.0.ebuild | 69 -
 net-misc/whois/whois-5.5.1.ebuild | 72 ---
 3 files changed, 143 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index b1597aab6d3..8253c7f3b72 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,4 +1,2 @@
-DIST whois-5.5.1.tar.gz 103269 BLAKE2B 
c737c922b7ef5a8619e1778521da66b3507e96ed82b2fdde8fe61df22d7c40bd4494fa26b3de83e51cbeaf4811d912cbeff8de230f7bce9c0dbeb021567c2908
 SHA512 
bc32208e32f632b515792767c6c72a94cb66e7f42aed3dc5dc6ede3f5f28860cc279c5e6b1579db45b0f7dc6d55ec910b81cf1dfadb91354fb3833b1272b93fc
 DIST whois-5.5.2.tar.gz 103312 BLAKE2B 
a1b5c7ad0147dd5b9a63deed9433f31f46f141af88673e858f7316bd6ea72c632c9c804fc0691faabb992bf525d29e6c1e0106f98b6457933adab87d94f51a2d
 SHA512 
39cb2a8eb105096d8905d9509b86750e4850808e74d5a3640c0e57185255e2ae18b322b7cfe98f2e00ad13638e5403d93c78280b0ae2477e6e7ae8a0f0b8c234
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
-DIST whois_5.5.0.tar.xz 85600 BLAKE2B 
37c90324e1b7c773793e1eaff70816f90a6429ab91bafcff36dfa02ea09b4eb5e83b8cd36e1ca0bc5eb3a043f1973f4479037de38cf41a7b7ac646845697636f
 SHA512 
a26730613b8019385e48c7432bcc9871984a7035e53e56188a876e70e255a1adf23d546dfeb1706879af5c4a8f2231976fe89d2571b3d2cb6d615a7834a2d876

diff --git a/net-misc/whois/whois-5.5.0.ebuild 
b/net-misc/whois/whois-5.5.0.ebuild
deleted file mode 100644
index 8281aeeca5b..000
--- a/net-misc/whois/whois-5.5.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="iconv idn nls"
-RESTRICT="test" #59327
-
-RDEPEND="iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
-)
-
-S="${WORKDIR}/${PN}-5.4.4"
-
-src_prepare() {
-   default
-   if use nls ; then
-   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
-   else
-   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
-
-   # don't generate po files when nls is disabled (bug #419889)
-   sed -i -e '/^all:/s/ pos//' \
-   -e '/^install:/s/ install-pos//' Makefile || die
-   fi
-}
-
-src_configure() { :; } # expected no-op
-
-src_compile() {
-   unset HAVE_ICONV HAVE_LIBIDN
-   use iconv && export HAVE_ICONV=1
-   use idn && export HAVE_LIBIDN=1
-   tc-export CC
-   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
-   insinto /etc
-   doins whois.conf
-   dodoc README debian/changelog
-
-   if [[ ${USERLAND} != "GNU" ]]; then
-   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
-   mv "${ED}"/usr/bin/{whois,mdwhois} || die
-   fi
-}

diff --git a/net-misc/whois/whois-5.5.1.ebuild 
b/net-misc/whois/whois-5.5.1.ebuild
deleted file mode 100644
index 8b649d81bce..000
--- a/net-misc/whois/whois-5.5.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
-else
-   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 

[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2019-10-04 Thread Thomas Deutschmann
commit: 818d3d921a7d2b5e499302a638bbbf072710526f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Oct  5 00:32:30 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Oct  5 00:37:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818d3d92

net-misc/whois: bump to v5.5.2

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/whois/Manifest   |  1 +
 net-misc/whois/whois-5.5.2.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index f25495cdcfd..b1597aab6d3 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1,4 @@
 DIST whois-5.5.1.tar.gz 103269 BLAKE2B 
c737c922b7ef5a8619e1778521da66b3507e96ed82b2fdde8fe61df22d7c40bd4494fa26b3de83e51cbeaf4811d912cbeff8de230f7bce9c0dbeb021567c2908
 SHA512 
bc32208e32f632b515792767c6c72a94cb66e7f42aed3dc5dc6ede3f5f28860cc279c5e6b1579db45b0f7dc6d55ec910b81cf1dfadb91354fb3833b1272b93fc
+DIST whois-5.5.2.tar.gz 103312 BLAKE2B 
a1b5c7ad0147dd5b9a63deed9433f31f46f141af88673e858f7316bd6ea72c632c9c804fc0691faabb992bf525d29e6c1e0106f98b6457933adab87d94f51a2d
 SHA512 
39cb2a8eb105096d8905d9509b86750e4850808e74d5a3640c0e57185255e2ae18b322b7cfe98f2e00ad13638e5403d93c78280b0ae2477e6e7ae8a0f0b8c234
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
 DIST whois_5.5.0.tar.xz 85600 BLAKE2B 
37c90324e1b7c773793e1eaff70816f90a6429ab91bafcff36dfa02ea09b4eb5e83b8cd36e1ca0bc5eb3a043f1973f4479037de38cf41a7b7ac646845697636f
 SHA512 
a26730613b8019385e48c7432bcc9871984a7035e53e56188a876e70e255a1adf23d546dfeb1706879af5c4a8f2231976fe89d2571b3d2cb6d615a7834a2d876

diff --git a/net-misc/whois/whois-5.5.2.ebuild 
b/net-misc/whois/whois-5.5.2.ebuild
new file mode 100644
index 000..f4e5388d3fd
--- /dev/null
+++ b/net-misc/whois/whois-5.5.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls"
+RESTRICT="test" #59327
+
+RDEPEND="iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+)
+
+src_prepare() {
+   default
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   tc-export CC
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if [[ ${USERLAND} != "GNU" ]]; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2019-08-18 Thread Lars Wendler
commit: f2d7be935a4868310997c34f3fa4c7fb5909ff6a
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Aug 18 23:23:25 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Aug 18 23:23:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d7be93

net-misc/whois: Synced live ebuild

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/whois-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index fbab7732283..f4e5388d3fd 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.ebuild
@@ -12,7 +12,8 @@ if [[ "${PV}" == * ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
 else
-   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2019-08-18 Thread Lars Wendler
commit: 05eb543305eeb5c115eb90a1f4487e055e36
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Aug 18 23:22:38 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Aug 18 23:22:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05eb5433

net-misc/whois: Bump to version 5.5.1

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  1 +
 net-misc/whois/whois-5.5.1.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index da52345564e..f25495cdcfd 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,2 +1,3 @@
+DIST whois-5.5.1.tar.gz 103269 BLAKE2B 
c737c922b7ef5a8619e1778521da66b3507e96ed82b2fdde8fe61df22d7c40bd4494fa26b3de83e51cbeaf4811d912cbeff8de230f7bce9c0dbeb021567c2908
 SHA512 
bc32208e32f632b515792767c6c72a94cb66e7f42aed3dc5dc6ede3f5f28860cc279c5e6b1579db45b0f7dc6d55ec910b81cf1dfadb91354fb3833b1272b93fc
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
 DIST whois_5.5.0.tar.xz 85600 BLAKE2B 
37c90324e1b7c773793e1eaff70816f90a6429ab91bafcff36dfa02ea09b4eb5e83b8cd36e1ca0bc5eb3a043f1973f4479037de38cf41a7b7ac646845697636f
 SHA512 
a26730613b8019385e48c7432bcc9871984a7035e53e56188a876e70e255a1adf23d546dfeb1706879af5c4a8f2231976fe89d2571b3d2cb6d615a7834a2d876

diff --git a/net-misc/whois/whois-5.5.1.ebuild 
b/net-misc/whois/whois-5.5.1.ebuild
new file mode 100644
index 000..f4e5388d3fd
--- /dev/null
+++ b/net-misc/whois/whois-5.5.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois;
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git;
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls"
+RESTRICT="test" #59327
+
+RDEPEND="iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+)
+
+src_prepare() {
+   default
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   tc-export CC
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if [[ ${USERLAND} != "GNU" ]]; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2019-07-29 Thread Lars Wendler
commit: 10ed7ee6b7842d7e3be693419c5c51cf5538ab8b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul 29 11:06:37 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul 29 11:06:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ed7ee6

net-misc/whois: Removed old.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/whois/Manifest   |  1 -
 net-misc/whois/whois-5.3.2.ebuild | 65 ---
 2 files changed, 66 deletions(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 5a576acf2f2..da52345564e 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1,2 @@
-DIST whois_5.3.2.tar.xz 82984 BLAKE2B 
2e2d9ebf2e93831a1fa3e98a2f8922e531592b95175c9280358a37160a9033ee805baa6519304350399c112e619e293a2746df527ef5c580afbdde1542cbef06
 SHA512 
27d9576ee7b701778cac0dd7d4df2c4ae2d152fa5dfb3f84d7d5d592314e45872b2f3d6eca0754923ec3a0741e5365bf2238b2c0b366403c35e8a5b046e59434
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
 DIST whois_5.5.0.tar.xz 85600 BLAKE2B 
37c90324e1b7c773793e1eaff70816f90a6429ab91bafcff36dfa02ea09b4eb5e83b8cd36e1ca0bc5eb3a043f1973f4479037de38cf41a7b7ac646845697636f
 SHA512 
a26730613b8019385e48c7432bcc9871984a7035e53e56188a876e70e255a1adf23d546dfeb1706879af5c4a8f2231976fe89d2571b3d2cb6d615a7834a2d876

diff --git a/net-misc/whois/whois-5.3.2.ebuild 
b/net-misc/whois/whois-5.3.2.ebuild
deleted file mode 100644
index 6db3ffbd5bb..000
--- a/net-misc/whois/whois-5.3.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DESCRIPTION="improved Whois Client"
-HOMEPAGE="https://github.com/rfc1036/whois;
-SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="iconv idn nls"
-RESTRICT="test" #59327
-
-RDEPEND="iconv? ( virtual/libiconv )
-   idn? ( net-dns/libidn2:= )
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   >=dev-lang/perl-5
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
-   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
-)
-
-src_prepare() {
-   default
-   if use nls ; then
-   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
-   else
-   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
-
-   # don't generate po files when nls is disabled (bug #419889)
-   sed -i -e '/^all:/s/ pos//' \
-   -e '/^install:/s/ install-pos//' Makefile || die
-   fi
-}
-
-src_configure() { :; } # expected no-op
-
-src_compile() {
-   unset HAVE_ICONV HAVE_LIBIDN
-   use iconv && export HAVE_ICONV=1
-   use idn && export HAVE_LIBIDN=1
-   tc-export CC
-   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
-}
-
-src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
-   insinto /etc
-   doins whois.conf
-   dodoc README debian/changelog
-
-   if [[ ${USERLAND} != "GNU" ]]; then
-   mv "${ED%/}"/usr/share/man/man1/{whois,mdwhois}.1 || die
-   mv "${ED%/}"/usr/bin/{whois,mdwhois} || die
-   fi
-}



  1   2   >