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 7B99C1382C5 for ; Wed, 16 May 2018 07:27:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9877E0932; Wed, 16 May 2018 07:27:02 +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 97DBAE0932 for ; Wed, 16 May 2018 07:27:02 +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 9BEEC335C79 for ; Wed, 16 May 2018 07:27:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7323C2A3 for ; Wed, 16 May 2018 07:26:57 +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: <1526455577.b678aecd8a8ee6eccfef51d15e79ccd6dbf8b67b.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/abi-compliance-checker-9999.ebuild X-VCS-Directories: dev-util/abi-compliance-checker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b678aecd8a8ee6eccfef51d15e79ccd6dbf8b67b X-VCS-Branch: master Date: Wed, 16 May 2018 07:26:57 +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: 5ee062d9-89e2-4b0b-b9c7-eac5242c19ed X-Archives-Hash: ab9f802a534089790614eda3ee843847 commit: b678aecd8a8ee6eccfef51d15e79ccd6dbf8b67b Author: Michał Górny gentoo org> AuthorDate: Wed May 16 07:14:15 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 16 07:26:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b678aecd dev-util/abi-compliance-checker: Remove crazy stuff from -9999 .../abi-compliance-checker-9999.ebuild | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild index 32877099040..d9351e95a93 100644 --- a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild +++ b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild @@ -3,19 +3,16 @@ EAPI=6 -#if LIVE -EGIT_REPO_URI="https://github.com/lvc/${PN}.git" - inherit git-r3 -#endif 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" +SRC_URI="" +EGIT_REPO_URI="https://github.com/lvc/${PN}.git" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" DEPEND="dev-lang/perl" @@ -23,11 +20,6 @@ RDEPEND="${DEPEND} dev-util/abi-dumper dev-util/ctags" -#if LIVE -SRC_URI= -KEYWORDS= -#endif - src_install() { dodir /usr perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" || die