Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libX11: ChangeLog libX11-1.1.3-r1.ebuild
Date: Thu, 28 Feb 2008 19:39:23
Message-Id: E1JUobA-0005u8-N7@stork.gentoo.org
1 cardoe 08/02/28 19:39:20
2
3 Modified: ChangeLog
4 Added: libX11-1.1.3-r1.ebuild
5 Log:
6 add patch to fix fd.o bug #14029. Related to XCB locking.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.90 x11-libs/libX11/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libX11/ChangeLog?rev=1.90&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libX11/ChangeLog?rev=1.90&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libX11/ChangeLog?r1=1.89&r2=1.90
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v
19 retrieving revision 1.89
20 retrieving revision 1.90
21 diff -u -r1.89 -r1.90
22 --- ChangeLog 19 Dec 2007 23:33:35 -0000 1.89
23 +++ ChangeLog 28 Feb 2008 19:39:20 -0000 1.90
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-libs/libX11
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.89 2007/12/19 23:33:35 cla Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.90 2008/02/28 19:39:20 cardoe Exp $
30 +
31 +*libX11-1.1.3-r1 (28 Feb 2008)
32 +
33 + 28 Feb 2008; Doug Klima <cardoe@g.o>
34 + +files/libX11-1.1.3-xcb-locking.patch, +libX11-1.1.3-r1.ebuild:
35 + add patch to fix fd.o bug #14029. Related to XCB locking.
36
37 19 Dec 2007; Dawid Węgliński <cla@g.o> libX11-1.1.3.ebuild:
38 Stable on x86 (bug #202087)
39
40
41
42 1.1 x11-libs/libX11/libX11-1.1.3-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libX11/libX11-1.1.3-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libX11/libX11-1.1.3-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libX11-1.1.3-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.1.3-r1.ebuild,v 1.1 2008/02/28 19:39:20 cardoe Exp $
52
53 # Must be before x-modular eclass is inherited
54 #SNAPSHOT="yes"
55
56 inherit x-modular
57
58 DESCRIPTION="X.Org X11 library"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE="ipv6 xcb"
62 RDEPEND=">=x11-libs/xtrans-1.0.1
63 x11-libs/libXau
64 x11-libs/libXdmcp
65 x11-proto/kbproto
66 >=x11-proto/xproto-7.0.6
67 xcb? ( >=x11-libs/libxcb-1.0 )"
68 DEPEND="${RDEPEND}
69 x11-proto/xf86bigfontproto
70 x11-proto/bigreqsproto
71 x11-proto/inputproto
72 x11-proto/xextproto
73 x11-proto/xcmiscproto
74 >=x11-misc/util-macros-0.99.0_p20051007"
75
76 CONFIGURE_OPTIONS="$(use_enable ipv6)
77 $(use_with xcb)"
78 PATCHES="${FILESDIR}/libX11-1.1.3-xcb-locking.patch"
79
80 # xorg really doesn't like xlocale disabled.
81 # $(use_enable nls xlocale)
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list