commit:     770d768f51f263ceba0294bae6ffa4d44adf28b2
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Feb 20 15:44:16 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 20:45:33 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770d768f

dev-util/lttng-modules: drop 2.13.19

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/106
Merges: https://codeberg.org/gentoo/gentoo/pulls/106
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 deletions(-)

diff --git a/dev-util/lttng-modules/Manifest b/dev-util/lttng-modules/Manifest
index 9e88a552fe1d..4e8002e2fef8 100644
--- a/dev-util/lttng-modules/Manifest
+++ b/dev-util/lttng-modules/Manifest
@@ -1,5 +1,4 @@
 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
 DIST lttng-modules-2.13.20.tar.bz2 375993 BLAKE2B 
4f489b48d200b5ef3cb73d881136a7870b483bd802fe167a22a2ce23427bcc15dedd10a7275f0bdf027dc5f99431638147bd89ff788d0446c2a1a2057b2e63b6
 SHA512 
e7d3e33faf28d2e7246295d339a8f46e6f0a74e218e65a21a7ef525903ac2ea28dee2887647bade028e98d565ed9e98071deb877cc9fd310d8ab126cd523f077
 DIST lttng-modules-2.13.20.tar.bz2.asc 488 BLAKE2B 
4b23e282a4cade1d5f1bf83f7b6e3c93aaaa0b4e7e6b977a30cdf14107c073b94d13a1ac88c430ce5a6f08ad31be51ede4846b869d8958cc3ef6c6abcb0bcad2
 SHA512 
878df91731d7cd36315f1fb3e57c4baf6c0376db8405e837e4672be98d107ee40095b4713e2f8a8b96fcbeeb32e0059da64f21db475e7c83407d6789123b6bee
 DIST lttng-modules-2.13.23.tar.bz2 376732 BLAKE2B 
f8424070cd3aaa1cd843950a678ec5e9a141f6965a0f47cf569c66f9b69ae13860cacfa37b68f06560d2ff9612cd69b3e1026c415ff487f51eea8b3e9abe1b07
 SHA512 
7e2dc43cdfc8af996c997659996b53e32dda862a592044c4e50cb57c6235d4fef72d22e74f92269d03ffc5e75ad313b9523d9133a78e9472f136053ca514ecfb

diff --git a/dev-util/lttng-modules/lttng-modules-2.13.19.ebuild 
b/dev-util/lttng-modules/lttng-modules-2.13.19.ebuild
deleted file mode 100644
index 296203d71428..000000000000
--- a/dev-util/lttng-modules/lttng-modules-2.13.19.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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