Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/lcov: ChangeLog lcov-1.7.ebuild lcov-1.6.ebuild
Date: Mon, 26 Oct 2009 10:00:28
Message-Id: E1N2MNG-0004h2-7x@stork.gentoo.org
1 dragonheart 09/10/26 10:00:26
2
3 Modified: ChangeLog lcov-1.7.ebuild lcov-1.6.ebuild
4 Log:
5 add missing RDEPEND of dev-perl/GD needed by genpng executable
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-util/lcov/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 18 Feb 2009 21:32:39 -0000 1.2
22 +++ ChangeLog 26 Oct 2009 10:00:25 -0000 1.3
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/lcov
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v 1.2 2009/02/18 21:32:39 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v 1.3 2009/10/26 10:00:25 dragonheart Exp $
28 +
29 + 26 Oct 2009; Daniel Black <dragonheart@g.o> lcov-1.6.ebuild,
30 + lcov-1.7.ebuild:
31 + add missing RDEPEND of dev-perl/GD needed by genpng executable
32
33 *lcov-1.7 (18 Feb 2009)
34
35
36
37
38 1.2 dev-util/lcov/lcov-1.7.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild?r1=1.1&r2=1.2
43
44 Index: lcov-1.7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- lcov-1.7.ebuild 18 Feb 2009 21:32:39 -0000 1.1
51 +++ lcov-1.7.ebuild 26 Oct 2009 10:00:25 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild,v 1.1 2009/02/18 21:32:39 cardoe Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.7.ebuild,v 1.2 2009/10/26 10:00:25 dragonheart Exp $
57
58 DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov"
59 HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php"
60 @@ -12,7 +12,8 @@
61 IUSE=""
62
63 DEPEND=""
64 -RDEPEND=">=dev-lang/perl-5"
65 +RDEPEND=">=dev-lang/perl-5
66 + dev-perl/GD"
67
68 src_install() {
69 emake PREFIX="${D}" install || die "install failed"
70
71
72
73 1.3 dev-util/lcov/lcov-1.6.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/lcov-1.6.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/lcov-1.6.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/lcov/lcov-1.6.ebuild?r1=1.2&r2=1.3
78
79 Index: lcov-1.6.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.6.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- lcov-1.6.ebuild 28 Oct 2008 02:06:15 -0000 1.2
86 +++ lcov-1.6.ebuild 26 Oct 2009 10:00:25 -0000 1.3
87 @@ -1,6 +1,6 @@
88 -# Copyright 1999-2008 Gentoo Foundation
89 +# Copyright 1999-2009 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.6.ebuild,v 1.2 2008/10/28 02:06:15 mr_bones_ Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.6.ebuild,v 1.3 2009/10/26 10:00:25 dragonheart Exp $
93
94 DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov"
95 HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php"
96 @@ -12,7 +12,8 @@
97 IUSE=""
98
99 DEPEND=""
100 -RDEPEND=">=dev-lang/perl-5"
101 +RDEPEND=">=dev-lang/perl-5
102 + dev-perl/GD"
103
104 src_install() {
105 emake PREFIX="${D}" install || die "install failed"