Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmxres: wmxres-1.2.ebuild ChangeLog
Date: Tue, 05 Oct 2010 21:03:35
Message-Id: 20101005202916.2A1C620051@flycatcher.gentoo.org
1 voyageur 10/10/05 20:29:16
2
3 Modified: wmxres-1.2.ebuild ChangeLog
4 Log:
5 Newer dga headers require libXxf86dga, thanks Agostino Sarubbo <ago@×××××××××.org> in bug #338805
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 x11-plugins/wmxres/wmxres-1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild?r1=1.8&r2=1.9
15
16 Index: wmxres-1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- wmxres-1.2.ebuild 23 Aug 2010 17:52:51 -0000 1.8
23 +++ wmxres-1.2.ebuild 5 Oct 2010 20:29:16 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.8 2010/08/23 17:52:51 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.9 2010/10/05 20:29:16 voyageur Exp $
29
30 inherit eutils multilib toolchain-funcs
31
32 @@ -18,9 +18,9 @@
33 x11-libs/libXpm
34 x11-libs/libXxf86vm"
35 DEPEND="${RDEPEND}
36 + x11-libs/libXxf86dga
37 x11-proto/xextproto
38 - x11-proto/xf86vidmodeproto
39 - x11-proto/xf86dgaproto"
40 + x11-proto/xf86vidmodeproto"
41
42 S=${WORKDIR}/${PN}.app
43
44
45
46
47 1.9 x11-plugins/wmxres/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres/ChangeLog?rev=1.9&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres/ChangeLog?rev=1.9&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres/ChangeLog?r1=1.8&r2=1.9
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v
56 retrieving revision 1.8
57 retrieving revision 1.9
58 diff -u -r1.8 -r1.9
59 --- ChangeLog 23 Aug 2010 17:52:51 -0000 1.8
60 +++ ChangeLog 5 Oct 2010 20:29:16 -0000 1.9
61 @@ -1,6 +1,10 @@
62 # ChangeLog for x11-plugins/wmxres
63 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.8 2010/08/23 17:52:51 voyageur Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.9 2010/10/05 20:29:16 voyageur Exp $
66 +
67 + 05 Oct 2010; Bernard Cafarelli <voyageur@g.o> wmxres-1.2.ebuild:
68 + Newer dga headers require libXxf86dga, thanks Agostino Sarubbo
69 + <ago@×××××××××.org> in bug #338805
70
71 23 Aug 2010; Bernard Cafarelli <voyageur@g.o> wmxres-1.2.ebuild:
72 Respect LDFLAGS, bug #331821 by flameeyes