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: ChangeLog libxcb-1.6.ebuild
Date: Sun, 25 Apr 2010 14:56:08
Message-Id: 20100425145603.0256B2C04C@corvid.gentoo.org
1 chithanh 10/04/25 14:56:02
2
3 Modified: ChangeLog libxcb-1.6.ebuild
4 Log:
5 Improve Python-related code, patch by arfrever, bug 316995
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.58 x11-libs/libxcb/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.58&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.58&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.57&r2=1.58
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
18 retrieving revision 1.57
19 retrieving revision 1.58
20 diff -u -r1.57 -r1.58
21 --- ChangeLog 20 Apr 2010 21:06:05 -0000 1.57
22 +++ ChangeLog 25 Apr 2010 14:56:02 -0000 1.58
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-libs/libxcb
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.57 2010/04/20 21:06:05 chithanh Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.58 2010/04/25 14:56:02 chithanh Exp $
28 +
29 + 25 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
30 + libxcb-1.6.ebuild:
31 + Improve Python-related code, patch by arfrever, bug 316995
32
33 *libxcb-1.6 (20 Apr 2010)
34
35
36
37
38 1.2 x11-libs/libxcb/libxcb-1.6.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/libxcb-1.6.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/libxcb-1.6.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/libxcb-1.6.ebuild?r1=1.1&r2=1.2
43
44 Index: libxcb-1.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.6.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- libxcb-1.6.ebuild 20 Apr 2010 21:06:05 -0000 1.1
51 +++ libxcb-1.6.ebuild 25 Apr 2010 14:56:02 -0000 1.2
52 @@ -1,9 +1,10 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.6.ebuild,v 1.1 2010/04/20 21:06:05 chithanh Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.6.ebuild,v 1.2 2010/04/25 14:56:02 chithanh Exp $
57
58 EAPI=3
59 -inherit xorg-2
60 +
61 +inherit python xorg-2
62
63 DESCRIPTION="X C-language Bindings library"
64 HOMEPAGE="http://xcb.freedesktop.org/"
65 @@ -21,9 +22,10 @@
66 doc? ( app-doc/doxygen )
67 dev-libs/libxslt
68 >=x11-proto/xcb-proto-1.6
69 - >=dev-lang/python-2.5[xml]"
70 + =dev-lang/python-2*[xml]"
71
72 pkg_setup() {
73 + python_set_active_version 2
74 xorg-2_pkg_setup
75 CONFIGURE_OPTIONS="$(use_enable doc build-docs)
76 $(use_enable selinux)