Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@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: Sat, 06 Nov 2010 14:42:34
Message-Id: 20101106144230.9146D20051@flycatcher.gentoo.org
1 scarabeus 10/11/06 14:42:30
2
3 Modified: ChangeLog xcb-proto-1.6.ebuild
4 Log:
5 Make the python generating work again
6
7 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.53 x11-proto/xcb-proto/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.53&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.53&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.52&r2=1.53
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
19 retrieving revision 1.52
20 retrieving revision 1.53
21 diff -u -r1.52 -r1.53
22 --- ChangeLog 5 Nov 2010 09:37:19 -0000 1.52
23 +++ ChangeLog 6 Nov 2010 14:42:30 -0000 1.53
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.52 2010/11/05 09:37:19 mduft Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.53 2010/11/06 14:42:30 scarabeus Exp $
29 +
30 + 06 Nov 2010; Tomáš Chvátal <scarabeus@g.o> xcb-proto-1.6.ebuild:
31 + Make the python generating work again
32
33 05 Nov 2010; Markus Duft <mduft@g.o> xcb-proto-1.6.ebuild:
34 migrate to xorg-2 eclass, raise EAPI accordingly.
35
36
37
38 1.14 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.14&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6.ebuild?rev=1.14&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.13&r2=1.14
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.13
48 retrieving revision 1.14
49 diff -u -r1.13 -r1.14
50 --- xcb-proto-1.6.ebuild 5 Nov 2010 09:37:19 -0000 1.13
51 +++ xcb-proto-1.6.ebuild 6 Nov 2010 14:42:30 -0000 1.14
52 @@ -1,6 +1,6 @@
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.13 2010/11/05 09:37:19 mduft Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6.ebuild,v 1.14 2010/11/06 14:42:30 scarabeus Exp $
57
58 EAPI=3
59 PYTHON_DEPEND="2:2.5"
60 @@ -30,9 +30,9 @@
61 }
62
63 pkg_postinst() {
64 - python_mod_optimize $(python_get_sitedir)/xcbgen
65 + python_mod_optimize xcbgen
66 }
67
68 pkg_postrm() {
69 - python_mod_cleanup $(python_get_sitedir)/xcbgen
70 + python_mod_cleanup xcbgen
71 }