commit:     1fee424dd66670b640af996f2ade8b9e918fe8ab
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 15 00:14:24 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 15 00:14:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fee424d

dev-util/lttng-modules: add 2.13.19

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

 dev-util/lttng-modules/Manifest                    |  1 +
 .../lttng-modules/lttng-modules-2.13.19.ebuild     | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-util/lttng-modules/Manifest b/dev-util/lttng-modules/Manifest
index 396849d84480..dc9b45df91c0 100644
--- a/dev-util/lttng-modules/Manifest
+++ b/dev-util/lttng-modules/Manifest
@@ -1,2 +1,3 @@
 DIST lttng-modules-2.13.15.tar.bz2 355980 BLAKE2B 
96ebeaac275151464cc8dea1de209f034dde1b26426bc23669f36f026f140c4b5613e10b91b0fc16dc18e26c05e7c0e67e7fc86af00d8f70b87bfaf49e5b7fdb
 SHA512 
1c9091306d95339b5a09f0ef6141e9e6a96461aa9801f264c44780eb2130137fca6fe544ea0c18e84d3cb784d82107419286272b37f53d292ca8b664c06c242b
 DIST lttng-modules-2.13.16.tar.bz2 356182 BLAKE2B 
aee4c7f602a403ac319ed07eeb2dd079a91707b64b8e7ff948027e05ba1db51416b8922e7a623dd32a81cbd16c68c8406b59a76cbc91421b623b19aeb8631a1b
 SHA512 
98dddfc4aa739081b03c355f212f143a249b90b1a26c34c2af8e7502643f388990bc9b5a37bab02c1a562246219a9b7bd8a1daa0bacf6ec4afef9a3b93415d70
+DIST lttng-modules-2.13.19.tar.bz2 372741 BLAKE2B 
9e0948250fd7aaa7187fe65329bcda3867fae27ca03b77c2b5387adff11bc2348b610142490195c8a253ada190db85830ea3c973283929b62aa08284bdcd2564
 SHA512 
adeb8c3815ac43f0b21b1a22c68d7a28e99c124018936abb3a511912f09a74c1963a735d3aedcb92c751086fc4f6cb725cd95682640aaff660cef102a0951693

diff --git a/dev-util/lttng-modules/lttng-modules-2.13.19.ebuild 
b/dev-util/lttng-modules/lttng-modules-2.13.19.ebuild
new file mode 100644
index 000000000000..296203d71428
--- /dev/null
+++ b/dev-util/lttng-modules/lttng-modules-2.13.19.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Please bump the following packages together:
+# dev-util/lttng-modules
+# dev-util/lttng-tools
+# dev-util/lttng-ust
+
+inherit linux-mod-r1
+
+MY_P="${P/_rc/-rc}"
+MY_SLOT="$(ver_cut 1-2)"
+
+DESCRIPTION="LTTng Kernel Tracer Modules"
+HOMEPAGE="https://lttng.org";
+SRC_URI="https://lttng.org/files/${PN}/${MY_P}.tar.bz2";
+
+S="${WORKDIR}/${MY_P}"
+LICENSE="GPL-2"
+SLOT="0/${MY_SLOT}"
+
+KEYWORDS="~amd64 ~x86"
+
+CONFIG_CHECK="MODULES KALLSYMS HIGH_RES_TIMERS TRACEPOINTS
+       ~HAVE_SYSCALL_TRACEPOINTS ~PERF_EVENTS ~EVENT_TRACING ~KPROBES 
KRETPROBES"
+MODULES_KERNEL_MIN=3.0
+
+src_compile() {
+       MODULES_MAKEARGS+=(
+               KERNELDIR="${KV_OUT_DIR}"
+       )
+       emake "${MODULES_MAKEARGS[@]}"
+}
+
+src_install() {
+       emake "${MODULES_MAKEARGS[@]}" INSTALL_MOD_PATH="${ED}" modules_install
+       modules_post_process
+
+       dodoc ChangeLog README.md
+}

Reply via email to