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-proto/xcb-proto/
Date: Sun, 26 Jan 2014 19:10:32
Message-Id: 1390763478.3fffab480de0d7b8e63d399e1db0f8ba3a329ae1.mattst88@gentoo
1 commit: 3fffab480de0d7b8e63d399e1db0f8ba3a329ae1
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 26 19:11:18 2014 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 19:11:18 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=3fffab48
7
8 x11-proto/xcb-proto: Move 1.10 to the tree.
9
10 ---
11 x11-proto/xcb-proto/xcb-proto-1.10.ebuild | 49 -------------------------------
12 1 file changed, 49 deletions(-)
13
14 diff --git a/x11-proto/xcb-proto/xcb-proto-1.10.ebuild b/x11-proto/xcb-proto/xcb-proto-1.10.ebuild
15 deleted file mode 100644
16 index 32f6a40..0000000
17 --- a/x11-proto/xcb-proto/xcb-proto-1.10.ebuild
18 +++ /dev/null
19 @@ -1,49 +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_2,3_3} )
27 -XORG_MULTILIB=yes
28 -
29 -inherit python-r1 xorg-2
30 -
31 -DESCRIPTION="X C-language Bindings protocol headers"
32 -HOMEPAGE="http://xcb.freedesktop.org/"
33 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto"
34 -[[ ${PV} != 9999* ]] && \
35 - SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
36 -
37 -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"
38 -IUSE=""
39 -
40 -RDEPEND="${PYTHON_DEPS}"
41 -DEPEND="${RDEPEND}
42 - dev-libs/libxml2"
43 -
44 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
45 -
46 -src_configure() {
47 - python_export_best
48 - xorg-2_src_configure
49 - #Note: multilib is not supported with python, therefore use only one ABI
50 - python_parallel_foreach_impl autotools-utils_src_configure
51 -}
52 -
53 -src_compile() {
54 - xorg-2_src_compile
55 -
56 - python_foreach_impl autotools-utils_src_compile -C xcbgen \
57 - top_builddir="${WORKDIR}/${P}-${ABI:-${DEFAULT_ABI}}"
58 -}
59 -
60 -src_install() {
61 - xorg-2_src_install
62 -
63 - python_foreach_impl autotools-utils_src_install -C xcbgen \
64 - top_builddir="${WORKDIR}/${P}-${ABI:-${DEFAULT_ABI}}"
65 -
66 - sed -i -e '/pythondir/s:=.*$:=/dev/null:' \
67 - "${ED}"/usr/lib*/pkgconfig/xcb-proto.pc || die
68 -}