Gentoo Archives: gentoo-commits

From: "Markus Duft (mduft)" <mduft@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: ChangeLog xcb-proto-1.6.ebuild
Date: Fri, 05 Nov 2010 09:37:23
Message-Id: 20101105093719.D093F20051@flycatcher.gentoo.org
1 mduft 10/11/05 09:37:19
2
3 Modified: ChangeLog xcb-proto-1.6.ebuild
4 Log:
5 migrate to xorg-2 eclass, raise EAPI accordingly.
6
7 (Portage version: 2.2.01.17086-prefix/cvs/Interix x86)
8
9 Revision Changes Path
10 1.52 x11-proto/xcb-proto/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.52&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.52&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.51&r2=1.52
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
19 retrieving revision 1.51
20 retrieving revision 1.52
21 diff -u -r1.51 -r1.52
22 --- ChangeLog 10 Sep 2010 18:25:20 -0000 1.51
23 +++ ChangeLog 5 Nov 2010 09:37:19 -0000 1.52
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-proto/xcb-proto
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.51 2010/09/10 18:25:20 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.52 2010/11/05 09:37:19 mduft Exp $
29 +
30 + 05 Nov 2010; Markus Duft <mduft@g.o> xcb-proto-1.6.ebuild:
31 + migrate to xorg-2 eclass, raise EAPI accordingly.
32
33 10 Sep 2010; Tomáš Chvátal <scarabeus@g.o>
34 -xcb-proto-1.5.ebuild:
35
36
37
38 1.13 x11-proto/xcb-proto/xcb-proto-1.6.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6.ebuild?rev=1.13&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6.ebuild?rev=1.13&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6.ebuild?r1=1.12&r2=1.13
43
44 Index: xcb-proto-1.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6.ebuild,v
47 retrieving revision 1.12
48 retrieving revision 1.13
49 diff -u -r1.12 -r1.13
50 --- xcb-proto-1.6.ebuild 2 Aug 2010 18:13:39 -0000 1.12
51 +++ xcb-proto-1.6.ebuild 5 Nov 2010 09:37:19 -0000 1.13
52 @@ -1,10 +1,11 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6.ebuild,v 1.12 2010/08/02 18:13:39 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6.ebuild,v 1.13 2010/11/05 09:37:19 mduft Exp $
57
58 +EAPI=3
59 PYTHON_DEPEND="2:2.5"
60
61 -inherit python x-modular
62 +inherit python xorg-2
63
64 DESCRIPTION="X C-language Bindings protocol headers"
65 HOMEPAGE="http://xcb.freedesktop.org/"
66 @@ -24,7 +25,7 @@
67 }
68
69 src_install() {
70 - x-modular_src_install
71 + xorg-2_src_install
72 python_clean_installation_image
73 }