* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2016-05-04 1:02 Austin English
0 siblings, 0 replies; 9+ messages in thread
From: Austin English @ 2016-05-04 1:02 UTC (permalink / raw
To: gentoo-commits
commit: 08fa90d8970347d8748b72ab735ad731ebf7948f
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May 4 00:37:50 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May 4 00:37:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fa90d8
net-misc/rwhoisd: remove old version
Package-Manager: portage-2.2.26
net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild | 47 ------------------------------
1 file changed, 47 deletions(-)
diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild
deleted file mode 100644
index 2deb236..0000000
--- a/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic user
-
-DESCRIPTION="ARIN rwhois daemon"
-HOMEPAGE="http://projects.arin.net/rwhois/"
-SRC_URI="http://projects.arin.net/rwhois/ftp/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- sys-devel/flex
- virtual/yacc
-"
-
-pkg_setup() {
- enewgroup rwhoisd
- enewuser rwhoisd -1 -1 /var/rwhoisd rwhoisd
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-destdir-${PV}.patch
- append-cflags -DNEW_STYLE_BIN_SORT
-}
-
-src_compile() {
- emake -C common
- emake -C regexp
- emake -C mkdb
- default
-}
-
-src_install () {
- default
- doinitd "${FILESDIR}"/rwhoisd
- newconfd "${FILESDIR}"/rwhoisd.conf rwhoisd
-}
-
-pkg_postinst () {
- einfo "Please make sure to set the userid in rwhoisd.conf to rwhoisd."
- einfo "It is highly inadvisable to run rwhoisd as root."
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2017-08-15 9:33 Jeroen Roovers
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2017-08-15 9:33 UTC (permalink / raw
To: gentoo-commits
commit: 4c8b8e4cd9324e5d9fce1d258b28886bb599356d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 09:33:33 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 09:33:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8b8e4c
net-misc/rwhoisd: Version bump.
Package-Manager: Portage-2.3.7, Repoman-2.3.3
net-misc/rwhoisd/Manifest | 1 +
net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild | 46 +++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/net-misc/rwhoisd/Manifest b/net-misc/rwhoisd/Manifest
index ed0fd3317ee..6e045f5e8ec 100644
--- a/net-misc/rwhoisd/Manifest
+++ b/net-misc/rwhoisd/Manifest
@@ -1 +1,2 @@
DIST rwhoisd-1.5.9.5.tar.gz 491600 SHA256 832da8faff58070fcc8685c67375dcced3b6bb225ffbe3542dd6052add61cf92 SHA512 d9227cd700cb14e0c83003c7a8dff43f859eba58390f4ba74b03c58fe629bcc9e8a39f2aaf7ce9b55aa4f17f43fc54fed9ba05a29bcbe1df5fc1340202d7b04c WHIRLPOOL ba6f7741462468d8f9e933c69f576c2204ede70b0315486df1885afa2a45755c32b7e4170df7792c2aa6516f51c39eb01495ba8cec453f676265817fff8cecb2
+DIST rwhoisd-1.5.9.6.tar.gz 491955 SHA256 c1768d2414bca88f10acc2e50a23288a21176416ddfe697ee4326636c0b062f7 SHA512 ab5674d9ed9f9c5fc00b2859b1336c766c546ca067ddf9d3863a0728c6d0eac11be3a9cd22dce8c25999ed8c8e5377e6da4aa1252e396d5b3c8e959794903c52 WHIRLPOOL 4933df098968598fb7e988cfc114b0048d96d3ddce460b5ed92ee321f405e30cfb3bcb93264be4623c955c454723f9c45336be75dbf36b315c88396c69b40b23
diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild
new file mode 100644
index 00000000000..e08fd625c8a
--- /dev/null
+++ b/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils flag-o-matic user
+
+DESCRIPTION="ARIN rwhois daemon"
+HOMEPAGE="http://projects.arin.net/rwhois/"
+SRC_URI="https://github.com/arineng/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ sys-devel/flex
+ virtual/yacc
+"
+S=${WORKDIR}/${P}/${PN}
+
+pkg_setup() {
+ enewgroup rwhoisd
+ enewuser rwhoisd -1 -1 /var/rwhoisd rwhoisd
+}
+
+src_compile() {
+ append-cflags -DNEW_STYLE_BIN_SORT
+
+ emake -C common
+ emake -C regexp
+ emake -C mkdb
+
+ default
+}
+
+src_install () {
+ default
+
+ doinitd "${FILESDIR}"/rwhoisd
+ newconfd "${FILESDIR}"/rwhoisd.conf rwhoisd
+}
+
+pkg_postinst () {
+ einfo "Please make sure to set the userid in rwhoisd.conf to rwhoisd."
+ einfo "It is highly inadvisable to run rwhoisd as root."
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2021-04-17 19:20 Conrad Kostecki
0 siblings, 0 replies; 9+ messages in thread
From: Conrad Kostecki @ 2021-04-17 19:20 UTC (permalink / raw
To: gentoo-commits
commit: 38a0aee62df5ce6f73f346f0f65590b891ee04b5
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 18:25:02 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 19:19:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a0aee6
net-misc/rwhoisd: drop old version
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild | 46 ---------------------------------
1 file changed, 46 deletions(-)
diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild
deleted file mode 100644
index 625e9c378ae..00000000000
--- a/net-misc/rwhoisd/rwhoisd-1.5.9.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic user
-
-DESCRIPTION="ARIN rwhois daemon"
-HOMEPAGE="http://projects.arin.net/rwhois/"
-SRC_URI="https://github.com/arineng/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- sys-devel/flex
- virtual/yacc
-"
-S=${WORKDIR}/${P}/${PN}
-
-pkg_setup() {
- enewgroup rwhoisd
- enewuser rwhoisd -1 -1 /var/rwhoisd rwhoisd
-}
-
-src_compile() {
- append-cflags -DNEW_STYLE_BIN_SORT
-
- emake -C common
- emake -C regexp
- emake -C mkdb
-
- default
-}
-
-src_install() {
- default
-
- doinitd "${FILESDIR}"/rwhoisd
- newconfd "${FILESDIR}"/rwhoisd.conf rwhoisd
-}
-
-pkg_postinst() {
- einfo "Please make sure to set the userid in rwhoisd.conf to rwhoisd."
- einfo "It is highly inadvisable to run rwhoisd as root."
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2021-04-17 19:20 Conrad Kostecki
0 siblings, 0 replies; 9+ messages in thread
From: Conrad Kostecki @ 2021-04-17 19:20 UTC (permalink / raw
To: gentoo-commits
commit: ddf9ddd2345a3b2b4cd47b2dd0208f7113316c28
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 18:24:31 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 19:19:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf9ddd2
net-misc/rwhoisd: migrate to glep 81
Closes: https://bugs.gentoo.org/781428
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-misc/rwhoisd/rwhoisd-1.5.9.6-r1.ebuild | 46 ++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6-r1.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6-r1.ebuild
new file mode 100644
index 00000000000..f76abd1d365
--- /dev/null
+++ b/net-misc/rwhoisd/rwhoisd-1.5.9.6-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="ARIN rwhois daemon"
+HOMEPAGE="http://projects.arin.net/rwhois/"
+SRC_URI="https://github.com/arineng/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P}/${PN}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ sys-devel/flex
+ virtual/yacc
+"
+RDEPEND="
+ acct-group/rwhoisd
+ acct-user/rwhoisd
+"
+
+src_compile() {
+ append-cflags -DNEW_STYLE_BIN_SORT
+
+ emake -C common
+ emake -C regexp
+ emake -C mkdb
+
+ default
+}
+
+src_install() {
+ default
+
+ doinitd "${FILESDIR}"/rwhoisd
+ newconfd "${FILESDIR}"/rwhoisd.conf rwhoisd
+}
+
+pkg_postinst() {
+ einfo "Please make sure to set the userid in rwhoisd.conf to rwhoisd."
+ einfo "It is highly inadvisable to run rwhoisd as root."
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2022-09-18 1:34 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-09-18 1:34 UTC (permalink / raw
To: gentoo-commits
commit: 12a3d1e50d4feb174f5f6343931059a4c90a72ed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 01:21:31 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 01:26:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a3d1e5
net-misc/rwhoisd: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rwhoisd/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-misc/rwhoisd/metadata.xml b/net-misc/rwhoisd/metadata.xml
index 115e9d64a669..8a42089e3b73 100644
--- a/net-misc/rwhoisd/metadata.xml
+++ b/net-misc/rwhoisd/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">arineng/rwhoisd</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2024-11-06 14:29 Petr Vaněk
0 siblings, 0 replies; 9+ messages in thread
From: Petr Vaněk @ 2024-11-06 14:29 UTC (permalink / raw
To: gentoo-commits
commit: 86c5960805a1163534c3f85cafe392f231e64b4b
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 6 14:26:58 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Nov 6 14:29:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c59608
net-misc/rwhoisd: drop 1.5.9.6-r2
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild | 48 ------------------------------
1 file changed, 48 deletions(-)
diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild
deleted file mode 100644
index 1a2f4ab1ba55..000000000000
--- a/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="ARIN rwhois daemon"
-HOMEPAGE="http://projects.arin.net/rwhois/"
-SRC_URI="https://github.com/arineng/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${P}/${PN}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="virtual/libcrypt:="
-RDEPEND="
- ${DEPEND}
- acct-group/rwhoisd
- acct-user/rwhoisd
-"
-BDEPEND="
- app-alternatives/lex
- app-alternatives/yacc
-"
-
-src_compile() {
- append-cflags -DNEW_STYLE_BIN_SORT
-
- emake -C common
- emake -C regexp
- emake -C mkdb
-
- default
-}
-
-src_install() {
- default
-
- doinitd "${FILESDIR}"/rwhoisd
- newconfd "${FILESDIR}"/rwhoisd.conf rwhoisd
-}
-
-pkg_postinst() {
- einfo "Please make sure to set the userid in rwhoisd.conf to rwhoisd."
- einfo "It is highly inadvisable to run rwhoisd as root."
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2024-11-06 14:29 Petr Vaněk
0 siblings, 0 replies; 9+ messages in thread
From: Petr Vaněk @ 2024-11-06 14:29 UTC (permalink / raw
To: gentoo-commits
commit: 8031a67099d62092131950cbe3daf2118f963d4d
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 5 16:17:34 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Nov 6 14:29:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8031a670
net-misc/rwhoisd: add 1.5.9.6_p1
Use sys-apps/tcp-wrappers rather than bundled version, otherwise rwhoisd
can automagically depend on it. This also resolves the bug 740790, where
exported STRINGS variable was polluting CFLAGS, similarly to bug 728348.
The original patches are bundled to an archive, which additionally
contains:
- a fix with corrected signal handlers declarations, bug 924504.
- corrected dependencies in main Makefile, bug 927273
- obosolete glibc check removal from configure.ac, bug 715310
- replacement of remaings direct ar calls
Closes: https://bugs.gentoo.org/715310
Closes: https://bugs.gentoo.org/740790
Closes: https://bugs.gentoo.org/924504
Closes: https://bugs.gentoo.org/927273
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-misc/rwhoisd/Manifest | 1 +
net-misc/rwhoisd/rwhoisd-1.5.9.6_p1.ebuild | 61 ++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/net-misc/rwhoisd/Manifest b/net-misc/rwhoisd/Manifest
index 330991fe45d4..23d6cb19e145 100644
--- a/net-misc/rwhoisd/Manifest
+++ b/net-misc/rwhoisd/Manifest
@@ -1,2 +1,3 @@
DIST rwhoisd-1.5.9.6-fix-build-for-clang16.patch.xz 71604 BLAKE2B f528fdf51203210a9c3c268569f3b84d668e45a000d76bd52e3b4eb3f9ad0f317aeb46e26475ca4c79b768232be9116f2ae13feac4e888d40b8359a72c3cb30c SHA512 ed82d09f6ceecaa607b800906780d68e276d26eba480da1a0d7d4867fcf692a9cf6eca90b16066b2065a749f9a07b47bb55bd45a8976058fd63bc25a9040324e
+DIST rwhoisd-1.5.9.6-patches-1.tar.xz 75832 BLAKE2B 84834699a7565ce6c7c1d11f7c12e01b5e6054335ef21fed8a74fa68d43cf256789903e424350678eaa632c35be08d486a2a1e7f44b02b9956347ba4cd594579 SHA512 f576ebc46d5f03edd8197f676e53f454754661154ab000cd4a94fff6ca6f455fe4967219c6f59f3c90cc847883d3831ef3d9dc16425e316cdba5b138f6bda922
DIST rwhoisd-1.5.9.6.tar.gz 491955 BLAKE2B 97587fc6a728cde58bc5049a9bf27ec1673ce7beb751aa0de7c787d08185b597e16a4920e89fa5aaabc6e7e1b5dfecedc50aaf55cbdbe7f85a43d6a125848cb9 SHA512 ab5674d9ed9f9c5fc00b2859b1336c766c546ca067ddf9d3863a0728c6d0eac11be3a9cd22dce8c25999ed8c8e5377e6da4aa1252e396d5b3c8e959794903c52
diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6_p1.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6_p1.ebuild
new file mode 100644
index 000000000000..132a542b12ec
--- /dev/null
+++ b/net-misc/rwhoisd/rwhoisd-1.5.9.6_p1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic
+
+MY_PV="${PV%%_p*}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="ARIN rwhois daemon"
+HOMEPAGE="https://projects.arin.net/rwhois/"
+SRC_URI="
+ https://github.com/arineng/${PN}/archive/${MY_PV}.tar.gz
+ -> ${MY_P}.tar.gz
+ https://dev.gentoo.org/~arkamar/distfiles/${MY_P}-patches-${PV##*_p}.tar.xz
+"
+S="${WORKDIR}/${MY_P}/${PN}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ sys-apps/tcp-wrappers
+ virtual/libcrypt:=
+"
+RDEPEND="
+ ${DEPEND}
+ acct-group/rwhoisd
+ acct-user/rwhoisd
+"
+BDEPEND="
+ app-alternatives/lex
+ app-alternatives/yacc
+"
+
+PATCHES=( "${WORKDIR}"/patches )
+
+src_prepare() {
+ default
+ eautoreconf #893906
+}
+
+src_compile() {
+ append-cflags -DNEW_STYLE_BIN_SORT -std=gnu89
+
+ default
+}
+
+src_install() {
+ default
+
+ doinitd "${FILESDIR}"/rwhoisd
+ newconfd "${FILESDIR}"/rwhoisd.conf rwhoisd
+}
+
+pkg_postinst() {
+ einfo "Please make sure to set the userid in rwhoisd.conf to rwhoisd."
+ einfo "It is highly inadvisable to run rwhoisd as root."
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2024-11-20 8:44 Petr Vaněk
0 siblings, 0 replies; 9+ messages in thread
From: Petr Vaněk @ 2024-11-20 8:44 UTC (permalink / raw
To: gentoo-commits
commit: 687228929c29d0f37ae933fdf0dee7c689ba584e
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 08:38:34 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 08:43:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68722892
net-misc/rwhoisd: add 1.5.9.6_p2
Closes: https://bugs.gentoo.org/943795
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-misc/rwhoisd/Manifest | 1 +
net-misc/rwhoisd/rwhoisd-1.5.9.6_p2.ebuild | 61 ++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/net-misc/rwhoisd/Manifest b/net-misc/rwhoisd/Manifest
index 23d6cb19e145..809ea9f297a6 100644
--- a/net-misc/rwhoisd/Manifest
+++ b/net-misc/rwhoisd/Manifest
@@ -1,3 +1,4 @@
DIST rwhoisd-1.5.9.6-fix-build-for-clang16.patch.xz 71604 BLAKE2B f528fdf51203210a9c3c268569f3b84d668e45a000d76bd52e3b4eb3f9ad0f317aeb46e26475ca4c79b768232be9116f2ae13feac4e888d40b8359a72c3cb30c SHA512 ed82d09f6ceecaa607b800906780d68e276d26eba480da1a0d7d4867fcf692a9cf6eca90b16066b2065a749f9a07b47bb55bd45a8976058fd63bc25a9040324e
DIST rwhoisd-1.5.9.6-patches-1.tar.xz 75832 BLAKE2B 84834699a7565ce6c7c1d11f7c12e01b5e6054335ef21fed8a74fa68d43cf256789903e424350678eaa632c35be08d486a2a1e7f44b02b9956347ba4cd594579 SHA512 f576ebc46d5f03edd8197f676e53f454754661154ab000cd4a94fff6ca6f455fe4967219c6f59f3c90cc847883d3831ef3d9dc16425e316cdba5b138f6bda922
+DIST rwhoisd-1.5.9.6-patches-2.tar.xz 80256 BLAKE2B 787f24519c1555d67fc35f49517283b518b05b55446ca547ae330aee777f3fe9bcdc0d737309cabbeaa05368348fe5c79ddc557d11af2ee3121db777758ac119 SHA512 00bde4adc215edd88afc17b1953856450a217bfcc75978c6245c7083ede81c164980e30831432314edcf4afcfa5c8c459d0ecc2915a68372837fdaf2d9bdc36a
DIST rwhoisd-1.5.9.6.tar.gz 491955 BLAKE2B 97587fc6a728cde58bc5049a9bf27ec1673ce7beb751aa0de7c787d08185b597e16a4920e89fa5aaabc6e7e1b5dfecedc50aaf55cbdbe7f85a43d6a125848cb9 SHA512 ab5674d9ed9f9c5fc00b2859b1336c766c546ca067ddf9d3863a0728c6d0eac11be3a9cd22dce8c25999ed8c8e5377e6da4aa1252e396d5b3c8e959794903c52
diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6_p2.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6_p2.ebuild
new file mode 100644
index 000000000000..132a542b12ec
--- /dev/null
+++ b/net-misc/rwhoisd/rwhoisd-1.5.9.6_p2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic
+
+MY_PV="${PV%%_p*}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="ARIN rwhois daemon"
+HOMEPAGE="https://projects.arin.net/rwhois/"
+SRC_URI="
+ https://github.com/arineng/${PN}/archive/${MY_PV}.tar.gz
+ -> ${MY_P}.tar.gz
+ https://dev.gentoo.org/~arkamar/distfiles/${MY_P}-patches-${PV##*_p}.tar.xz
+"
+S="${WORKDIR}/${MY_P}/${PN}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ sys-apps/tcp-wrappers
+ virtual/libcrypt:=
+"
+RDEPEND="
+ ${DEPEND}
+ acct-group/rwhoisd
+ acct-user/rwhoisd
+"
+BDEPEND="
+ app-alternatives/lex
+ app-alternatives/yacc
+"
+
+PATCHES=( "${WORKDIR}"/patches )
+
+src_prepare() {
+ default
+ eautoreconf #893906
+}
+
+src_compile() {
+ append-cflags -DNEW_STYLE_BIN_SORT -std=gnu89
+
+ default
+}
+
+src_install() {
+ default
+
+ doinitd "${FILESDIR}"/rwhoisd
+ newconfd "${FILESDIR}"/rwhoisd.conf rwhoisd
+}
+
+pkg_postinst() {
+ einfo "Please make sure to set the userid in rwhoisd.conf to rwhoisd."
+ einfo "It is highly inadvisable to run rwhoisd as root."
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2024-12-24 13:26 Petr Vaněk
0 siblings, 0 replies; 9+ messages in thread
From: Petr Vaněk @ 2024-12-24 13:26 UTC (permalink / raw
To: gentoo-commits
commit: e06c90fcaa7d9ee548c7f9b7944d1793db188316
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 13:16:30 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 13:16:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06c90fc
net-misc/rwhoisd: drop 1.5.9.6_p1
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-misc/rwhoisd/Manifest | 1 -
net-misc/rwhoisd/rwhoisd-1.5.9.6_p1.ebuild | 61 ------------------------------
2 files changed, 62 deletions(-)
diff --git a/net-misc/rwhoisd/Manifest b/net-misc/rwhoisd/Manifest
index 44ca5f17a8fb..44a36b103c62 100644
--- a/net-misc/rwhoisd/Manifest
+++ b/net-misc/rwhoisd/Manifest
@@ -1,3 +1,2 @@
-DIST rwhoisd-1.5.9.6-patches-1.tar.xz 75832 BLAKE2B 84834699a7565ce6c7c1d11f7c12e01b5e6054335ef21fed8a74fa68d43cf256789903e424350678eaa632c35be08d486a2a1e7f44b02b9956347ba4cd594579 SHA512 f576ebc46d5f03edd8197f676e53f454754661154ab000cd4a94fff6ca6f455fe4967219c6f59f3c90cc847883d3831ef3d9dc16425e316cdba5b138f6bda922
DIST rwhoisd-1.5.9.6-patches-2.tar.xz 80256 BLAKE2B 787f24519c1555d67fc35f49517283b518b05b55446ca547ae330aee777f3fe9bcdc0d737309cabbeaa05368348fe5c79ddc557d11af2ee3121db777758ac119 SHA512 00bde4adc215edd88afc17b1953856450a217bfcc75978c6245c7083ede81c164980e30831432314edcf4afcfa5c8c459d0ecc2915a68372837fdaf2d9bdc36a
DIST rwhoisd-1.5.9.6.tar.gz 491955 BLAKE2B 97587fc6a728cde58bc5049a9bf27ec1673ce7beb751aa0de7c787d08185b597e16a4920e89fa5aaabc6e7e1b5dfecedc50aaf55cbdbe7f85a43d6a125848cb9 SHA512 ab5674d9ed9f9c5fc00b2859b1336c766c546ca067ddf9d3863a0728c6d0eac11be3a9cd22dce8c25999ed8c8e5377e6da4aa1252e396d5b3c8e959794903c52
diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6_p1.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6_p1.ebuild
deleted file mode 100644
index 132a542b12ec..000000000000
--- a/net-misc/rwhoisd/rwhoisd-1.5.9.6_p1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic
-
-MY_PV="${PV%%_p*}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="ARIN rwhois daemon"
-HOMEPAGE="https://projects.arin.net/rwhois/"
-SRC_URI="
- https://github.com/arineng/${PN}/archive/${MY_PV}.tar.gz
- -> ${MY_P}.tar.gz
- https://dev.gentoo.org/~arkamar/distfiles/${MY_P}-patches-${PV##*_p}.tar.xz
-"
-S="${WORKDIR}/${MY_P}/${PN}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- sys-apps/tcp-wrappers
- virtual/libcrypt:=
-"
-RDEPEND="
- ${DEPEND}
- acct-group/rwhoisd
- acct-user/rwhoisd
-"
-BDEPEND="
- app-alternatives/lex
- app-alternatives/yacc
-"
-
-PATCHES=( "${WORKDIR}"/patches )
-
-src_prepare() {
- default
- eautoreconf #893906
-}
-
-src_compile() {
- append-cflags -DNEW_STYLE_BIN_SORT -std=gnu89
-
- default
-}
-
-src_install() {
- default
-
- doinitd "${FILESDIR}"/rwhoisd
- newconfd "${FILESDIR}"/rwhoisd.conf rwhoisd
-}
-
-pkg_postinst() {
- einfo "Please make sure to set the userid in rwhoisd.conf to rwhoisd."
- einfo "It is highly inadvisable to run rwhoisd as root."
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-12-24 13:26 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-24 13:26 [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/ Petr Vaněk
-- strict thread matches above, loose matches on Subject: below --
2024-11-20 8:44 Petr Vaněk
2024-11-06 14:29 Petr Vaněk
2024-11-06 14:29 Petr Vaněk
2022-09-18 1:34 Sam James
2021-04-17 19:20 Conrad Kostecki
2021-04-17 19:20 Conrad Kostecki
2017-08-15 9:33 Jeroen Roovers
2016-05-04 1:02 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox