Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
Date: Sun, 26 Jan 2014 19:10:31
Message-Id: 1390763454.9f3dbc8cae421303f8352aa36532ad73093c2e2d.mattst88@gentoo
1 commit: 9f3dbc8cae421303f8352aa36532ad73093c2e2d
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 26 19:10:54 2014 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 19:10:54 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=9f3dbc8c
7
8 x11-libs/libxcb: Move 1.10 to the tree.
9
10 ---
11 x11-libs/libxcb/libxcb-1.10.ebuild | 48 --------------------------------------
12 1 file changed, 48 deletions(-)
13
14 diff --git a/x11-libs/libxcb/libxcb-1.10.ebuild b/x11-libs/libxcb/libxcb-1.10.ebuild
15 deleted file mode 100644
16 index 0edfff4..0000000
17 --- a/x11-libs/libxcb/libxcb-1.10.ebuild
18 +++ /dev/null
19 @@ -1,48 +0,0 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: $
23 -
24 -EAPI=5
25 -
26 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
27 -PYTHON_REQ_USE=xml
28 -
29 -XORG_DOC=doc
30 -XORG_MULTILIB=yes
31 -inherit python-any-r1 xorg-2
32 -
33 -DESCRIPTION="X C-language Bindings library"
34 -HOMEPAGE="http://xcb.freedesktop.org/"
35 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
36 -[[ ${PV} != 9999* ]] && \
37 - SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
38 -
39 -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"
40 -IUSE="selinux xkb"
41 -
42 -RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}]
43 - x11-libs/libXau[${MULTILIB_USEDEP}]
44 - x11-libs/libXdmcp[${MULTILIB_USEDEP}]"
45 -# Note: ${PYTHON_USEDEP} needs to go verbatim
46 -DEPEND="${RDEPEND}
47 - dev-libs/libxslt
48 - $(python_gen_any_dep \
49 - ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
50 -
51 -python_check_deps() {
52 - has_version ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
53 -}
54 -
55 -pkg_setup() {
56 - python-any-r1_pkg_setup
57 -}
58 -
59 -src_configure() {
60 - XORG_CONFIGURE_OPTIONS=(
61 - $(use_enable doc build-docs)
62 - $(use_enable selinux)
63 - $(use_enable xkb)
64 - --enable-xinput
65 - )
66 - xorg-2_src_configure
67 -}