public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/clatd/
@ 2025-06-22 22:55 Lucio Sauer
  2025-06-22 23:06 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
  0 siblings, 1 reply; 3+ messages in thread
From: Lucio Sauer @ 2025-06-22 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     76f23ea3382c54824128c6c67781121fe48ec6a4
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jun 22 21:45:29 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Jun 22 22:54:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76f23ea3

net-misc/clatd: add ${EPREFIX} support

* This fixes the runtime behavior of clatd on prefix systems, so let's
  revbump the version, that's been merged to master already.

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 net-misc/clatd/{clatd-1.6.ebuild => clatd-1.6-r1.ebuild} | 7 ++++++-
 net-misc/clatd/clatd-2.1.0.ebuild                        | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/net-misc/clatd/clatd-1.6.ebuild b/net-misc/clatd/clatd-1.6-r1.ebuild
similarity index 90%
rename from net-misc/clatd/clatd-1.6.ebuild
rename to net-misc/clatd/clatd-1.6-r1.ebuild
index 8787d907e5..98f2aea63c 100644
--- a/net-misc/clatd/clatd-1.6.ebuild
+++ b/net-misc/clatd/clatd-1.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit systemd
+inherit prefix systemd
 
 DESCRIPTION="A CLAT / SIIT-DC Edge Relay implementation for Linux"
 HOMEPAGE="https://github.com/toreanderson/clatd"
@@ -25,6 +25,11 @@ RDEPEND="
 "
 BEPEND="${COMMON_DEPEND}"
 
+src_prepare() {
+	hprefixify scripts/clatd.systemd clatd
+	default
+}
+
 src_compile() {
 	pod2man --name clatd --center "clatd - a CLAT implementation for Linux" \
 	--section 8 README.pod > clatd.8 || die

diff --git a/net-misc/clatd/clatd-2.1.0.ebuild b/net-misc/clatd/clatd-2.1.0.ebuild
index ea8e969ebb..7e9faf9870 100644
--- a/net-misc/clatd/clatd-2.1.0.ebuild
+++ b/net-misc/clatd/clatd-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit systemd
+inherit prefix systemd
 
 DESCRIPTION="A CLAT / SIIT-DC Edge Relay implementation for Linux"
 HOMEPAGE="https://github.com/toreanderson/clatd"
@@ -25,6 +25,11 @@ RDEPEND="
 "
 BEPEND="${COMMON_DEPEND}"
 
+src_prepare() {
+	hprefixify scripts/clatd.systemd clatd
+	default
+}
+
 src_compile() {
 	pod2man --name clatd --center "clatd - a CLAT implementation for Linux" \
 	--section 8 README.pod > clatd.8 || die


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

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/clatd/
  2025-06-22 22:55 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/clatd/ Lucio Sauer
@ 2025-06-22 23:06 ` Lucio Sauer
  0 siblings, 0 replies; 3+ messages in thread
From: Lucio Sauer @ 2025-06-22 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     76f23ea3382c54824128c6c67781121fe48ec6a4
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jun 22 21:45:29 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Jun 22 22:54:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76f23ea3

net-misc/clatd: add ${EPREFIX} support

* This fixes the runtime behavior of clatd on prefix systems, so let's
  revbump the version, that's been merged to master already.

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 net-misc/clatd/{clatd-1.6.ebuild => clatd-1.6-r1.ebuild} | 7 ++++++-
 net-misc/clatd/clatd-2.1.0.ebuild                        | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/net-misc/clatd/clatd-1.6.ebuild b/net-misc/clatd/clatd-1.6-r1.ebuild
similarity index 90%
rename from net-misc/clatd/clatd-1.6.ebuild
rename to net-misc/clatd/clatd-1.6-r1.ebuild
index 8787d907e5..98f2aea63c 100644
--- a/net-misc/clatd/clatd-1.6.ebuild
+++ b/net-misc/clatd/clatd-1.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit systemd
+inherit prefix systemd
 
 DESCRIPTION="A CLAT / SIIT-DC Edge Relay implementation for Linux"
 HOMEPAGE="https://github.com/toreanderson/clatd"
@@ -25,6 +25,11 @@ RDEPEND="
 "
 BEPEND="${COMMON_DEPEND}"
 
+src_prepare() {
+	hprefixify scripts/clatd.systemd clatd
+	default
+}
+
 src_compile() {
 	pod2man --name clatd --center "clatd - a CLAT implementation for Linux" \
 	--section 8 README.pod > clatd.8 || die

diff --git a/net-misc/clatd/clatd-2.1.0.ebuild b/net-misc/clatd/clatd-2.1.0.ebuild
index ea8e969ebb..7e9faf9870 100644
--- a/net-misc/clatd/clatd-2.1.0.ebuild
+++ b/net-misc/clatd/clatd-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit systemd
+inherit prefix systemd
 
 DESCRIPTION="A CLAT / SIIT-DC Edge Relay implementation for Linux"
 HOMEPAGE="https://github.com/toreanderson/clatd"
@@ -25,6 +25,11 @@ RDEPEND="
 "
 BEPEND="${COMMON_DEPEND}"
 
+src_prepare() {
+	hprefixify scripts/clatd.systemd clatd
+	default
+}
+
 src_compile() {
 	pod2man --name clatd --center "clatd - a CLAT implementation for Linux" \
 	--section 8 README.pod > clatd.8 || die


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

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/clatd/
  2025-06-22 22:55 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
@ 2025-06-22 23:06 ` Lucio Sauer
  0 siblings, 0 replies; 3+ messages in thread
From: Lucio Sauer @ 2025-06-22 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5675155f94a3be59d7dc53791275b44f24115346
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jun 22 21:42:50 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Jun 22 22:54:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5675155f

net-misc/clatd: add dev-lang/perl to BDEPEND

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 net-misc/clatd/clatd-1.6.ebuild   | 11 +++++++----
 net-misc/clatd/clatd-2.1.0.ebuild |  9 ++++++---
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/net-misc/clatd/clatd-1.6.ebuild b/net-misc/clatd/clatd-1.6.ebuild
index 5afaab8b17..8787d907e5 100644
--- a/net-misc/clatd/clatd-1.6.ebuild
+++ b/net-misc/clatd/clatd-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,8 +13,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
+COMMON_DEPEND="dev-lang/perl"
+RDEPEND="
+	${COMMON_DEPEND}
 	dev-perl/Net-IP
 	dev-perl/Net-DNS
 	virtual/perl-IO-Socket-IP
@@ -22,9 +23,11 @@ RDEPEND="${DEPEND}
 	net-firewall/iptables
 	net-proxy/tayga
 "
+BEPEND="${COMMON_DEPEND}"
 
 src_compile() {
-	pod2man --name clatd --center "clatd - a CLAT implementation for Linux" --section 8 README.pod > clatd.8
+	pod2man --name clatd --center "clatd - a CLAT implementation for Linux" \
+	--section 8 README.pod > clatd.8 || die
 }
 
 src_install() {

diff --git a/net-misc/clatd/clatd-2.1.0.ebuild b/net-misc/clatd/clatd-2.1.0.ebuild
index d66a5ce04f..ea8e969ebb 100644
--- a/net-misc/clatd/clatd-2.1.0.ebuild
+++ b/net-misc/clatd/clatd-2.1.0.ebuild
@@ -13,8 +13,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
+COMMON_DEPEND="dev-lang/perl"
+RDEPEND="
+	${COMMON_DEPEND}
 	dev-perl/Net-IP
 	dev-perl/Net-DNS
 	dev-perl/JSON
@@ -22,9 +23,11 @@ RDEPEND="${DEPEND}
 	net-firewall/iptables
 	net-proxy/tayga
 "
+BEPEND="${COMMON_DEPEND}"
 
 src_compile() {
-	pod2man --name clatd --center "clatd - a CLAT implementation for Linux" --section 8 README.pod > clatd.8
+	pod2man --name clatd --center "clatd - a CLAT implementation for Linux" \
+	--section 8 README.pod > clatd.8 || die
 }
 
 src_install() {


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

end of thread, other threads:[~2025-06-22 23:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-22 22:55 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/clatd/ Lucio Sauer
2025-06-22 23:06 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
  -- strict thread matches above, loose matches on Subject: below --
2025-06-22 22:55 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2025-06-22 23:06 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer

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