dev-util/abi-dumper: Clean old up

This commit is contained in:
Michał Górny
2018-01-01 23:06:30 +01:00
parent 715edb6ea6
commit 9f29990408
3 changed files with 0 additions and 56 deletions

View File

@@ -1,3 +1 @@
DIST abi-dumper-0.99.15.tar.gz 40265 BLAKE2B f890ede6fff57ba69155aa8d44021789730c40fa446d533e015e0d88f334388a8c76fa622a67da609a153da13c34833aaf725ed3acb92b5ed9b845f1804993d1 SHA512 695462c8972e7f5abcf3415652ef6bb52d9770ae5fc21aceb44b0eaadc087f23d6c1cd92d6e29961141cfa863b0bad7944cee826df2aa8c83f3be7e42d098e61
DIST abi-dumper-0.99.19.tar.gz 44380 BLAKE2B 2fb98ae3e7d41afc0bf9a3a949cc9c26d0920caf3e6e715b73f68c710c39964e6935e03e03a7d2cca93e7696a666a1bd6ee8f7903f7f620f8818aceca0b99817 SHA512 4afbaf1b15e61d67f25849ace34074fb21f09165cef04f2a554c8d0c6930912cd890384ce3949f6aeee60cddf6b100b5bbc34f8b21f1e5d611fb31c06849040b
DIST abi-dumper-1.1.tar.gz 49012 BLAKE2B ec86c073bccef5022376acf10b7e0b13d34bac8394277ae53c5ea9b981c4008c5895d3137e3ca0a5cfd64f2d2425cb13a0912f6dada048adfa290dd144ab58ed SHA512 28b791de74dafd0b3d78314c1c722d03bfeb0daa5cb702def9268e4c64f49c79b4fd92d4adf89a20f79c745ef70bc18d2b1143fbe0c7ad192b2f64cb1551b371

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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 ~x86"
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}
dev-libs/elfutils
dev-util/vtable-dumper"
src_compile() {
:
}
src_install() {
dodir /usr
perl Makefile.pl -install -prefix "${EPREFIX}/usr" -destdir "${D}" || die
einstalldocs
}

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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 ~x86"
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}
dev-libs/elfutils
dev-util/vtable-dumper"
src_compile() {
:
}
src_install() {
dodir /usr
perl Makefile.pl -install -prefix "${EPREFIX}/usr" -destdir "${D}" || die
einstalldocs
}