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 753F01396D0 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 B26E31FC015; Wed, 30 Aug 2017 07:12:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8D4221FC015 for ; Wed, 30 Aug 2017 07:12:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 81EAF33BF43 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 22D22879B 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: <1504077155.5d2b25d81816c70d285e7032ec4d0695eb851025.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.0.ebuild X-VCS-Directories: dev-util/abi-compliance-checker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5d2b25d81816c70d285e7032ec4d0695eb851025 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: 6ec12746-1f61-4ea8-aed5-c08da05f3ba9 X-Archives-Hash: 3625a8b0819917cba921f873a162923a commit: 5d2b25d81816c70d285e7032ec4d0695eb851025 Author: Michał Górny gentoo org> AuthorDate: Wed Aug 30 06:18:07 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 30 07:12:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2b25d8 dev-util/abi-compliance-checker: Drop old dev-util/abi-compliance-checker/Manifest | 1 - .../abi-compliance-checker-2.0.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/dev-util/abi-compliance-checker/Manifest b/dev-util/abi-compliance-checker/Manifest index 2d8f9ee2e8c..2d8df61545c 100644 --- a/dev-util/abi-compliance-checker/Manifest +++ b/dev-util/abi-compliance-checker/Manifest @@ -1,2 +1 @@ -DIST abi-compliance-checker-2.0.tar.gz 228921 SHA256 73194c9c00853c761b8c7c0e6fc581ae92e586884a5a7dcce2c5b556b437b6e1 SHA512 f1ee78113ac29814ecdf4130cd2ed2cbe24ffea65853cbdc8803a07b5d08dc8f7ffea9764c2ddf7a4a73eac1159fd13b3ce74cb0d7e412aacadacf6f59e7b663 WHIRLPOOL f5c34d7ef7a1b72bf1f1466a1cb3c77336aff2241d7c1e514ab57cc974f8213f0d7ead1e811d656377204f422db5a3ef9d9e60a83880a745e590ec56cd09b105 DIST abi-compliance-checker-2.1.tar.gz 229447 SHA256 0e19ea16b6c6aa6c7b222063127427bef3b835adbbd9e6606a972a912599d014 SHA512 1621a7862e775c8ffe60d2fca131b002fc8ec3b7370b50c9d6463b539d6b85f504cf2f56cf350d8928cd144ce821b05b37edd3a575d416d167cee237ed96df24 WHIRLPOOL 4fbe25e67f720f86e34fb61c8846b1cae99e93dc27f591bd597318cc5866fbb12e57406cac2cf17bcf97643256ead504234b2c38a64e2543cb884f083c070445 diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-2.0.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-2.0.ebuild deleted file mode 100644 index 7ad9918b7bc..00000000000 --- a/dev-util/abi-compliance-checker/abi-compliance-checker-2.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 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 -}