Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: libxcb-1.10.ebuild ChangeLog
Date: Sun, 26 Jan 2014 19:09:23
Message-Id: 20140126190919.ECF122004C@flycatcher.gentoo.org
1 mattst88 14/01/26 19:09:19
2
3 Modified: ChangeLog
4 Added: libxcb-1.10.ebuild
5 Log:
6 Version bumped to 1.10, bug 496800.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
9
10 Revision Changes Path
11 1.129 x11-libs/libxcb/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.129&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.129&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.128&r2=1.129
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
20 retrieving revision 1.128
21 retrieving revision 1.129
22 diff -u -r1.128 -r1.129
23 --- ChangeLog 11 Jan 2014 11:15:20 -0000 1.128
24 +++ ChangeLog 26 Jan 2014 19:09:19 -0000 1.129
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/libxcb
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.128 2014/01/11 11:15:20 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.129 2014/01/26 19:09:19 mattst88 Exp $
30 +
31 +*libxcb-1.10 (26 Jan 2014)
32 +
33 + 26 Jan 2014; Matt Turner <mattst88@g.o> +libxcb-1.10.ebuild:
34 + Version bumped to 1.10, bug 496800.
35
36 *libxcb-1.9.3-r1 (11 Jan 2014)
37
38
39
40
41 1.1 x11-libs/libxcb/libxcb-1.10.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libxcb-1.10.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild,v 1.1 2014/01/26 19:09:19 mattst88 Exp $
51
52 EAPI=5
53
54 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
55 PYTHON_REQ_USE=xml
56
57 XORG_DOC=doc
58 XORG_MULTILIB=yes
59 inherit python-any-r1 xorg-2
60
61 DESCRIPTION="X C-language Bindings library"
62 HOMEPAGE="http://xcb.freedesktop.org/"
63 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
64 [[ ${PV} != 9999* ]] && \
65 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
66
67 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"
68 IUSE="selinux xkb"
69
70 RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}]
71 x11-libs/libXau[${MULTILIB_USEDEP}]
72 x11-libs/libXdmcp[${MULTILIB_USEDEP}]"
73 # Note: ${PYTHON_USEDEP} needs to go verbatim
74 DEPEND="${RDEPEND}
75 dev-libs/libxslt
76 $(python_gen_any_dep \
77 ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
78
79 python_check_deps() {
80 has_version ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
81 }
82
83 pkg_setup() {
84 python-any-r1_pkg_setup
85 }
86
87 src_configure() {
88 XORG_CONFIGURE_OPTIONS=(
89 $(use_enable doc build-docs)
90 $(use_enable selinux)
91 $(use_enable xkb)
92 --enable-xinput
93 )
94 xorg-2_src_configure
95 }