public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rinetd/
@ 2016-05-04  1:02 Austin English
  0 siblings, 0 replies; 8+ messages in thread
From: Austin English @ 2016-05-04  1:02 UTC (permalink / raw
  To: gentoo-commits

commit:     4e978b278373c3214adbc77a30f2aadf495121a1
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 00:34:48 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May  4 00:34:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e978b27

net-misc/rinetd: remove old version

Package-Manager: portage-2.2.26

 net-misc/rinetd/rinetd-0.62-r1.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/net-misc/rinetd/rinetd-0.62-r1.ebuild b/net-misc/rinetd/rinetd-0.62-r1.ebuild
deleted file mode 100644
index 9110077..0000000
--- a/net-misc/rinetd/rinetd-0.62-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit toolchain-funcs
-
-DESCRIPTION="redirects TCP connections from one IP address and port to another"
-HOMEPAGE="http://www.boutell.com/rinetd/"
-SRC_URI="http://www.boutell.com/rinetd/http/rinetd.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-	sed -i -e "s:gcc:$(tc-getCC) \$(CFLAGS) \$(LDFLAGS):" Makefile
-}
-
-src_compile() {
-	emake CFLAGS="${CFLAGS} -DLINUX" LDFLAGS="${LDFLAGS}" || die
-}
-
-src_install() {
-	dosbin rinetd || die
-	newinitd "${FILESDIR}"/rinetd.rc rinetd
-	doman rinetd.8
-	dodoc CHANGES README
-	dohtml index.html
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/rinetd/
@ 2019-08-15 15:44 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2019-08-15 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     8b9d32e43961c5c9e836ff54a098e138e9055851
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 15:33:57 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 15:44:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9d32e4

net-misc/rinetd: Version the distfile

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-misc/rinetd/Manifest              | 2 +-
 net-misc/rinetd/rinetd-0.62-r2.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/rinetd/Manifest b/net-misc/rinetd/Manifest
index 5aa960ca6b5..28de4a7f75d 100644
--- a/net-misc/rinetd/Manifest
+++ b/net-misc/rinetd/Manifest
@@ -1 +1 @@
-DIST rinetd.tar.gz 115541 BLAKE2B 11a6db6955181ba6c823c3b8d9697e4efac10962364b4e993e9057b3500b09161826d325ac0dc3f6756c5cc91b29885c493ba5f053dffd28da97ecae25d2346f SHA512 b6ddb496b4542ad46aacaef4b2241b16b9ee43f2f6761a18a4813d83a0a9db23fbd73a554393dcf01ae7350e8b6662571414ca6f93a949ce4effbbeddc198606
+DIST rinetd-0.62.tar.gz 115541 BLAKE2B 11a6db6955181ba6c823c3b8d9697e4efac10962364b4e993e9057b3500b09161826d325ac0dc3f6756c5cc91b29885c493ba5f053dffd28da97ecae25d2346f SHA512 b6ddb496b4542ad46aacaef4b2241b16b9ee43f2f6761a18a4813d83a0a9db23fbd73a554393dcf01ae7350e8b6662571414ca6f93a949ce4effbbeddc198606

diff --git a/net-misc/rinetd/rinetd-0.62-r2.ebuild b/net-misc/rinetd/rinetd-0.62-r2.ebuild
index 7a1cac34122..527f67d7834 100644
--- a/net-misc/rinetd/rinetd-0.62-r2.ebuild
+++ b/net-misc/rinetd/rinetd-0.62-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="redirects TCP connections from one IP address and port to another"
 HOMEPAGE="http://www.boutell.com/rinetd/"
-SRC_URI="http://www.boutell.com/rinetd/http/rinetd.tar.gz"
+SRC_URI="http://www.boutell.com/rinetd/http/rinetd.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/rinetd/
@ 2022-10-07  6:33 Ionen Wolkens
  0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2022-10-07  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c396b61cbc93c78290a0bbd6ec6cc788b2e5f79d
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 06:17:36 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 06:33:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c396b61c

net-misc/rinetd: EAPI6->8, remove dead urls, fix license

wrt sed, removing lets implicit rules do their thing and
no need to insert variables

also move html file in html/

technically license still need GPL-2 due to init script

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-misc/rinetd/rinetd-0.62-r2.ebuild | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

diff --git a/net-misc/rinetd/rinetd-0.62-r2.ebuild b/net-misc/rinetd/rinetd-0.62-r2.ebuild
index 527f67d7834f..d1db674c0bc7 100644
--- a/net-misc/rinetd/rinetd-0.62-r2.ebuild
+++ b/net-misc/rinetd/rinetd-0.62-r2.ebuild
@@ -1,33 +1,38 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=8
 
 inherit toolchain-funcs
 
 DESCRIPTION="redirects TCP connections from one IP address and port to another"
-HOMEPAGE="http://www.boutell.com/rinetd/"
-SRC_URI="http://www.boutell.com/rinetd/http/rinetd.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+ GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
 
 src_prepare() {
 	default
-	sed -i -e "s:gcc:$(tc-getCC) \$(CFLAGS) \$(LDFLAGS):" Makefile
+
+	sed -i '/gcc rinetd/d' Makefile || die
 }
 
 src_compile() {
-	emake CFLAGS="${CFLAGS} -DLINUX" LDFLAGS="${LDFLAGS}"
+	tc-export CC
+
+	emake CFLAGS="${CFLAGS} -DLINUX"
 }
 
 src_install() {
 	dosbin rinetd
-	newinitd "${FILESDIR}"/rinetd.rc rinetd
 	doman rinetd.8
-	dodoc CHANGES README index.html
+	einstalldocs
+
+	docinto html
+	dodoc index.html
+
+	newinitd "${FILESDIR}"/rinetd.rc rinetd
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/rinetd/
@ 2022-10-11  8:56 Ionen Wolkens
  0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2022-10-11  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     208a6db72d0634677effcc47ae4d96f0deee8991
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 08:25:12 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 08:56:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208a6db7

net-misc/rinetd: pass -std=gnu89

Does not build with `clang -std=c2x`, early workaround for
when this will become a default.

(not actively hunting for these, merely revisiting packages
previously looked at for clang16 even if not an issue "yet").

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

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

diff --git a/net-misc/rinetd/rinetd-0.62-r3.ebuild b/net-misc/rinetd/rinetd-0.62-r3.ebuild
index b6df56b6242f..44266b98726e 100644
--- a/net-misc/rinetd/rinetd-0.62-r3.ebuild
+++ b/net-misc/rinetd/rinetd-0.62-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="redirects TCP connections from one IP address and port to another"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
@@ -26,6 +26,7 @@ src_prepare() {
 
 src_compile() {
 	tc-export CC
+	append-cflags -std=gnu89 # old codebase, incompatible with c2x
 
 	emake CFLAGS="${CFLAGS} -DLINUX"
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/rinetd/
@ 2022-10-21 12:48 Ionen Wolkens
  0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2022-10-21 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     aa8edfc113b477d05f87e26a9f73c8a745364071
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 12:37:39 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 12:47:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8edfc1

net-misc/rinetd: drop c2x workaround

Changed the way test for this, and upon closer look
this one wasn't needed.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-misc/rinetd/rinetd-0.62-r3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-misc/rinetd/rinetd-0.62-r3.ebuild b/net-misc/rinetd/rinetd-0.62-r3.ebuild
index 44266b98726e..b6df56b6242f 100644
--- a/net-misc/rinetd/rinetd-0.62-r3.ebuild
+++ b/net-misc/rinetd/rinetd-0.62-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit flag-o-matic toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="redirects TCP connections from one IP address and port to another"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
@@ -26,7 +26,6 @@ src_prepare() {
 
 src_compile() {
 	tc-export CC
-	append-cflags -std=gnu89 # old codebase, incompatible with c2x
 
 	emake CFLAGS="${CFLAGS} -DLINUX"
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/rinetd/
@ 2022-12-30 10:14 Viorel Munteanu
  0 siblings, 0 replies; 8+ messages in thread
From: Viorel Munteanu @ 2022-12-30 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     48f5d6b40547f19a9541bdc8161ff857fff4f5b0
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 10:12:58 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 10:12:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f5d6b4

net-misc/rinetd: add 0.73

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 net-misc/rinetd/Manifest           |  1 +
 net-misc/rinetd/metadata.xml       |  8 +++++++-
 net-misc/rinetd/rinetd-0.73.ebuild | 18 ++++++++++++++++++
 3 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/net-misc/rinetd/Manifest b/net-misc/rinetd/Manifest
index 28de4a7f75d5..f4c5ff624624 100644
--- a/net-misc/rinetd/Manifest
+++ b/net-misc/rinetd/Manifest
@@ -1 +1,2 @@
 DIST rinetd-0.62.tar.gz 115541 BLAKE2B 11a6db6955181ba6c823c3b8d9697e4efac10962364b4e993e9057b3500b09161826d325ac0dc3f6756c5cc91b29885c493ba5f053dffd28da97ecae25d2346f SHA512 b6ddb496b4542ad46aacaef4b2241b16b9ee43f2f6761a18a4813d83a0a9db23fbd73a554393dcf01ae7350e8b6662571414ca6f93a949ce4effbbeddc198606
+DIST rinetd-0.73.tar.bz2 115343 BLAKE2B c85ff0b65d28095a554b53bc7a1b162cbbdb8eabd1c3d1bd8475c64a5b9dd7ec576036e2318d3a8125ac52af323f8238bb4a3e05fe37d1d9ad87e4d6d6fbcb3b SHA512 e5d1c7e5826a75c520453032f6e4651700860505dfced625698fc036249b9f585a894e1fee905321878b2d2a265c843f5a746090311929518594263b33b64ed8

diff --git a/net-misc/rinetd/metadata.xml b/net-misc/rinetd/metadata.xml
index 85e4ed814fa2..381cfd02c871 100644
--- a/net-misc/rinetd/metadata.xml
+++ b/net-misc/rinetd/metadata.xml
@@ -1,5 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>ceamac@gentoo.org</email>
+		<name>Viorel Munteanu</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">samhocevar/rinetd</remote-id>
+	</upstream>
 </pkgmetadata>

diff --git a/net-misc/rinetd/rinetd-0.73.ebuild b/net-misc/rinetd/rinetd-0.73.ebuild
new file mode 100644
index 000000000000..c81de62b5c30
--- /dev/null
+++ b/net-misc/rinetd/rinetd-0.73.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="redirects TCP connections from one IP address and port to another"
+HOMEPAGE="https://github.com/samhocevar/rinetd"
+SRC_URI="https://github.com/samhocevar/rinetd/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2+ GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+	default
+
+	newinitd "${FILESDIR}"/rinetd.rc rinetd
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/rinetd/
@ 2023-01-30 12:58 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-01-30 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     a04799a0165b07fd82ba9b2872b54dd3109b523b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 12:57:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 12:57:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04799a0

net-misc/rinetd: Stabilize 0.73 x86, #892585

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/net-misc/rinetd/rinetd-0.73.ebuild b/net-misc/rinetd/rinetd-0.73.ebuild
index 46ddb58a754d..53c8720abac3 100644
--- a/net-misc/rinetd/rinetd-0.73.ebuild
+++ b/net-misc/rinetd/rinetd-0.73.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/samhocevar/rinetd/releases/download/v${PV}/${P}.tar.
 
 LICENSE="GPL-2+ GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_install() {
 	default


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/rinetd/
@ 2023-01-30 12:58 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-01-30 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     f56aa024c14922c9ed9c3ddcc88f0df8b6307fd0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 12:57:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 12:57:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56aa024

net-misc/rinetd: Stabilize 0.73 amd64, #892585

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/net-misc/rinetd/rinetd-0.73.ebuild b/net-misc/rinetd/rinetd-0.73.ebuild
index c81de62b5c30..46ddb58a754d 100644
--- a/net-misc/rinetd/rinetd-0.73.ebuild
+++ b/net-misc/rinetd/rinetd-0.73.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
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/samhocevar/rinetd/releases/download/v${PV}/${P}.tar.
 
 LICENSE="GPL-2+ GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_install() {
 	default


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-01-30 12:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-30 10:14 [gentoo-commits] repo/gentoo:master commit in: net-misc/rinetd/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2023-01-30 12:58 Sam James
2023-01-30 12:58 Sam James
2022-10-21 12:48 Ionen Wolkens
2022-10-11  8:56 Ionen Wolkens
2022-10-07  6:33 Ionen Wolkens
2019-08-15 15:44 Michał Górny
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