Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lcov/
Date: Mon, 22 Oct 2018 20:07:48
Message-Id: 1540238715.6ccbfa1dda93bf62810814919a41e63aed88ea17.mgorny@gentoo
1 commit: 6ccbfa1dda93bf62810814919a41e63aed88ea17
2 Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
3 AuthorDate: Sun Oct 7 04:32:59 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 20:05:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccbfa1d
7
8 dev-util/lcov: update to support live ebuild
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-util/lcov/lcov-1.13-r1.ebuild | 10 ++++++++--
15 1 file changed, 8 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/lcov/lcov-1.13-r1.ebuild b/dev-util/lcov/lcov-1.13-r1.ebuild
18 index f500f9aecad..cd55511f099 100644
19 --- a/dev-util/lcov/lcov-1.13-r1.ebuild
20 +++ b/dev-util/lcov/lcov-1.13-r1.ebuild
21 @@ -3,15 +3,21 @@
22
23 EAPI=7
24
25 +if [[ ${PV} == "9999" ]] ; then
26 + EGIT_REPO_URI="https://github.com/linux-test-project/lcov.git"
27 + inherit git-r3
28 +else
29 + SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz"
30 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-linux ~x64-macos"
31 +fi
32 +
33 inherit prefix
34
35 DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov"
36 HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php"
37 -SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz"
38
39 LICENSE="GPL-2+"
40 SLOT="0"
41 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-linux ~x64-macos"
42 IUSE="png"
43
44 RDEPEND="