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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EA4213835A for ; Fri, 20 Nov 2020 09:54:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B58EDE0827; Fri, 20 Nov 2020 09:54:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0333E0827 for ; Fri, 20 Nov 2020 09:54:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4646340F0E for ; Fri, 20 Nov 2020 09:54:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3796E45B for ; Fri, 20 Nov 2020 09:54:44 +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: <1605866077.ca32033b8834edf182e227088555a7574d41bcbc.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.2.ebuild X-VCS-Directories: dev-util/abi-dumper/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ca32033b8834edf182e227088555a7574d41bcbc X-VCS-Branch: master Date: Fri, 20 Nov 2020 09:54:44 +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: 944857aa-90f5-4769-9aeb-dd0e449876a3 X-Archives-Hash: 91cae08a4dde0cdf5dbb81ce2c3ef34b commit: ca32033b8834edf182e227088555a7574d41bcbc Author: Michał Górny gentoo org> AuthorDate: Fri Nov 20 08:11:40 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 20 09:54:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca32033b dev-util/abi-dumper: Bump to 1.2 Signed-off-by: Michał Górny gentoo.org> dev-util/abi-dumper/Manifest | 1 + dev-util/abi-dumper/abi-dumper-1.2.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-util/abi-dumper/Manifest b/dev-util/abi-dumper/Manifest index 16c2e4bf8e4..4cb427e58cd 100644 --- a/dev-util/abi-dumper/Manifest +++ b/dev-util/abi-dumper/Manifest @@ -1 +1,2 @@ DIST abi-dumper-1.1.tar.gz 49012 BLAKE2B ec86c073bccef5022376acf10b7e0b13d34bac8394277ae53c5ea9b981c4008c5895d3137e3ca0a5cfd64f2d2425cb13a0912f6dada048adfa290dd144ab58ed SHA512 28b791de74dafd0b3d78314c1c722d03bfeb0daa5cb702def9268e4c64f49c79b4fd92d4adf89a20f79c745ef70bc18d2b1143fbe0c7ad192b2f64cb1551b371 +DIST abi-dumper-1.2.tar.gz 47287 BLAKE2B 93aef6a4f11ce33f04d6778d02749b4caf2eb782297957c6295d0d27f43386a92e0207b9bf6fbd17ae5e7f09964677810d6c42d3aea589fcfa46ce5f8353ee16 SHA512 cb081a8aaa548bb2360cfe55d4258c263990a4cc36feaabdafa0dc32252d19ce3ce0209e6af14c03157a144fea0e5ecb6700848f74b4da4c3ee2cdb6f0d860d2 diff --git a/dev-util/abi-dumper/abi-dumper-1.2.ebuild b/dev-util/abi-dumper/abi-dumper-1.2.ebuild new file mode 100644 index 00000000000..954291e0ea9 --- /dev/null +++ b/dev-util/abi-dumper/abi-dumper-1.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# 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 +}