Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xfindproxy: xfindproxy-1.0.1.ebuild ChangeLog
Date: Sat, 11 Oct 2008 22:22:36
Message-Id: E1Komr2-0006L4-UZ@stork.gentoo.org
1 flameeyes 08/10/11 22:22:32
2
3 Modified: xfindproxy-1.0.1.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.5 x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild?r1=1.4&r2=1.5
14
15 Index: xfindproxy-1.0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- xfindproxy-1.0.1.ebuild 20 Dec 2007 00:11:33 -0000 1.4
22 +++ xfindproxy-1.0.1.ebuild 11 Oct 2008 22:22:32 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild,v 1.4 2007/12/20 00:11:33 cla Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild,v 1.5 2008/10/11 22:22:32 flameeyes Exp $
29
30 # Must be before x-modular eclass is inherited
31 #SNAPSHOT="yes"
32 @@ -12,4 +12,5 @@
33 RDEPEND="x11-libs/libX11
34 x11-libs/libICE
35 x11-libs/libXt"
36 -DEPEND="${RDEPEND}"
37 +DEPEND="${RDEPEND}
38 + x11-proto/xproxymanagementprotocol"
39
40
41
42 1.12 x11-apps/xfindproxy/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfindproxy/ChangeLog?rev=1.12&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfindproxy/ChangeLog?rev=1.12&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfindproxy/ChangeLog?r1=1.11&r2=1.12
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/ChangeLog,v
51 retrieving revision 1.11
52 retrieving revision 1.12
53 diff -u -r1.11 -r1.12
54 --- ChangeLog 20 Dec 2007 00:11:33 -0000 1.11
55 +++ ChangeLog 11 Oct 2008 22:22:32 -0000 1.12
56 @@ -1,6 +1,10 @@
57 # ChangeLog for x11-apps/xfindproxy
58 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/ChangeLog,v 1.11 2007/12/20 00:11:33 cla Exp $
60 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/ChangeLog,v 1.12 2008/10/11 22:22:32 flameeyes Exp $
62 +
63 + 11 Oct 2008; Diego Pettenò <flameeyes@g.o>
64 + xfindproxy-1.0.1.ebuild:
65 + Fix build dependencies.
66
67 19 Dec 2007; Dawid Węgliński <cla@g.o> xfindproxy-1.0.1.ebuild:
68 Stable on x86 (bug #202087)