From 76f23ea3382c54824128c6c67781121fe48ec6a4 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Sun, 22 Jun 2025 23:45:29 +0200 Subject: [PATCH] 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 --- 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(-) rename net-misc/clatd/{clatd-1.6.ebuild => clatd-1.6-r1.ebuild} (90%) 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