public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2016-05-04  1:02 Austin English
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2017-08-15  9:33 Jeroen Roovers
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2021-04-17 19:20 Conrad Kostecki
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2021-04-17 19:20 Conrad Kostecki
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/
@ 2022-09-18  1:34 Sam James
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

end of thread, other threads:[~2022-09-18  1:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-04  1:02 [gentoo-commits] repo/gentoo:master commit in: net-misc/rwhoisd/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2017-08-15  9:33 Jeroen Roovers
2021-04-17 19:20 Conrad Kostecki
2021-04-17 19:20 Conrad Kostecki
2022-09-18  1:34 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox