Gentoo Archives: gentoo-commits

From: "Thomas Beierlein (tomjbe)" <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/pcb: pcb-20110918.ebuild ChangeLog pcb-20140316.ebuild
Date: Thu, 31 Jul 2014 16:50:43
Message-Id: 20140731165034.8E8F02004E@flycatcher.gentoo.org
1 tomjbe 14/07/31 16:50:33
2
3 Modified: pcb-20110918.ebuild ChangeLog pcb-20140316.ebuild
4 Log:
5 Add missing depend (bug #514844). Thanks Patrick
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
8
9 Revision Changes Path
10 1.9 sci-electronics/pcb/pcb-20110918.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?r1=1.8&r2=1.9
15
16 Index: pcb-20110918.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- pcb-20110918.ebuild 4 Jan 2013 12:58:37 -0000 1.8
23 +++ pcb-20110918.ebuild 31 Jul 2014 16:50:33 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.8 2013/01/04 12:58:37 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.9 2014/07/31 16:50:33 tomjbe Exp $
30
31 EAPI="3"
32
33 @@ -17,7 +17,8 @@
34 test tk toporouter xrender"
35 # toporouter-output USE flag removed, there seems to be no result
36
37 -CDEPEND="gif? ( >=media-libs/gd-2.0.23 )
38 +CDEPEND="dev-libs/glib:2
39 + gif? ( >=media-libs/gd-2.0.23 )
40 gtk? ( x11-libs/gtk+:2 x11-libs/pango
41 x11-libs/gtkglext
42 dbus? ( sys-apps/dbus ) )
43
44
45
46 1.76 sci-electronics/pcb/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.76&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.76&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?r1=1.75&r2=1.76
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v
55 retrieving revision 1.75
56 retrieving revision 1.76
57 diff -u -r1.75 -r1.76
58 --- ChangeLog 12 May 2014 06:13:24 -0000 1.75
59 +++ ChangeLog 31 Jul 2014 16:50:33 -0000 1.76
60 @@ -1,6 +1,10 @@
61 # ChangeLog for sci-electronics/pcb
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.75 2014/05/12 06:13:24 tomjbe Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.76 2014/07/31 16:50:33 tomjbe Exp $
65 +
66 + 31 Jul 2014; Thomas Beierlein <tomjbe@g.o> pcb-20110918.ebuild,
67 + pcb-20140316.ebuild:
68 + Add missing depend (bug #514844). Thanks Patrick
69
70 *pcb-20140316 (12 May 2014)
71
72
73
74
75 1.2 sci-electronics/pcb/pcb-20140316.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20140316.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20140316.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20140316.ebuild?r1=1.1&r2=1.2
80
81 Index: pcb-20140316.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20140316.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- pcb-20140316.ebuild 12 May 2014 06:13:24 -0000 1.1
88 +++ pcb-20140316.ebuild 31 Jul 2014 16:50:33 -0000 1.2
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2014 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20140316.ebuild,v 1.1 2014/05/12 06:13:24 tomjbe Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20140316.ebuild,v 1.2 2014/07/31 16:50:33 tomjbe Exp $
94
95 EAPI="5"
96
97 @@ -17,7 +17,8 @@
98 test tk toporouter xrender"
99 # toporouter-output USE flag removed, there seems to be no result
100
101 -CDEPEND="gif? ( >=media-libs/gd-2.0.23 )
102 +CDEPEND="dev-libs/glib:2
103 + gif? ( >=media-libs/gd-2.0.23 )
104 gtk? ( x11-libs/gtk+:2 x11-libs/pango
105 x11-libs/gtkglext
106 dbus? ( sys-apps/dbus ) )