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 8F6E315817D for ; Sat, 22 Jun 2024 05:50:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC687E2A32; Sat, 22 Jun 2024 05:50:21 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7E35E2A32 for ; Sat, 22 Jun 2024 05:50:21 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A26D133BEE9 for ; Sat, 22 Jun 2024 05:50:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A4CF1682 for ; Sat, 22 Jun 2024 05:50:19 +0000 (UTC) From: "Matthias Schwarzott" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Schwarzott" Message-ID: <1719035415.4e37f53ca4dd00d0fb49e5829e26e2fd16ba12d0.zzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pahole/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pahole/metadata.xml dev-util/pahole/pahole-1.24_p20221024.ebuild dev-util/pahole/pahole-1.25.ebuild dev-util/pahole/pahole-1.26-r1.ebuild dev-util/pahole/pahole-1.26.ebuild dev-util/pahole/pahole-9999.ebuild X-VCS-Directories: dev-util/pahole/ X-VCS-Committer: zzam X-VCS-Committer-Name: Matthias Schwarzott X-VCS-Revision: 4e37f53ca4dd00d0fb49e5829e26e2fd16ba12d0 X-VCS-Branch: master Date: Sat, 22 Jun 2024 05:50:19 +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: 708c718d-b398-40e8-8a76-6328fbfad3be X-Archives-Hash: 2d18e7dbd357d81eda8a25d9d944a493 commit: 4e37f53ca4dd00d0fb49e5829e26e2fd16ba12d0 Author: Matthias Schwarzott gentoo org> AuthorDate: Sat Jun 22 05:48:55 2024 +0000 Commit: Matthias Schwarzott gentoo org> CommitDate: Sat Jun 22 05:50:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e37f53c dev-util/pahole: update DESCRIPTION Signed-off-by: Matthias Schwarzott gentoo.org> dev-util/pahole/metadata.xml | 2 +- dev-util/pahole/pahole-1.24_p20221024.ebuild | 2 +- dev-util/pahole/pahole-1.25.ebuild | 2 +- dev-util/pahole/pahole-1.26-r1.ebuild | 2 +- dev-util/pahole/pahole-1.26.ebuild | 2 +- dev-util/pahole/pahole-9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-util/pahole/metadata.xml b/dev-util/pahole/metadata.xml index 0506bdfe746f..724f799f470c 100644 --- a/dev-util/pahole/metadata.xml +++ b/dev-util/pahole/metadata.xml @@ -7,7 +7,7 @@ The more-than-seven dwarves is a collection of tools that allows - to inspect and query the DWARF2 information present in ELF files + to inspect and query the DWARF information present in ELF files built with full debug information. These tools include pahole (Poke-a-hole) and codiff, and were originally designed to inspect the Linux kernel and its modules, but can be used in for diff --git a/dev-util/pahole/pahole-1.24_p20221024.ebuild b/dev-util/pahole/pahole-1.24_p20221024.ebuild index 64c0a215cd1a..5fd761b5e9be 100644 --- a/dev-util/pahole/pahole-1.24_p20221024.ebuild +++ b/dev-util/pahole/pahole-1.24_p20221024.ebuild @@ -9,7 +9,7 @@ inherit cmake python-single-r1 MY_PN=dwarves MY_P=${MY_PN}-${PV} -DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities" +DESCRIPTION="pahole (Poke-a-Hole) and other DWARF utilities" HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/" if [[ ${PV} == 9999 ]] ; then diff --git a/dev-util/pahole/pahole-1.25.ebuild b/dev-util/pahole/pahole-1.25.ebuild index 3e532c628c21..4c97be0cc661 100644 --- a/dev-util/pahole/pahole-1.25.ebuild +++ b/dev-util/pahole/pahole-1.25.ebuild @@ -9,7 +9,7 @@ inherit cmake python-single-r1 MY_PN=dwarves MY_P=${MY_PN}-${PV} -DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities" +DESCRIPTION="pahole (Poke-a-Hole) and other DWARF utilities" HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/" if [[ ${PV} == 9999 ]] ; then diff --git a/dev-util/pahole/pahole-1.26-r1.ebuild b/dev-util/pahole/pahole-1.26-r1.ebuild index 8fd7c7683406..37c3f429d6d8 100644 --- a/dev-util/pahole/pahole-1.26-r1.ebuild +++ b/dev-util/pahole/pahole-1.26-r1.ebuild @@ -9,7 +9,7 @@ inherit cmake python-single-r1 MY_PN=dwarves MY_P=${MY_PN}-${PV%%_p*} -DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities" +DESCRIPTION="pahole (Poke-a-Hole) and other DWARF utilities" HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/" if [[ ${PV} == 9999 ]] ; then diff --git a/dev-util/pahole/pahole-1.26.ebuild b/dev-util/pahole/pahole-1.26.ebuild index 3662aab7aaf9..0f86a6f9090d 100644 --- a/dev-util/pahole/pahole-1.26.ebuild +++ b/dev-util/pahole/pahole-1.26.ebuild @@ -9,7 +9,7 @@ inherit cmake python-single-r1 MY_PN=dwarves MY_P=${MY_PN}-${PV} -DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities" +DESCRIPTION="pahole (Poke-a-Hole) and other DWARF utilities" HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/" if [[ ${PV} == 9999 ]] ; then diff --git a/dev-util/pahole/pahole-9999.ebuild b/dev-util/pahole/pahole-9999.ebuild index 8fd7c7683406..37c3f429d6d8 100644 --- a/dev-util/pahole/pahole-9999.ebuild +++ b/dev-util/pahole/pahole-9999.ebuild @@ -9,7 +9,7 @@ inherit cmake python-single-r1 MY_PN=dwarves MY_P=${MY_PN}-${PV%%_p*} -DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities" +DESCRIPTION="pahole (Poke-a-Hole) and other DWARF utilities" HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/" if [[ ${PV} == 9999 ]] ; then