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: libxcb-1.9.ebuild ChangeLog
Date: Wed, 31 Oct 2012 23:43:17
Message-Id: 20121031234300.B2B5921601@flycatcher.gentoo.org
1 chithanh 12/10/31 23:43:00
2
3 Modified: ChangeLog
4 Added: libxcb-1.9.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.98 x11-libs/libxcb/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.98&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.98&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.97&r2=1.98
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
20 retrieving revision 1.97
21 retrieving revision 1.98
22 diff -u -r1.97 -r1.98
23 --- ChangeLog 6 Oct 2012 20:53:44 -0000 1.97
24 +++ ChangeLog 31 Oct 2012 23:43:00 -0000 1.98
25 @@ -1,6 +1,13 @@
26 # ChangeLog for x11-libs/libxcb
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.97 2012/10/06 20:53:44 chithanh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.98 2012/10/31 23:43:00 chithanh Exp $
30 +
31 +*libxcb-1.9 (31 Oct 2012)
32 +
33 + 31 Oct 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +files/libxcb-1.9-python-3-exception.patch,
35 + +files/libxcb-1.9-python-3-iteritems.patch, +libxcb-1.9.ebuild:
36 + Version bump.
37
38 *libxcb-1.8.1-r1 (06 Oct 2012)
39
40
41
42
43 1.1 x11-libs/libxcb/libxcb-1.9.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.9.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.9.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libxcb-1.9.ebuild
49 ===================================================================
50 # Copyright 1999-2012 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.ebuild,v 1.1 2012/10/31 23:43:00 chithanh Exp $
53
54 EAPI=4
55
56 XORG_DOC=doc
57 inherit xorg-2
58
59 DESCRIPTION="X C-language Bindings library"
60 HOMEPAGE="http://xcb.freedesktop.org/"
61 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
62 [[ ${PV} != 9999* ]] && \
63 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
64
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 IUSE="selinux"
67
68 RDEPEND="dev-libs/libpthread-stubs
69 x11-libs/libXau
70 x11-libs/libXdmcp"
71 DEPEND="${RDEPEND}
72 dev-lang/python[xml]
73 dev-libs/libxslt
74 >=x11-proto/xcb-proto-1.7-r1"
75
76 PATCHES=(
77 "${FILESDIR}"/${PN}-1.9-python-3-iteritems.patch
78 "${FILESDIR}"/${PN}-1.9-python-3-exception.patch
79 )
80
81 pkg_setup() {
82 xorg-2_pkg_setup
83 XORG_CONFIGURE_OPTIONS=(
84 $(use_enable doc build-docs)
85 $(use_enable selinux)
86 --enable-xinput
87 )
88 }