From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/abi-dumper/
Date: Sun, 12 Jan 2025 03:32:53 +0000 (UTC) [thread overview]
Message-ID: <1736652636.4870dfd40afe79abd4eea7b639d5e34b1122627a.mgorny@gentoo> (raw)
commit: 4870dfd40afe79abd4eea7b639d5e34b1122627a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 03:29:58 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
+}
next reply other threads:[~2025-01-12 3:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-12 3:32 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-01 13:19 [gentoo-commits] repo/gentoo:master commit in: dev-util/abi-dumper/ Michał Górny
2025-02-01 13:12 Arthur Zamarin
2023-04-25 22:41 Sam James
2022-07-10 22:46 Sam James
2022-07-10 14:39 Sam James
2022-07-10 14:39 Sam James
2022-06-03 18:37 Mike Gilbert
2021-08-11 6:39 Agostino Sarubbo
2020-11-20 9:54 Michał Górny
2018-01-02 6:19 Michał Górny
2017-09-05 17:13 Michał Górny
2017-09-05 17:13 Michał Górny
2016-12-31 16:36 Mike Gilbert
2016-05-08 17:31 Mike Gilbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1736652636.4870dfd40afe79abd4eea7b639d5e34b1122627a.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox