From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 669D8158015 for ; Tue, 19 Dec 2023 05:26:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9B8F2BC06E; Tue, 19 Dec 2023 05:26:35 +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 993FF2BC06E for ; Tue, 19 Dec 2023 05:26:35 +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 A97FB335DCC for ; Tue, 19 Dec 2023 05:26:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4751413A0 for ; Tue, 19 Dec 2023 05:26:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1702963552.f6f136bbc813ef7a65358e7f5712a3d49395d717.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/babeltrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/babeltrace/Manifest dev-util/babeltrace/babeltrace-2.0.5.ebuild dev-util/babeltrace/metadata.xml X-VCS-Directories: dev-util/babeltrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f6f136bbc813ef7a65358e7f5712a3d49395d717 X-VCS-Branch: master Date: Tue, 19 Dec 2023 05:26:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 62c21f56-c4d9-4280-9787-78c8a3ccdaf6 X-Archives-Hash: 1c4b9174c35f8e3634c4f8cde84bb173 commit: f6f136bbc813ef7a65358e7f5712a3d49395d717 Author: Matoro Mahri matoro tk> AuthorDate: Thu Dec 14 19:21:05 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 19 05:25:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f136bb dev-util/babeltrace: add 2.0.5 Closes: https://bugs.gentoo.org/872992 Signed-off-by: Matoro Mahri matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34286 Signed-off-by: Sam James gentoo.org> dev-util/babeltrace/Manifest | 1 + dev-util/babeltrace/babeltrace-2.0.5.ebuild | 56 +++++++++++++++++++++++++++++ dev-util/babeltrace/metadata.xml | 7 ++++ 3 files changed, 64 insertions(+) diff --git a/dev-util/babeltrace/Manifest b/dev-util/babeltrace/Manifest index e359f37d023a..61550ab9de38 100644 --- a/dev-util/babeltrace/Manifest +++ b/dev-util/babeltrace/Manifest @@ -1 +1,2 @@ DIST babeltrace-1.5.8.tar.bz2 992610 BLAKE2B 3d47f9ba40b406271a0b35e441968718c93e8744f95b56f79acf8359001ebffb4966931f2860d48ced4f0d98261b37156564a0d798bf8d9e0ed465c05355cc5d SHA512 827749ae8507efd433bb97ef668628837a3ff15b5be5097af5621d46055c6f10401da0be1f9d9f843a96c8c307b33745e04284d166e275e03b7ddb0a7dd57e96 +DIST babeltrace2-2.0.5.tar.bz2 3252593 BLAKE2B 31a8f3c080e4a6b6e33c224ec4a64d5ff12724a5697954cb92b88c569d6f2019f49ddcb88f82d36be3007c7b5d1334370202d1c0e89122acf340a7cb9e399fa3 SHA512 63469cb0796c720b18bfc09569875eb9a44d2f8a776228bfa503af8ba613b2988b2d20be870f41451e5d6146a3dfb08de6284131d25f1a86137deb75c3a4d514 diff --git a/dev-util/babeltrace/babeltrace-2.0.5.ebuild b/dev-util/babeltrace/babeltrace-2.0.5.ebuild new file mode 100644 index 000000000000..a2ef0478d2cc --- /dev/null +++ b/dev-util/babeltrace/babeltrace-2.0.5.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} pypy3 ) +inherit python-single-r1 + +DESCRIPTION="A command-line tool and library to read and convert trace files" +HOMEPAGE="https://babeltrace.org/" +SRC_URI="https://www.efficios.com/files/${PN}/${PN}$(ver_cut 1)-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0/$(ver_cut 1)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="doc +elfutils +man plugins python" +REQUIRED_USE="plugins? ( python ) python? ( ${PYTHON_REQUIRED_USE} )" +S="${WORKDIR}/${PN}$(ver_cut 1)-${PV}" + +RDEPEND=">=dev-libs/glib-2.28:2 + elfutils? ( >=dev-libs/elfutils-0.154 ) + python? ( ${PYTHON_DEPS} ) +" + +BDEPEND="${RDEPEND} + >=sys-devel/bison-2.5 + >=sys-devel/flex-2.5.35 + python? ( + >=dev-lang/swig-3.0 + $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]' python3_12) + doc? ( >=dev-python/sphinx-1.3 ) + ) + doc? ( >=app-doc/doxygen-1.8.6 ) + man? ( + >=app-text/asciidoc-8.6.8 + >=app-text/xmlto-0.0.25 + ) +" + +src_configure() { + use python && export PYTHON_CONFIG="${EPYTHON}-config" + econf \ + $(use_enable doc api-doc) \ + $(use_enable elfutils debug-info) \ + $(use_enable man man-pages) \ + $(use_enable python python-bindings) \ + $(usex python $(use_enable doc python-bindings-doc) --disable-python-bindings-doc) \ + $(use_enable plugins python-plugins) \ + --disable-built-in-plugins \ + --disable-built-in-python-plugin-support +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} diff --git a/dev-util/babeltrace/metadata.xml b/dev-util/babeltrace/metadata.xml index e19173f54746..4a8c91ec4791 100644 --- a/dev-util/babeltrace/metadata.xml +++ b/dev-util/babeltrace/metadata.xml @@ -5,4 +5,11 @@ Babeltrace is a command-line tool and library to read and convert trace files to and from different formats. It supports the CTF format, which is outputted by the LTTng 2.0 tracers. + + Build the dev-util/lttng-ust debug information filter component class + Build support for Babeltrace 2 Python plugins + + + efficios/babeltrace +