Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/lcov: lcov-1.7.ebuild ChangeLog lcov-1.6.ebuild
Date: Tue, 16 Feb 2010 16:49:31
Message-Id: E1NhQc5-0001Ji-KK@stork.gentoo.org
1 tester 10/02/16 16:49:29
2
3 Modified: lcov-1.7.ebuild ChangeLog
4 Removed: lcov-1.6.ebuild
5 Log:
6 Needs dev-perl/GD with png, bug #300747
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-util/lcov/lcov-1.7.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild?r1=1.3&r2=1.4
15
16 Index: lcov-1.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- lcov-1.7.ebuild 7 Nov 2009 18:03:53 -0000 1.3
23 +++ lcov-1.7.ebuild 16 Feb 2010 16:49:29 -0000 1.4
24 @@ -1,6 +1,8 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild,v 1.3 2009/11/07 18:03:53 volkmar Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild,v 1.4 2010/02/16 16:49:29 tester Exp $
30 +
31 +EAPI="2"
32
33 DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov"
34 HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php"
35 @@ -13,7 +15,7 @@
36
37 DEPEND=""
38 RDEPEND=">=dev-lang/perl-5
39 - dev-perl/GD"
40 + dev-perl/GD[png]"
41
42 src_install() {
43 emake PREFIX="${D}" install || die "install failed"
44
45
46
47 1.5 dev-util/lcov/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/ChangeLog?rev=1.5&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/ChangeLog?rev=1.5&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/ChangeLog?r1=1.4&r2=1.5
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v
56 retrieving revision 1.4
57 retrieving revision 1.5
58 diff -u -r1.4 -r1.5
59 --- ChangeLog 7 Nov 2009 18:03:53 -0000 1.4
60 +++ ChangeLog 16 Feb 2010 16:49:29 -0000 1.5
61 @@ -1,6 +1,10 @@
62 # ChangeLog for dev-util/lcov
63 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v 1.4 2009/11/07 18:03:53 volkmar Exp $
65 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v 1.5 2010/02/16 16:49:29 tester Exp $
67 +
68 + 16 Feb 2010; Olivier CrĂȘte <tester@g.o> -lcov-1.6.ebuild,
69 + lcov-1.7.ebuild:
70 + Needs dev-perl/GD with png, bug #300747
71
72 07 Nov 2009; Mounir Lamouri <volkmar@g.o> lcov-1.7.ebuild:
73 Keywording for ppc.