Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/pcb: pcb-20080202.ebuild ChangeLog
Date: Fri, 10 Oct 2008 20:55:34
Message-Id: E1KoP1H-0000Ru-7P@stork.gentoo.org
1 flameeyes 08/10/10 20:55:31
2
3 Modified: pcb-20080202.ebuild ChangeLog
4 Log:
5 Fix build dependencies.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.6 sci-electronics/pcb/pcb-20080202.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/pcb/pcb-20080202.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/pcb/pcb-20080202.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/pcb/pcb-20080202.ebuild?r1=1.5&r2=1.6
14
15 Index: pcb-20080202.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20080202.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- pcb-20080202.ebuild 12 Apr 2008 07:41:26 -0000 1.5
22 +++ pcb-20080202.ebuild 10 Oct 2008 20:55:31 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20080202.ebuild,v 1.5 2008/04/12 07:41:26 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20080202.ebuild,v 1.6 2008/10/10 20:55:31 flameeyes Exp $
28
29 inherit eutils fdo-mime
30
31 @@ -22,6 +22,8 @@
32 xrender? ( x11-libs/libXrender ) ) )
33 png? ( media-libs/gd )"
34 DEPEND="${RDEPEND}
35 + dev-util/intltool
36 + dev-perl/XML-Parser
37 dev-util/pkgconfig
38 x11-proto/xproto
39 tk? ( =dev-lang/tk-8* )"
40
41
42
43 1.43 sci-electronics/pcb/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.43&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.43&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/pcb/ChangeLog?r1=1.42&r2=1.43
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v
52 retrieving revision 1.42
53 retrieving revision 1.43
54 diff -u -r1.42 -r1.43
55 --- ChangeLog 6 Aug 2008 15:45:06 -0000 1.42
56 +++ ChangeLog 10 Oct 2008 20:55:31 -0000 1.43
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-electronics/pcb
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.42 2008/08/06 15:45:06 ulm Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.43 2008/10/10 20:55:31 flameeyes Exp $
62 +
63 + 10 Oct 2008; Diego Pettenò <flameeyes@g.o> pcb-20080202.ebuild:
64 + Fix build dependencies.
65
66 06 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
67 Add USE flag description to metadata wrt GLEP 56.