Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: libxcb-1.11-r1.ebuild ChangeLog
Date: Tue, 30 Dec 2014 01:06:35
Message-Id: 20141230002926.22454E74E@oystercatcher.gentoo.org
1 remi 14/12/30 00:29:26
2
3 Modified: ChangeLog
4 Added: libxcb-1.11-r1.ebuild
5 Log:
6 x11-libs/libxcb: revbump + add patch to fix bug #533906
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 901AB08A)
9
10 Revision Changes Path
11 1.148 x11-libs/libxcb/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.148&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.148&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.147&r2=1.148
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
20 retrieving revision 1.147
21 retrieving revision 1.148
22 diff -u -r1.147 -r1.148
23 --- ChangeLog 21 Dec 2014 09:42:18 -0000 1.147
24 +++ ChangeLog 30 Dec 2014 00:29:26 -0000 1.148
25 @@ -1,6 +1,13 @@
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.147 2014/12/21 09:42:18 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.148 2014/12/30 00:29:26 remi Exp $
30 +
31 +*libxcb-1.11-r1 (30 Dec 2014)
32 +
33 + 30 Dec 2014; Rémi Cardona <remi@g.o> +libxcb-1.11-r1.ebuild,
34 + +files/libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch
35 + :
36 + Don't install headers/man pages for disabled extension, see bug #533906.
37
38 21 Dec 2014; Michał Górny <mgorny@g.o> files/xcb-rebuilder.sh:
39 Use sys-apps/gentoo-functions in xcb-rebuilder, bug #504420.
40
41
42
43 1.1 x11-libs/libxcb/libxcb-1.11-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libxcb-1.11-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 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.11-r1.ebuild,v 1.1 2014/12/30 00:29:26 remi Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
57 PYTHON_REQ_USE=xml
58
59 XORG_DOC=doc
60 XORG_MULTILIB=yes
61 XORG_EAUTORECONF=yes
62 inherit python-any-r1 xorg-2
63
64 DESCRIPTION="X C-language Bindings library"
65 HOMEPAGE="http://xcb.freedesktop.org/"
66 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
67 [[ ${PV} != 9999* ]] && \
68 SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
69
70 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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"
71 IUSE="selinux xkb"
72 SLOT="0/${PV}"
73
74 RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
75 >=x11-libs/libXau-1.0.7-r1[${MULTILIB_USEDEP}]
76 >=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}]"
77 # Note: ${PYTHON_USEDEP} needs to go verbatim
78 DEPEND="${RDEPEND}
79 dev-libs/libxslt
80 ${PYTHON_DEPS}
81 $(python_gen_any_dep \
82 ">=x11-proto/xcb-proto-1.11[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
83
84 python_check_deps() {
85 has_version --host-root ">=x11-proto/xcb-proto-1.11[${PYTHON_USEDEP}]"
86 }
87
88 pkg_setup() {
89 python-any-r1_pkg_setup
90 }
91
92 PATCHES=(
93 "${FILESDIR}/${P}-xevie-xprint_removal.patch"
94 "${FILESDIR}/${PN}-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch"
95 )
96
97 src_configure() {
98 XORG_CONFIGURE_OPTIONS=(
99 $(use_enable doc build-docs)
100 $(use_enable selinux)
101 $(use_enable xkb)
102 --enable-xinput
103 )
104 xorg-2_src_configure
105 }