From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1679971-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAD4315807B for <garchives@archives.gentoo.org>; Mon, 14 Oct 2024 09:23:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBAC8E08B1; Mon, 14 Oct 2024 09:23:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D1E7E08C0 for <gentoo-commits@lists.gentoo.org>; Mon, 14 Oct 2024 09:23:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1A1334309E for <gentoo-commits@lists.gentoo.org>; Mon, 14 Oct 2024 09:23:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28B8518FF for <gentoo-commits@lists.gentoo.org>; Mon, 14 Oct 2024 09:23:34 +0000 (UTC) From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com> Message-ID: <1728858550.70c5c243bccfac3f9e8528093dc121a95a7681e2.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/jool-modules/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/jool-modules/Manifest net-misc/jool-modules/jool-modules-4.1.13.ebuild net-misc/jool-modules/metadata.xml X-VCS-Directories: net-misc/jool-modules/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 70c5c243bccfac3f9e8528093dc121a95a7681e2 X-VCS-Branch: master Date: Mon, 14 Oct 2024 09:23:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c03157be-f227-4ea3-bb66-e6131953486f X-Archives-Hash: 706d003827719679c66397c07241dfa6 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>