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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 708F713835A for ; Wed, 31 Mar 2021 03:16:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70F50E081B; Wed, 31 Mar 2021 03:16:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEAD6E081B for ; Wed, 31 Mar 2021 03:16:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0FFE335D07 for ; Wed, 31 Mar 2021 03:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 146424A5 for ; Wed, 31 Mar 2021 03:16:07 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1617160535.8db413c924cc36925bbfa77a72961f456e92bbc9.dlan@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-1.5.8.ebuild X-VCS-Directories: dev-util/babeltrace/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 8db413c924cc36925bbfa77a72961f456e92bbc9 X-VCS-Branch: master Date: Wed, 31 Mar 2021 03:16:07 +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: 3204783b-5bfb-4d71-9b53-4570b2a8ce6e X-Archives-Hash: 3369a3681272010bad9a49d44a61a2f3 commit: 8db413c924cc36925bbfa77a72961f456e92bbc9 Author: Yixun Lan gentoo org> AuthorDate: Wed Mar 31 03:07:15 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Mar 31 03:15:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db413c9 dev-util/babeltrace: version bump 1.5.8 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Yixun Lan gentoo.org> dev-util/babeltrace/Manifest | 1 + dev-util/babeltrace/babeltrace-1.5.8.ebuild | 35 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-util/babeltrace/Manifest b/dev-util/babeltrace/Manifest index 6de0f10a97e..fa44d517761 100644 --- a/dev-util/babeltrace/Manifest +++ b/dev-util/babeltrace/Manifest @@ -1 +1,2 @@ DIST babeltrace-1.2.4.tar.bz2 995829 BLAKE2B 99b4455000dd403bc86917ce1c5c6f32b7df8754c61197a03cbd3ec28c5756ae858965b81b06ed8cd72b910c2f0e5885c986d229f607f5c9179688cd1ccdd3b5 SHA512 5cfd4572519ec53ad531d333ac5e1df026ebd1a200e0fbec59c892cad5273316e07482a4199a1cb2dcb4994310b04b259748de169c4a7c1ddafd7e185f32c5f9 +DIST babeltrace-1.5.8.tar.bz2 992610 BLAKE2B 3d47f9ba40b406271a0b35e441968718c93e8744f95b56f79acf8359001ebffb4966931f2860d48ced4f0d98261b37156564a0d798bf8d9e0ed465c05355cc5d SHA512 827749ae8507efd433bb97ef668628837a3ff15b5be5097af5621d46055c6f10401da0be1f9d9f843a96c8c307b33745e04284d166e275e03b7ddb0a7dd57e96 diff --git a/dev-util/babeltrace/babeltrace-1.5.8.ebuild b/dev-util/babeltrace/babeltrace-1.5.8.ebuild new file mode 100644 index 00000000000..71efdaf0b7a --- /dev/null +++ b/dev-util/babeltrace/babeltrace-1.5.8.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils + +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}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="dev-libs/glib:2 + dev-libs/popt + dev-libs/elfutils + sys-apps/util-linux + " + +DEPEND="${RDEPEND} + sys-devel/bison + sys-devel/flex + " +src_configure() { + econf $(use_enable test glibtest) +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +}