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 C0BFA13826A for ; Tue, 24 May 2016 12:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E29A14209; Tue, 24 May 2016 12:45:26 +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 6A12E14217 for ; Tue, 24 May 2016 12:45:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5A0CB340948 for ; Tue, 24 May 2016 12:45:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78DA3971 for ; Tue, 24 May 2016 12:45:22 +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: <1464093908.36f24e3e5eea0f9ed7cb9f97ff2b9f77ca4a754d.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-1.99.20.ebuild X-VCS-Directories: dev-util/abi-compliance-checker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 36f24e3e5eea0f9ed7cb9f97ff2b9f77ca4a754d X-VCS-Branch: master Date: Tue, 24 May 2016 12:45:22 +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: d61e89d4-5b23-41e5-bba9-02944974f5b0 X-Archives-Hash: 2cdf191e0fd60a92261ffa88c47e093a commit: 36f24e3e5eea0f9ed7cb9f97ff2b9f77ca4a754d Author: Michał Górny gentoo org> AuthorDate: Tue May 24 11:26:55 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 24 12:45:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f24e3e dev-util/abi-compliance-checker: Bump to 1.99.20 dev-util/abi-compliance-checker/Manifest | 1 + .../abi-compliance-checker-1.99.20.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-util/abi-compliance-checker/Manifest b/dev-util/abi-compliance-checker/Manifest index aa41665..899f92a 100644 --- a/dev-util/abi-compliance-checker/Manifest +++ b/dev-util/abi-compliance-checker/Manifest @@ -1 +1,2 @@ DIST abi-compliance-checker-1.99.19.tar.gz 229243 SHA256 e9a5849fdab6a74f5ea99c6b94e39d900ba37d67b204f46f0f47357ac9c96661 SHA512 d88938d808cc7a7e3702a115393068d828645d00e5a02f18c737abb1422896cdf6eec605b91e85a6a7ee181199c30788cb7003e23d76e662b30f4be1b3f211f0 WHIRLPOOL b02bd6df89f30745eeaaf9945642f70e37ad875dd6fb610263c7c777d37f3634db5701f08910696ddb58a3fdfb963ea8d02f9dd99dedf9d2ae8c72f9ff54ceee +DIST abi-compliance-checker-1.99.20.tar.gz 229677 SHA256 daa4992b6e48b3f800ed92c47a69a93a30176fdde518e65a908dbe95aee32c7f SHA512 0542a989041284366423a88eab9acd01ed0f311fa975de0e2fcf1782198ae447a8be424695bfc2c7c5d34d331fe552c6509df93a6a12d5de06904be6113c7c3b WHIRLPOOL 47881da3edd9cc70dab67917c8bc817670d2d135723d61ef83e19717f9993f4bc298d0dc0b2f757ffeee34b8c249040165b67bdd05656d4d88a3551b4a6541ff diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.20.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.20.ebuild new file mode 100644 index 0000000..8eee0ea --- /dev/null +++ b/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.20.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="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() { + mkdir -p "${D}"/usr || die + perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" || die +}