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-proto/xcb-proto: xcb-proto-1.8-r1.ebuild ChangeLog
Date: Wed, 06 Mar 2013 13:05:58
Message-Id: 20130306130554.27D9B2171D@flycatcher.gentoo.org
1 mgorny 13/03/06 13:05:54
2
3 Modified: xcb-proto-1.8-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-proto/xcb-proto/xcb-proto-1.8-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: xcb-proto-1.8-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xcb-proto-1.8-r1.ebuild 25 Feb 2013 23:08:40 -0000 1.1
23 +++ xcb-proto-1.8-r1.ebuild 6 Mar 2013 13:05:53 -0000 1.2
24 @@ -1,12 +1,12 @@
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-proto/xcb-proto/xcb-proto-1.8-r1.ebuild,v 1.1 2013/02/25 23:08:40 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r1.ebuild,v 1.2 2013/03/06 13:05:53 mgorny Exp $
29
30 EAPI=5
31
32 -PYTHON_DEPEND="*"
33 +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
34 XORG_MULTILIB=yes
35 -inherit python xorg-2
36 +inherit python-single-r1 xorg-2
37
38 DESCRIPTION="X C-language Bindings protocol headers"
39 HOMEPAGE="http://xcb.freedesktop.org/"
40 @@ -17,20 +17,15 @@
41 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"
42 IUSE=""
43
44 -RDEPEND=""
45 +RDEPEND="${PYTHON_DEPS}"
46 DEPEND="${RDEPEND}
47 dev-libs/libxml2"
48
49 -src_prepare() {
50 - python_clean_py-compile_files
51 - xorg-2_src_prepare
52 +pkg_setup() {
53 + python-single-r1_pkg_setup
54 + xorg-2_pkg_setup
55 }
56
57 pkg_postinst() {
58 - python_mod_optimize xcbgen
59 ewarn "Please rebuild both libxcb and xcb-util if you are upgrading from version 1.6"
60 }
61 -
62 -pkg_postrm() {
63 - python_mod_cleanup xcbgen
64 -}
65
66
67
68 1.96 x11-proto/xcb-proto/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.96&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.96&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.95&r2=1.96
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
77 retrieving revision 1.95
78 retrieving revision 1.96
79 diff -u -r1.95 -r1.96
80 --- ChangeLog 25 Feb 2013 23:08:40 -0000 1.95
81 +++ ChangeLog 6 Mar 2013 13:05:53 -0000 1.96
82 @@ -1,6 +1,9 @@
83 # ChangeLog for x11-proto/xcb-proto
84 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.95 2013/02/25 23:08:40 mgorny Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.96 2013/03/06 13:05:53 mgorny Exp $
87 +
88 + 06 Mar 2013; Michał Górny <mgorny@g.o> xcb-proto-1.8-r1.ebuild:
89 + Migrate to python-r1.
90
91 *xcb-proto-1.8-r1 (25 Feb 2013)