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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E101815813A for ; Sun, 12 Jan 2025 03:32:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D00B2E07F0; Sun, 12 Jan 2025 03:32:56 +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 B4B31E07F0 for ; Sun, 12 Jan 2025 03:32:56 +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 9AA3E340A12 for ; Sun, 12 Jan 2025 03:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C79361FC4 for ; Sun, 12 Jan 2025 03:32:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1736652636.4870dfd40afe79abd4eea7b639d5e34b1122627a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/abi-dumper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/abi-dumper/Manifest dev-util/abi-dumper/abi-dumper-1.4.ebuild X-VCS-Directories: dev-util/abi-dumper/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4870dfd40afe79abd4eea7b639d5e34b1122627a X-VCS-Branch: master Date: Sun, 12 Jan 2025 03:32:53 +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: 6f713599-c629-42d7-9996-700ed581e128 X-Archives-Hash: bfe66621b75dfa6b0765000a25ff2cf9 commit: 4870dfd40afe79abd4eea7b639d5e34b1122627a Author: Michał Górny gentoo org> AuthorDate: Sun Jan 12 03:29:58 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jan 12 03:30:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4870dfd4 dev-util/abi-dumper: Bump to 1.4 Signed-off-by: Michał Górny gentoo.org> dev-util/abi-dumper/Manifest | 1 + dev-util/abi-dumper/abi-dumper-1.4.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-util/abi-dumper/Manifest b/dev-util/abi-dumper/Manifest index 63ed30840b32..5b6d18e1f178 100644 --- a/dev-util/abi-dumper/Manifest +++ b/dev-util/abi-dumper/Manifest @@ -1 +1,2 @@ DIST abi-dumper-1.2.tar.gz 47287 BLAKE2B 93aef6a4f11ce33f04d6778d02749b4caf2eb782297957c6295d0d27f43386a92e0207b9bf6fbd17ae5e7f09964677810d6c42d3aea589fcfa46ce5f8353ee16 SHA512 cb081a8aaa548bb2360cfe55d4258c263990a4cc36feaabdafa0dc32252d19ce3ce0209e6af14c03157a144fea0e5ecb6700848f74b4da4c3ee2cdb6f0d860d2 +DIST abi-dumper-1.4.tar.gz 48463 BLAKE2B c94039d1372231ace0108730405b084a75abbce958990cc7bd32b0dcbeb1ae9b9c7d9aa0dd2400c027d927be023e9cb0bdb091ddec8592e7ab61465dd626813a SHA512 e5a7d59c9a2b3f18ce7b64c2a1d96efcd73084cf651dfc1833755621c21b7edd7e2fa7c194ad7c5b6658021432241bd47b30fe36640e5f1e0bee6e6dcf913ea0 diff --git a/dev-util/abi-dumper/abi-dumper-1.4.ebuild b/dev-util/abi-dumper/abi-dumper-1.4.ebuild new file mode 100644 index 000000000000..668e5398ba1f --- /dev/null +++ b/dev-util/abi-dumper/abi-dumper-1.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Dump ABI of an ELF object containing DWARF debug info" +HOMEPAGE="https://github.com/lvc/abi-dumper" +SRC_URI="https://github.com/lvc/abi-dumper/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + +RDEPEND=" + dev-libs/elfutils + dev-util/vtable-dumper +" +BDEPEND="dev-lang/perl" + +src_compile() { + : +} + +src_install() { + dodir /usr + perl Makefile.pl -install -prefix "${EPREFIX}/usr" -destdir "${D}" || die + einstalldocs +}