* [gentoo-commits] repo/proj/guru:master commit in: net-misc/jool-modules/
@ 2024-10-14 9:23 David Roman
0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2024-10-14 9:23 UTC (permalink / raw
To: gentoo-commits
commit: 70c5c243bccfac3f9e8528093dc121a95a7681e2
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Sun Oct 13 22:29:10 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Oct 13 22:29:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70c5c243
net-misc/jool-modules: new package, add 4.1.13
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
net-misc/jool-modules/Manifest | 1 +
net-misc/jool-modules/jool-modules-4.1.13.ebuild | 28 ++++++++++++++++++++++++
net-misc/jool-modules/metadata.xml | 11 ++++++++++
3 files changed, 40 insertions(+)
diff --git a/net-misc/jool-modules/Manifest b/net-misc/jool-modules/Manifest
new file mode 100644
index 000000000..a2e0f9725
--- /dev/null
+++ b/net-misc/jool-modules/Manifest
@@ -0,0 +1 @@
+DIST jool-4.1.13.tar.gz 625231 BLAKE2B 988108cc76d78cf8d92d49b45142bf52a002ff00b948796bb090f8f38daa7b667614c76cff425e2f92f0d7aa3f6bde72ea3b077c0a301aa354f98735af10d57f SHA512 27c67e99ca3198f35b764b17294c51edbdab78cf56e887c1a74ede050daf627e38e91ef866a32deed6f2930c64a81f27e530059034999d1a4e4743dfc137886d
diff --git a/net-misc/jool-modules/jool-modules-4.1.13.ebuild b/net-misc/jool-modules/jool-modules-4.1.13.ebuild
new file mode 100644
index 000000000..939d2c8fb
--- /dev/null
+++ b/net-misc/jool-modules/jool-modules-4.1.13.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod-r1
+
+DESCRIPTION="Jool is an Open Source SIIT and NAT64 for linux"
+HOMEPAGE="https://nicmx.github.io/Jool/en/index.html"
+SRC_URI="https://github.com/NICMx/Jool/releases/download/v${PV}/jool-${PV}.tar.gz"
+S="${WORKDIR}/jool-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_configure() {
+ true
+}
+
+src_compile() {
+ local modlist=( jool_common=:src/mod/common:common jool=:src/mod/nat64:nat64 jool_siit=:src/mod/siit:siit )
+ linux-mod-r1_src_compile
+}
+
+src_install() {
+ linux-mod-r1_src_install
+}
diff --git a/net-misc/jool-modules/metadata.xml b/net-misc/jool-modules/metadata.xml
new file mode 100644
index 000000000..9760d9bf8
--- /dev/null
+++ b/net-misc/jool-modules/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ppn@parhuet.fr</email>
+ <name>Nicolas PARLANT</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">NICMx/Jool</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/jool-modules/
@ 2024-10-15 23:27 David Roman
0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2024-10-15 23:27 UTC (permalink / raw
To: gentoo-commits
commit: 7babe410e79e4b89f6dcd5cf701a24f6e8595d27
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Tue Oct 15 20:06:11 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct 15 20:06:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7babe410
net-misc/jool-modules: fix kernel detection
Closes: https://bugs.gentoo.org/941553
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
net-misc/jool-modules/jool-modules-4.1.13.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/net-misc/jool-modules/jool-modules-4.1.13.ebuild b/net-misc/jool-modules/jool-modules-4.1.13.ebuild
index 939d2c8fb..4c2ca995c 100644
--- a/net-misc/jool-modules/jool-modules-4.1.13.ebuild
+++ b/net-misc/jool-modules/jool-modules-4.1.13.ebuild
@@ -19,7 +19,12 @@ src_configure() {
}
src_compile() {
- local modlist=( jool_common=:src/mod/common:common jool=:src/mod/nat64:nat64 jool_siit=:src/mod/siit:siit )
+ local modlist=(
+ jool_common=:src/mod/common:src/mod/common
+ jool=:src/mod/nat64:src/mod/nat64
+ jool_siit=:src/mod/siit:src/mod/siit
+ )
+ local modargs=( KERNEL_DIR="${KV_OUT_DIR}" MODULES_DIR="/lib/modules/${KV_FULL}" )
linux-mod-r1_src_compile
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-15 23:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-14 9:23 [gentoo-commits] repo/proj/guru:master commit in: net-misc/jool-modules/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 23:27 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox