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.1.ebuild ChangeLog
Date: Sat, 01 Jun 2013 03:18:40
Message-Id: 20130601031836.D53F72171D@flycatcher.gentoo.org
1 chithanh 13/06/01 03:18:36
2
3 Modified: ChangeLog
4 Added: libxcb-1.9.1.ebuild
5 Log:
6 Version bump for security bug #471098.
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.112 x11-libs/libxcb/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.112&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.112&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.111&r2=1.112
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
20 retrieving revision 1.111
21 retrieving revision 1.112
22 diff -u -r1.111 -r1.112
23 --- ChangeLog 6 Mar 2013 13:11:03 -0000 1.111
24 +++ ChangeLog 1 Jun 2013 03:18:36 -0000 1.112
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/libxcb
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.111 2013/03/06 13:11:03 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.112 2013/06/01 03:18:36 chithanh Exp $
30 +
31 +*libxcb-1.9.1 (01 Jun 2013)
32 +
33 + 01 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +libxcb-1.9.1.ebuild:
35 + Version bump for security bug #471098.
36
37 06 Mar 2013; Michał Górny <mgorny@g.o> libxcb-1.9-r1.ebuild:
38 Migrate to python-r1.
39
40
41
42 1.1 x11-libs/libxcb/libxcb-1.9.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.9.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.9.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libxcb-1.9.1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9.1.ebuild,v 1.1 2013/06/01 03:18:36 chithanh Exp $
52
53 EAPI=5
54
55 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
56 PYTHON_REQ_USE=xml
57
58 XORG_DOC=doc
59 XORG_MULTILIB=yes
60 inherit python-single-r1 xorg-2
61
62 DESCRIPTION="X C-language Bindings library"
63 HOMEPAGE="http://xcb.freedesktop.org/"
64 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
65 [[ ${PV} != 9999* ]] && \
66 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
67
68 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"
69 IUSE="selinux"
70
71 RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}]
72 x11-libs/libXau[${MULTILIB_USEDEP}]
73 x11-libs/libXdmcp[${MULTILIB_USEDEP}]"
74 DEPEND="${RDEPEND}
75 dev-lang/python[xml]
76 dev-libs/libxslt
77 >=x11-proto/xcb-proto-1.7-r1[${MULTILIB_USEDEP},${PYTHON_USEDEP}]
78 ${PYTHON_DEPS}"
79
80 pkg_setup() {
81 python-single-r1_pkg_setup
82 }
83
84 src_configure() {
85 XORG_CONFIGURE_OPTIONS=(
86 $(use_enable doc build-docs)
87 $(use_enable selinux)
88 --enable-xinput
89 )
90 xorg-2_src_configure
91 }