dev-util/abi-dumper: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-02-01 14:17:46 +01:00
parent 58ccf63d88
commit 09994bce4b
2 changed files with 0 additions and 29 deletions

View File

@@ -1,2 +1 @@
DIST abi-dumper-1.2.tar.gz 47287 BLAKE2B 93aef6a4f11ce33f04d6778d02749b4caf2eb782297957c6295d0d27f43386a92e0207b9bf6fbd17ae5e7f09964677810d6c42d3aea589fcfa46ce5f8353ee16 SHA512 cb081a8aaa548bb2360cfe55d4258c263990a4cc36feaabdafa0dc32252d19ce3ce0209e6af14c03157a144fea0e5ecb6700848f74b4da4c3ee2cdb6f0d860d2
DIST abi-dumper-1.4.tar.gz 48463 BLAKE2B c94039d1372231ace0108730405b084a75abbce958990cc7bd32b0dcbeb1ae9b9c7d9aa0dd2400c027d927be023e9cb0bdb091ddec8592e7ab61465dd626813a SHA512 e5a7d59c9a2b3f18ce7b64c2a1d96efcd73084cf651dfc1833755621c21b7edd7e2fa7c194ad7c5b6658021432241bd47b30fe36640e5f1e0bee6e6dcf913ea0

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2023 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
}