From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E9D901584AD for ; Mon, 21 Apr 2025 07:56:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CB6D1342FA7 for ; Mon, 21 Apr 2025 07:56:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AC8E61104B1; Mon, 21 Apr 2025 07:56:25 +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 bobolink.gentoo.org (Postfix) with ESMTPS id A39EE1104B1 for ; Mon, 21 Apr 2025 07:56:25 +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 4DA9B342FA7 for ; Mon, 21 Apr 2025 07:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9D991C2B for ; Mon, 21 Apr 2025 07:56:23 +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: <1745221856.7588845bf303cf097039aa2ce88745fbd56f1b7a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/babeltrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/babeltrace/babeltrace-1.5.11.ebuild dev-util/babeltrace/babeltrace-2.0.5.ebuild dev-util/babeltrace/babeltrace-2.0.6-r1.ebuild dev-util/babeltrace/babeltrace-2.1.1-r1.ebuild X-VCS-Directories: dev-util/babeltrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7588845bf303cf097039aa2ce88745fbd56f1b7a X-VCS-Branch: master Date: Mon, 21 Apr 2025 07:56:23 +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: ad001ff0-d88f-40b1-8d72-0bdaffa94968 X-Archives-Hash: 8cfe5f8b122525ad087b702dc0606d24 commit: 7588845bf303cf097039aa2ce88745fbd56f1b7a Author: Sam James gentoo org> AuthorDate: Mon Apr 21 07:50:56 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 21 07:50:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7588845b dev-util/babeltrace: update DESCRIPTION Signed-off-by: Sam James gentoo.org> dev-util/babeltrace/babeltrace-1.5.11.ebuild | 2 +- dev-util/babeltrace/babeltrace-2.0.5.ebuild | 2 +- dev-util/babeltrace/babeltrace-2.0.6-r1.ebuild | 2 +- dev-util/babeltrace/babeltrace-2.1.1-r1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/babeltrace/babeltrace-1.5.11.ebuild b/dev-util/babeltrace/babeltrace-1.5.11.ebuild index 32808a028eb9..7a1ac3fba601 100644 --- a/dev-util/babeltrace/babeltrace-1.5.11.ebuild +++ b/dev-util/babeltrace/babeltrace-1.5.11.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit autotools -DESCRIPTION="A command-line tool and library to read and convert trace files" +DESCRIPTION="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" diff --git a/dev-util/babeltrace/babeltrace-2.0.5.ebuild b/dev-util/babeltrace/babeltrace-2.0.5.ebuild index 85a55b7038e3..cabce9d7392c 100644 --- a/dev-util/babeltrace/babeltrace-2.0.5.ebuild +++ b/dev-util/babeltrace/babeltrace-2.0.5.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 -DESCRIPTION="A command-line tool and library to read and convert trace files" +DESCRIPTION="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" S="${WORKDIR}/${PN}$(ver_cut 1)-${PV}" diff --git a/dev-util/babeltrace/babeltrace-2.0.6-r1.ebuild b/dev-util/babeltrace/babeltrace-2.0.6-r1.ebuild index f8e5c3405dde..bacc327bc044 100644 --- a/dev-util/babeltrace/babeltrace-2.0.6-r1.ebuild +++ b/dev-util/babeltrace/babeltrace-2.0.6-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 -DESCRIPTION="A command-line tool and library to read and convert trace files" +DESCRIPTION="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" S="${WORKDIR}/${PN}$(ver_cut 1)-${PV}" diff --git a/dev-util/babeltrace/babeltrace-2.1.1-r1.ebuild b/dev-util/babeltrace/babeltrace-2.1.1-r1.ebuild index ad0a3e9f87b2..0c9705a29de9 100644 --- a/dev-util/babeltrace/babeltrace-2.1.1-r1.ebuild +++ b/dev-util/babeltrace/babeltrace-2.1.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic libtool python-single-r1 -DESCRIPTION="A command-line tool and library to read and convert trace files" +DESCRIPTION="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" S="${WORKDIR}/${PN}$(ver_cut 1)-${PV}"