From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-ust/
Date: Sun, 27 Jul 2025 19:47:56 +0000 (UTC) [thread overview]
Message-ID: <1753645594.98b16ca46fa0b46bb6cfe9c17c4ce590bd6700c9.asturm@gentoo> (raw)
commit: 98b16ca46fa0b46bb6cfe9c17c4ce590bd6700c9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 27 15:09:42 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 27 19:46:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b16ca4
dev-util/lttng-ust: drop 2.13.6, 2.13.8
Closes: https://bugs.gentoo.org/959317
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-util/lttng-ust/Manifest | 2 --
dev-util/lttng-ust/lttng-ust-2.13.6.ebuild | 52 ------------------------------
dev-util/lttng-ust/lttng-ust-2.13.8.ebuild | 52 ------------------------------
3 files changed, 106 deletions(-)
diff --git a/dev-util/lttng-ust/Manifest b/dev-util/lttng-ust/Manifest
index e4bc7629098b..c19bf60a875b 100644
--- a/dev-util/lttng-ust/Manifest
+++ b/dev-util/lttng-ust/Manifest
@@ -1,5 +1,3 @@
DIST lttng-ust-2.12.10.tar.bz2 801458 BLAKE2B f9dd2242e0979334c3bfaf5146af1b473245112d828021e93d747a1b1ddcc18db131f4d5f517f7c330278a986c5770f5338d15275ecc656acb1a19ad399e5047 SHA512 f5c05024fcbef6f0f634fb53c86e61b663a9859ba28c0c800e519756f68204062c1d9c930a960c35fb0c4de079e2c09b43eb556ea2fc269090736034251043c1
DIST lttng-ust-2.12.9.tar.bz2 800795 BLAKE2B 467500f7fd0f473a5cd7af6c23e8f0f83516d57ad573f92c48354bbe1ea1d2fea08bd20d7675e7698adf2284a5069fd23d3a929bc11df0ba157a99091b543777 SHA512 5edaa6c015bccd710e7bfea136398e8bc784946c22933a011f4b31b9c13fa772c4f03d0c42543bf0d08a810922498ff1fa56d4bccd9c5b8c4b14925c849c6c9b
-DIST lttng-ust-2.13.6.tar.bz2 1351915 BLAKE2B c350a7302e38035ef7c6727ea942907ec606c88862ae875bed0a7c833f233b4159405bcb7a41549dccf3d79491151066d593c52d9f06b95b61c345ccbace62f5 SHA512 15458f8dd0ad6fa96a9cf7569ffabadfddcaa70b822b69b39d4d7dfba3701c9489706b06f12f9d7e376147299fb3cfc6fe1213d46d510bdb7b3dc834271da55f
-DIST lttng-ust-2.13.8.tar.bz2 1358168 BLAKE2B f4f623c9c1a37395312270803c7e845ba76d6075c10cc6bdcfdd6f35d0cb6db9c303a9fb8c33a50e201c84fd772ed60611bfce9e962e27c4d5820b6ef0ac2d66 SHA512 f61f7e1633051a4d515ba28d4945b96a84eab8a8143ef698bbb6857cbaad1acbe238041e43f04d9818bac43f59023be3f3c2154ecf75f180d8233c9d7f65c555
DIST lttng-ust-2.13.9.tar.bz2 1359608 BLAKE2B 2137a2cffa12d98b347f2afe249f9b50fcb0b74c2352d101a8ce076975da407d9a3451da3e559ae43d094c4c39fd3647e4cc8b6fdb19dc8f1a3abbc53ea5b36a SHA512 d2bf449e0d283ee80937aa1691c48ce1cc8beb4996a4ef79078bcc2c4584bc650746ef72e927679cd6e6e54546aced40943070d46008ac9c944b6c16e2347670
diff --git a/dev-util/lttng-ust/lttng-ust-2.13.6.ebuild b/dev-util/lttng-ust/lttng-ust-2.13.6.ebuild
deleted file mode 100644
index f8f4552e1834..000000000000
--- a/dev-util/lttng-ust/lttng-ust-2.13.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 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
-
-MY_P="${P/_rc/-rc}"
-MY_SLOT="$(ver_cut 1-2)"
-
-DESCRIPTION="Linux Trace Toolkit - UST library"
-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="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"
-IUSE="examples numa test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- >=dev-libs/userspace-rcu-0.12:=
- numa? ( sys-process/numactl )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- virtual/pkgconfig
- test? ( dev-lang/perl )
-"
-
-QA_CONFIG_IMPL_DECL_SKIP=(
- pthread_get_name_np # different from pthread_getname_*, not on linux
- pthread_set_name_np # different from pthread_setname_*, not on linux
-)
-
-src_configure() {
- local myeconfargs=(
- $(use_enable examples)
- $(use_enable numa)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/dev-util/lttng-ust/lttng-ust-2.13.8.ebuild b/dev-util/lttng-ust/lttng-ust-2.13.8.ebuild
deleted file mode 100644
index df4c1d42dbf9..000000000000
--- a/dev-util/lttng-ust/lttng-ust-2.13.8.ebuild
+++ /dev/null
@@ -1,52 +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
-
-MY_P="${P/_rc/-rc}"
-MY_SLOT="$(ver_cut 1-2)"
-
-DESCRIPTION="Linux Trace Toolkit - UST library"
-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="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc ~x86"
-IUSE="examples numa test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- >=dev-libs/userspace-rcu-0.12:=
- numa? ( sys-process/numactl )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- virtual/pkgconfig
- test? ( dev-lang/perl )
-"
-
-QA_CONFIG_IMPL_DECL_SKIP=(
- pthread_get_name_np # different from pthread_getname_*, not on linux
- pthread_set_name_np # different from pthread_setname_*, not on linux
-)
-
-src_configure() {
- local myeconfargs=(
- $(use_enable examples)
- $(use_enable numa)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -type f -name '*.la' -delete || die
-}
next reply other threads:[~2025-07-27 19:47 UTC|newest]
Thread overview: 103+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-27 19:47 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-01 18:10 [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-ust/ Andreas Sturmlechner
2025-09-13 1:30 Sam James
2025-09-10 22:48 Sam James
2025-09-09 23:18 Sam James
2025-09-09 23:18 Sam James
2025-07-12 10:09 Arthur Zamarin
2025-07-05 16:34 Arthur Zamarin
2025-07-04 18:12 Arthur Zamarin
2025-07-04 14:28 Arthur Zamarin
2025-06-30 21:10 Sam James
2025-06-30 20:11 Sam James
2025-06-15 0:33 Sam James
2025-01-05 12:26 Florian Schmaus
2025-01-04 21:31 Sam James
2025-01-04 20:28 Sam James
2025-01-04 17:42 Sam James
2025-01-04 17:18 Sam James
2025-01-04 17:12 Sam James
2025-01-04 17:12 Sam James
2025-01-04 17:08 Arthur Zamarin
2025-01-04 16:42 Florian Schmaus
2025-01-04 16:33 Florian Schmaus
2025-01-04 15:41 Florian Schmaus
2025-01-04 15:41 Florian Schmaus
2024-11-08 2:49 Sam James
2024-11-05 15:55 Arthur Zamarin
2024-11-05 10:51 Jakov Smolić
2024-11-05 10:34 Sam James
2024-11-05 10:34 Sam James
2024-09-06 18:54 Arthur Zamarin
2024-08-27 12:04 Florian Schmaus
2024-07-19 6:05 Sam James
2024-01-23 5:53 Maciej Barć
2023-10-09 18:57 Sam James
2023-10-09 5:54 Sam James
2023-10-09 4:46 Sam James
2023-10-09 4:36 Sam James
2023-10-09 4:36 Sam James
2023-06-26 17:45 Sam James
2023-03-17 18:35 Sam James
2023-03-17 18:10 Arthur Zamarin
2023-03-17 17:58 Arthur Zamarin
2023-03-17 17:00 Sam James
2023-03-17 16:40 Arthur Zamarin
2023-03-17 16:28 Arthur Zamarin
2023-03-17 16:16 Arthur Zamarin
2022-12-27 10:23 Sam James
2022-12-04 18:45 WANG Xuerui
2022-11-05 6:27 Sam James
2022-04-26 22:10 Yixun Lan
2022-04-26 8:06 Yixun Lan
2022-04-26 8:06 Yixun Lan
2022-01-29 3:52 Sam James
2022-01-20 16:34 Sam James
2021-11-22 14:12 Jakov Smolić
2021-09-26 8:50 Yixun Lan
2021-09-19 21:53 Sam James
2021-09-19 21:53 Sam James
2021-07-25 7:56 Matt Turner
2021-03-30 15:12 Yixun Lan
2021-02-01 13:30 Sam James
2021-01-30 10:04 Sam James
2021-01-30 10:03 Sam James
2021-01-29 20:50 Sam James
2021-01-28 17:47 Sam James
2021-01-04 20:56 Andreas K. Hüttel
2021-01-04 20:14 Andreas K. Hüttel
2020-12-30 12:02 David Seifert
2020-12-29 13:38 David Seifert
2020-12-29 13:38 David Seifert
2020-12-10 2:25 Matt Turner
2020-07-19 13:37 Sergei Trofimovich
2020-04-04 9:24 Mart Raudsepp
2020-03-30 13:41 Agostino Sarubbo
2020-03-30 13:36 Agostino Sarubbo
2020-03-30 13:14 Agostino Sarubbo
2020-03-29 14:45 Sergei Trofimovich
2020-03-29 9:40 Sergei Trofimovich
2020-03-29 9:34 Sergei Trofimovich
2020-03-25 21:36 Sergei Trofimovich
2020-02-13 12:19 Agostino Sarubbo
2019-10-23 9:47 Yixun Lan
2019-10-23 9:47 Yixun Lan
2019-10-23 2:26 Yixun Lan
2019-10-22 9:58 Yixun Lan
2019-07-05 22:27 Sergei Trofimovich
2019-06-04 21:00 Agostino Sarubbo
2019-04-23 0:13 Aaron Bauman
2018-10-26 18:57 Sven Wegener
2018-10-26 14:58 Agostino Sarubbo
2018-10-26 0:52 Thomas Deutschmann
2018-10-17 14:25 Tobias Klausmann
2018-09-01 23:13 Sergei Trofimovich
2018-09-01 23:13 Sergei Trofimovich
2018-08-27 20:15 Sergei Trofimovich
2018-08-25 17:38 Michael Weber
2018-03-22 15:53 Jeroen Roovers
2017-07-11 8:41 Alexis Ballier
2016-07-01 2:44 Yixun Lan
2016-06-21 12:43 Yixun Lan
2016-02-18 7:44 Yixun Lan
2016-02-18 7:44 Yixun Lan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1753645594.98b16ca46fa0b46bb6cfe9c17c4ce590bd6700c9.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox