Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: libxcb-1.9-r1.ebuild ChangeLog
Date: Wed, 06 Mar 2013 13:11:07
Message-Id: 20130306131103.705C02171D@flycatcher.gentoo.org
1 mgorny 13/03/06 13:11:03
2
3 Modified: libxcb-1.9-r1.ebuild ChangeLog
4 Log:
5 Migrate to python-r1.
6
7 (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
8
9 Revision Changes Path
10 1.2 x11-libs/libxcb/libxcb-1.9-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.9-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.9-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.9-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: libxcb-1.9-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libxcb-1.9-r1.ebuild 25 Feb 2013 23:09:58 -0000 1.1
23 +++ libxcb-1.9-r1.ebuild 6 Mar 2013 13:11:03 -0000 1.2
24 @@ -1,12 +1,15 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9-r1.ebuild,v 1.1 2013/02/25 23:09:58 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9-r1.ebuild,v 1.2 2013/03/06 13:11:03 mgorny Exp $
29
30 EAPI=5
31
32 +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
33 +PYTHON_REQ_USE=xml
34 +
35 XORG_DOC=doc
36 XORG_MULTILIB=yes
37 -inherit xorg-2
38 +inherit python-single-r1 xorg-2
39
40 DESCRIPTION="X C-language Bindings library"
41 HOMEPAGE="http://xcb.freedesktop.org/"
42 @@ -23,7 +26,8 @@
43 DEPEND="${RDEPEND}
44 dev-lang/python[xml]
45 dev-libs/libxslt
46 - >=x11-proto/xcb-proto-1.7-r1[${MULTILIB_USEDEP}]"
47 + >=x11-proto/xcb-proto-1.7-r1[${MULTILIB_USEDEP},${PYTHON_USEDEP}]
48 + ${PYTHON_DEPS}"
49
50 PATCHES=(
51 "${FILESDIR}"/${PN}-1.9-python-3-iteritems.patch
52 @@ -31,6 +35,7 @@
53 )
54
55 pkg_setup() {
56 + python-single-r1_pkg_setup
57 xorg-2_pkg_setup
58 XORG_CONFIGURE_OPTIONS=(
59 $(use_enable doc build-docs)
60
61
62
63 1.111 x11-libs/libxcb/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.111&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.111&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.110&r2=1.111
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
72 retrieving revision 1.110
73 retrieving revision 1.111
74 diff -u -r1.110 -r1.111
75 --- ChangeLog 25 Feb 2013 23:09:58 -0000 1.110
76 +++ ChangeLog 6 Mar 2013 13:11:03 -0000 1.111
77 @@ -1,6 +1,9 @@
78 # ChangeLog for x11-libs/libxcb
79 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.110 2013/02/25 23:09:58 mgorny Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.111 2013/03/06 13:11:03 mgorny Exp $
82 +
83 + 06 Mar 2013; Michał Górny <mgorny@g.o> libxcb-1.9-r1.ebuild:
84 + Migrate to python-r1.
85
86 *libxcb-1.9-r1 (25 Feb 2013)