From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-tools/
Date: Sat, 04 Jan 2025 15:41:30 +0000 (UTC) [thread overview]
Message-ID: <1736005266.3690cbde8ab12b6b9d3025a72d220391a8dafe83.flow@gentoo> (raw)
commit: 3690cbde8ab12b6b9d3025a72d220391a8dafe83
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 15:36:53 2025 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 15:41:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3690cbde
dev-util/lttng-tools: drop 2.13.9
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-util/lttng-tools/Manifest | 1 -
dev-util/lttng-tools/lttng-tools-2.13.9.ebuild | 63 --------------------------
2 files changed, 64 deletions(-)
diff --git a/dev-util/lttng-tools/Manifest b/dev-util/lttng-tools/Manifest
index 37eb8eb98551..f1d95490141e 100644
--- a/dev-util/lttng-tools/Manifest
+++ b/dev-util/lttng-tools/Manifest
@@ -1,2 +1 @@
DIST lttng-tools-2.13.14.tar.bz2 1932238 BLAKE2B f079051502d01ffc67c4f8f0bbcdf3a4428546c652dcc352918c4908a37aeb510dd66309306cec835297c8d2f276e5cbd22ea4efef6866d3c0c0cf8651d68ef8 SHA512 61bdebb539cfb4eb61c9806e98742f39dc032d849b03d90cdb98d1891bd5bfbd0cb1f54bbc7bf79a11505ce7fee558497312d650bb41f11f739884e7cb8a750f
-DIST lttng-tools-2.13.9.tar.bz2 1892293 BLAKE2B 51c4824435164196a77c8b6b3072810df83caf488c5fb692f9990b8d743ced2b07bffffa1e5a671149c75f3d96267f9c92f042c6c13503e03894f4c352c1733b SHA512 ff7a395d9af3fc44561be24163a84ce27ddd1338f7df2805037645b98c4ad17496553f17b8f0ede7bee967d630b53000c080a91ea8e1ced25ce86b010941b94e
diff --git a/dev-util/lttng-tools/lttng-tools-2.13.9.ebuild b/dev-util/lttng-tools/lttng-tools-2.13.9.ebuild
deleted file mode 100644
index d24f0b3772ae..000000000000
--- a/dev-util/lttng-tools/lttng-tools-2.13.9.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic
-
-# 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 - next generation"
-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"
-IUSE="+ust"
-
-DEPEND="
- >=dev-libs/userspace-rcu-0.11.0:=
- dev-libs/popt
- >=dev-libs/libxml2-2.7.6
- ust? ( >=dev-util/lttng-ust-${MY_SLOT}.0:= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-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
-)
-
-PATCHES=(
- # https://bugs.gentoo.org/858095
- # https://github.com/lttng/lttng-tools/pull/169
- "${FILESDIR}"/${PN}-2.13.9-slibtool.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- # bug 906928
- use elibc_musl && append-cppflags -D_LARGEFILE64_SOURCE
-
- econf \
- $(usex ust "" --without-lttng-ust) \
- --disable-Werror
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
next reply other threads:[~2025-01-04 15:41 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-04 15:41 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-03 16:30 [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-tools/ Florian Schmaus
2025-02-03 16:30 Florian Schmaus
2025-01-04 15:41 Florian Schmaus
2025-01-04 15:41 Florian Schmaus
2024-11-19 15:24 Sam James
2024-08-27 20:23 Florian Schmaus
2024-08-27 12:04 Florian Schmaus
2024-03-06 21:50 Andreas K. Hüttel
2024-03-06 21:46 Andreas K. Hüttel
2023-10-10 5:35 Joonas Niilola
2023-10-10 5:35 Joonas Niilola
2023-06-26 17:45 Sam James
2023-03-20 6:42 Joonas Niilola
2023-03-20 6:42 Joonas Niilola
2023-03-20 6:42 Joonas Niilola
2022-12-27 10:23 Sam James
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
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-03-30 15:12 Yixun Lan
2020-12-29 13:38 David Seifert
2020-12-29 13:38 David Seifert
2019-10-23 9:47 Yixun Lan
2019-10-23 9:47 Yixun Lan
2019-10-22 9:58 Yixun Lan
2018-10-26 18:57 Sven Wegener
2018-08-25 17:38 Michael Weber
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=1736005266.3690cbde8ab12b6b9d3025a72d220391a8dafe83.flow@gentoo \
--to=flow@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