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 EFDD21396D1 for ; Wed, 30 Aug 2017 07:12:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A9E21FC03B; Wed, 30 Aug 2017 07:12:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DDE261FC03B for ; Wed, 30 Aug 2017 07:12:44 +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 BFFB133FE74 for ; Wed, 30 Aug 2017 07:12:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3706F879C for ; Wed, 30 Aug 2017 07:12:42 +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: <1504077156.3a10b0fc70bfbc6d80a7822a490d7795c43a206e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/abi-compliance-checker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/abi-compliance-checker/Manifest dev-util/abi-compliance-checker/abi-compliance-checker-2.2.ebuild X-VCS-Directories: dev-util/abi-compliance-checker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3a10b0fc70bfbc6d80a7822a490d7795c43a206e X-VCS-Branch: master Date: Wed, 30 Aug 2017 07:12:42 +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: 91985f82-2ea9-4aff-a499-e8296a83d683 X-Archives-Hash: 6037b00a30db712be38d8147530669d0 commit: 3a10b0fc70bfbc6d80a7822a490d7795c43a206e Author: Michał Górny gentoo org> AuthorDate: Wed Aug 30 06:27:39 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 30 07:12:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a10b0fc dev-util/abi-compliance-checker: Bump to 2.2 dev-util/abi-compliance-checker/Manifest | 1 + .../abi-compliance-checker-2.2.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-util/abi-compliance-checker/Manifest b/dev-util/abi-compliance-checker/Manifest index 2d8df61545c..8f459704850 100644 --- a/dev-util/abi-compliance-checker/Manifest +++ b/dev-util/abi-compliance-checker/Manifest @@ -1 +1,2 @@ DIST abi-compliance-checker-2.1.tar.gz 229447 SHA256 0e19ea16b6c6aa6c7b222063127427bef3b835adbbd9e6606a972a912599d014 SHA512 1621a7862e775c8ffe60d2fca131b002fc8ec3b7370b50c9d6463b539d6b85f504cf2f56cf350d8928cd144ce821b05b37edd3a575d416d167cee237ed96df24 WHIRLPOOL 4fbe25e67f720f86e34fb61c8846b1cae99e93dc27f591bd597318cc5866fbb12e57406cac2cf17bcf97643256ead504234b2c38a64e2543cb884f083c070445 +DIST abi-compliance-checker-2.2.tar.gz 229812 SHA256 9fb7b17e33d49e301d02a6374fbd2596feb53ecc77194879a4e1c2d1e24b4ddb SHA512 4bfdad1d708f2498187a0c06cbabced3c34a05b44900231d453a8dcea88df3f381a180aa2d4cbb4c3df14d0013660b355f630e890e3715c79ce8af3a385759e7 WHIRLPOOL b4f44bc2359865d10640a532689ef519a433c9310c3256c53a04dc9009b61446a6d5f8bae5f4480938a98467f38d6a8e65716f951eccedca9adf19f7f07dc1e6 diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-2.2.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-2.2.ebuild new file mode 100644 index 00000000000..1057874dcfa --- /dev/null +++ b/dev-util/abi-compliance-checker/abi-compliance-checker-2.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A tool for checking backward compatibility of a C/C++ library" +HOMEPAGE="http://ispras.linuxbase.org/index.php/ABI_compliance_checker" +SRC_URI="https://github.com/lvc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND} + dev-util/abi-dumper + dev-util/ctags" + +src_compile() { + : +} + +src_install() { + dodir /usr + perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" || die + einstalldocs +}