Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/parti: parti-0.0.6_p456.ebuild ChangeLog parti-9999.ebuild
Date: Thu, 25 Nov 2010 16:55:50
Message-Id: 20101125165542.6F43920051@flycatcher.gentoo.org
1 xmw 10/11/25 16:55:42
2
3 Modified: parti-0.0.6_p456.ebuild ChangeLog parti-9999.ebuild
4 Log:
5 Better solution for the missing constants.pxi
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-wm/parti/parti-0.0.6_p456.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/parti-0.0.6_p456.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/parti-0.0.6_p456.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/parti-0.0.6_p456.ebuild?r1=1.1&r2=1.2
14
15 Index: parti-0.0.6_p456.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-wm/parti/parti-0.0.6_p456.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- parti-0.0.6_p456.ebuild 25 Nov 2010 16:51:10 -0000 1.1
22 +++ parti-0.0.6_p456.ebuild 25 Nov 2010 16:55:42 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/parti/parti-0.0.6_p456.ebuild,v 1.1 2010/11/25 16:51:10 xmw Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/parti/parti-0.0.6_p456.ebuild,v 1.2 2010/11/25 16:55:42 xmw Exp $
28
29 EAPI=2
30
31 @@ -35,5 +35,5 @@
32 }
33
34 src_prepare() {
35 - $(PYTHON -2 -a) make_constants_pxi.py wimpiggy/lowlevel/constants.txt wimpiggy/lowlevel/constants.pxi
36 + $(PYTHON -2 -a) make_constants_pxi.py wimpiggy/lowlevel/constants.txt wimpiggy/lowlevel/constants.pxi || die
37 }
38
39
40
41 1.6 x11-wm/parti/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/ChangeLog?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/ChangeLog?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/ChangeLog?r1=1.5&r2=1.6
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/x11-wm/parti/ChangeLog,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- ChangeLog 25 Nov 2010 16:51:10 -0000 1.5
54 +++ ChangeLog 25 Nov 2010 16:55:42 -0000 1.6
55 @@ -1,6 +1,10 @@
56 # ChangeLog for x11-wm/parti
57 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/parti/ChangeLog,v 1.5 2010/11/25 16:51:10 xmw Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/parti/ChangeLog,v 1.6 2010/11/25 16:55:42 xmw Exp $
60 +
61 + 25 Nov 2010; Michael Weber <xmw@g.o> parti-0.0.6_p456.ebuild,
62 + parti-9999.ebuild, -files/parti-9999-constants.pxi:
63 + Better solution for the missing constants.pxi
64
65 *parti-0.0.6_p456 (25 Nov 2010)
66
67
68
69
70 1.2 x11-wm/parti/parti-9999.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/parti-9999.ebuild?rev=1.2&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/parti-9999.ebuild?rev=1.2&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/parti-9999.ebuild?r1=1.1&r2=1.2
75
76 Index: parti-9999.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/x11-wm/parti/parti-9999.ebuild,v
79 retrieving revision 1.1
80 retrieving revision 1.2
81 diff -u -r1.1 -r1.2
82 --- parti-9999.ebuild 31 Aug 2010 12:29:29 -0000 1.1
83 +++ parti-9999.ebuild 25 Nov 2010 16:55:42 -0000 1.2
84 @@ -1,6 +1,6 @@
85 # Copyright 1999-2010 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/parti/parti-9999.ebuild,v 1.1 2010/08/31 12:29:29 xmw Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/parti/parti-9999.ebuild,v 1.2 2010/11/25 16:55:42 xmw Exp $
89
90 EAPI=2
91
92 @@ -42,6 +42,6 @@
93
94 src_prepare() {
95 if [ ! -e wimpiggy/lowlevel/constants.pxi ] ; then
96 - cp "${FILESDIR}"/${P}-constants.pxi wimpiggy/lowlevel/constants.pxi || die
97 + $(PYTHON -2 -a) make_constants_pxi.py wimpiggy/lowlevel/constants.txt wimpiggy/lowlevel/constants.pxi || die
98 fi
99 }