From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 57B2713824A for ; Sun, 8 May 2016 17:31:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B20E421C0AA; Sun, 8 May 2016 17:31:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E971C21C051 for ; Sun, 8 May 2016 17:31:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E569E340B30 for ; Sun, 8 May 2016 17:31:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF049860 for ; Sun, 8 May 2016 17:31:36 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1462728676.6f7df168f60e7ea9c17c4b49a23ad65decf535b6.floppym@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-0.99.15.ebuild dev-util/abi-dumper/metadata.xml X-VCS-Directories: dev-util/abi-dumper/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 6f7df168f60e7ea9c17c4b49a23ad65decf535b6 X-VCS-Branch: master Date: Sun, 8 May 2016 17:31:36 +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-Archives-Salt: a3fafb55-9403-423a-bb3b-7b0f0e8f8adf X-Archives-Hash: fac00cc20f0b26b72f4dd2959b5398d7 commit: 6f7df168f60e7ea9c17c4b49a23ad65decf535b6 Author: Mike Gilbert gentoo org> AuthorDate: Sun May 8 17:01:26 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun May 8 17:31:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7df168 dev-util/abi-dumper: New package Package-Manager: portage-2.2.28_p97 dev-util/abi-dumper/Manifest | 1 + dev-util/abi-dumper/abi-dumper-0.99.15.ebuild | 28 +++++++++++++++++++++++++++ dev-util/abi-dumper/metadata.xml | 8 ++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-util/abi-dumper/Manifest b/dev-util/abi-dumper/Manifest new file mode 100644 index 0000000..2e9f83e --- /dev/null +++ b/dev-util/abi-dumper/Manifest @@ -0,0 +1 @@ +DIST abi-dumper-0.99.15.tar.gz 40265 SHA256 37d79ad151ac0bfbd25c1280b31f9521b72bc874129cd9cb182dc1fb488a39e0 SHA512 695462c8972e7f5abcf3415652ef6bb52d9770ae5fc21aceb44b0eaadc087f23d6c1cd92d6e29961141cfa863b0bad7944cee826df2aa8c83f3be7e42d098e61 WHIRLPOOL 387a8bac36d447207483621d332abb2cee683725f9c4766439cf1e27a44e8914f1abab6b9e6cc4839c2dd2a3ba75bdb65b8dd54ecdd9902888d47f1152a9d6ba diff --git a/dev-util/abi-dumper/abi-dumper-0.99.15.ebuild b/dev-util/abi-dumper/abi-dumper-0.99.15.ebuild new file mode 100644 index 0000000..f9655f8 --- /dev/null +++ b/dev-util/abi-dumper/abi-dumper-0.99.15.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +} diff --git a/dev-util/abi-dumper/metadata.xml b/dev-util/abi-dumper/metadata.xml new file mode 100644 index 0000000..de09ffd --- /dev/null +++ b/dev-util/abi-dumper/metadata.xml @@ -0,0 +1,8 @@ + + + + + floppym@gentoo.org + Mike Gilbert + +