Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: metadata.xml libxcb-1.9.1.ebuild ChangeLog
Date: Sat, 01 Jun 2013 05:02:27
Message-Id: 20130601050220.7737A2171D@flycatcher.gentoo.org
1 chithanh 13/06/01 05:02:20
2
3 Modified: metadata.xml libxcb-1.9.1.ebuild ChangeLog
4 Log:
5 Add xkb USE flag, bug #471684.
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 x11-libs/libxcb/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 9 Oct 2006 01:51:05 -0000 1.1
23 +++ metadata.xml 1 Jun 2013 05:02:20 -0000 1.2
24 @@ -2,4 +2,7 @@
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 <herd>x11</herd>
28 +<use>
29 +<flag name="xkb">Enable the XCB keyboard extension</flag>
30 +</use>
31 </pkgmetadata>
32
33
34
35 1.2 x11-libs/libxcb/libxcb-1.9.1.ebuild
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.9.1.ebuild?rev=1.2&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.9.1.ebuild?rev=1.2&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.9.1.ebuild?r1=1.1&r2=1.2
40
41 Index: libxcb-1.9.1.ebuild
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9.1.ebuild,v
44 retrieving revision 1.1
45 retrieving revision 1.2
46 diff -u -r1.1 -r1.2
47 --- libxcb-1.9.1.ebuild 1 Jun 2013 03:18:36 -0000 1.1
48 +++ libxcb-1.9.1.ebuild 1 Jun 2013 05:02:20 -0000 1.2
49 @@ -1,6 +1,6 @@
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9.1.ebuild,v 1.1 2013/06/01 03:18:36 chithanh Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9.1.ebuild,v 1.2 2013/06/01 05:02:20 chithanh Exp $
54
55 EAPI=5
56
57 @@ -18,7 +18,7 @@
58 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
61 -IUSE="selinux"
62 +IUSE="selinux xkb"
63
64 RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}]
65 x11-libs/libXau[${MULTILIB_USEDEP}]
66 @@ -37,6 +37,7 @@
67 XORG_CONFIGURE_OPTIONS=(
68 $(use_enable doc build-docs)
69 $(use_enable selinux)
70 + $(use_enable xkb)
71 --enable-xinput
72 )
73 xorg-2_src_configure
74
75
76
77 1.113 x11-libs/libxcb/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.113&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.113&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.112&r2=1.113
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
86 retrieving revision 1.112
87 retrieving revision 1.113
88 diff -u -r1.112 -r1.113
89 --- ChangeLog 1 Jun 2013 03:18:36 -0000 1.112
90 +++ ChangeLog 1 Jun 2013 05:02:20 -0000 1.113
91 @@ -1,6 +1,10 @@
92 # ChangeLog for x11-libs/libxcb
93 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.112 2013/06/01 03:18:36 chithanh Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.113 2013/06/01 05:02:20 chithanh Exp $
96 +
97 + 01 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
98 + libxcb-1.9.1.ebuild, metadata.xml:
99 + Add xkb USE flag, bug #471684.
100
101 *libxcb-1.9.1 (01 Jun 2013)