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 E83A81382C5 for ; Tue, 6 Mar 2018 14:43:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49203E08E0; Tue, 6 Mar 2018 14:43:20 +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 27075E08DB for ; Tue, 6 Mar 2018 14:43:20 +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 25A28335C07 for ; Tue, 6 Mar 2018 14:43:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF465241 for ; Tue, 6 Mar 2018 14:43:17 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1520347383.1b2f58a768e8189b9e1b8eb76a3423288d8768c9.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lcov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lcov/lcov-1.13-r1.ebuild X-VCS-Directories: dev-util/lcov/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 1b2f58a768e8189b9e1b8eb76a3423288d8768c9 X-VCS-Branch: master Date: Tue, 6 Mar 2018 14:43:17 +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: aba60029-5f05-40fa-a026-cdcf988eb96c X-Archives-Hash: f2a76b45980fa5b41fea58ce7c4e82a9 commit: 1b2f58a768e8189b9e1b8eb76a3423288d8768c9 Author: Guilherme Amadio gentoo org> AuthorDate: Tue Mar 6 10:43:52 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Tue Mar 6 14:43:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2f58a7 dev-util/lcov: prefix support Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/lcov/lcov-1.13-r1.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev-util/lcov/lcov-1.13-r1.ebuild b/dev-util/lcov/lcov-1.13-r1.ebuild index 94b261fb04b..687e3ec26ce 100644 --- a/dev-util/lcov/lcov-1.13-r1.ebuild +++ b/dev-util/lcov/lcov-1.13-r1.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit prefix + DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov" HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php" SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz" @@ -15,6 +17,13 @@ RDEPEND=" dev-lang/perl dev-perl/GD[png]" +src_prepare() { + default + if use prefix; then + hprefixify bin/*.{pl,sh} + fi +} + src_compile() { :; } src_install() {