Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/spe: spe-0.8.2.ebuild spe-0.8.3c.ebuild ChangeLog
Date: Wed, 03 Oct 2007 04:33:54
Message-Id: E1Icvmx-0001G4-Bx@stork.gentoo.org
1 dirtyepic 07/10/03 04:24:47
2
3 Modified: spe-0.8.2.ebuild spe-0.8.3c.ebuild ChangeLog
4 Log:
5 Lock wxpython dependency. Fix quoting/${ROOT}.
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.5 dev-util/spe/spe-0.8.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/spe-0.8.2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/spe-0.8.2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/spe-0.8.2.ebuild?r1=1.4&r2=1.5
14
15 Index: spe-0.8.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- spe-0.8.2.ebuild 8 Jul 2007 19:09:47 -0000 1.4
22 +++ spe-0.8.2.ebuild 3 Oct 2007 04:24:46 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.2.ebuild,v 1.4 2007/07/08 19:09:47 lucass Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.2.ebuild,v 1.5 2007/10/03 04:24:46 dirtyepic Exp $
28
29 inherit distutils eutils
30
31 @@ -17,15 +17,15 @@
32 DEPEND=">=virtual/python-2.3
33 app-arch/unzip"
34
35 -RDEPEND=">=dev-python/wxpython-2.6.1.0
36 +RDEPEND="=dev-python/wxpython-2.6*
37 >=dev-util/wxglade-0.3.2
38 >=dev-python/pychecker-0.8.13
39 ${DEPEND}"
40
41 src_unpack() {
42 unpack ${A}
43 - cd ${S}
44 - chmod -R go-w ${S}/*
45 + cd "${S}"
46 + chmod -R go-w "${S}"/*
47 }
48
49 src_install() {
50 @@ -44,7 +44,7 @@
51
52 pkg_postinst() {
53 distutils_python_version
54 - SPEPATH="/usr/lib/python${PYVER}/site-packages"
55 + SPEPATH="${ROOT}"usr/lib/python${PYVER}/site-packages
56
57 elog
58 elog "To be able to use spe in blender, be sure that the path where spe is"
59
60
61
62 1.5 dev-util/spe/spe-0.8.3c.ebuild
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/spe-0.8.3c.ebuild?rev=1.5&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/spe-0.8.3c.ebuild?rev=1.5&content-type=text/plain
66 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/spe-0.8.3c.ebuild?r1=1.4&r2=1.5
67
68 Index: spe-0.8.3c.ebuild
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.3c.ebuild,v
71 retrieving revision 1.4
72 retrieving revision 1.5
73 diff -u -r1.4 -r1.5
74 --- spe-0.8.3c.ebuild 8 Jul 2007 19:09:47 -0000 1.4
75 +++ spe-0.8.3c.ebuild 3 Oct 2007 04:24:46 -0000 1.5
76 @@ -1,6 +1,6 @@
77 # Copyright 1999-2007 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.3c.ebuild,v 1.4 2007/07/08 19:09:47 lucass Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.3c.ebuild,v 1.5 2007/10/03 04:24:46 dirtyepic Exp $
81
82 inherit distutils eutils
83
84 @@ -17,21 +17,21 @@
85 DEPEND=">=virtual/python-2.3
86 app-arch/unzip"
87
88 -RDEPEND=">=dev-python/wxpython-2.6.1.0
89 +RDEPEND="=dev-python/wxpython-2.6*
90 >=dev-util/wxglade-0.3.2
91 >=dev-python/pychecker-0.8.13
92 ${DEPEND}"
93
94 src_unpack() {
95 unpack ${A}
96 - cd ${S}
97 - chmod -R go-w ${S}/*
98 + cd "${S}"
99 + chmod -R go-w "${S}"/*
100 }
101
102 src_install() {
103 distutils_src_install
104 distutils_python_version
105 - SITEPATH="/usr/lib/python${PYVER}/site-packages"
106 + SITEPATH="${ROOT}usr/lib/python${PYVER}/site-packages"
107
108 dobin spe
109 rm -rf "${D}${SITEPATH}/_spe/plugins/wxGlade"
110
111
112
113 1.33 dev-util/spe/ChangeLog
114
115 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/ChangeLog?rev=1.33&view=markup
116 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/ChangeLog?rev=1.33&content-type=text/plain
117 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/spe/ChangeLog?r1=1.32&r2=1.33
118
119 Index: ChangeLog
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v
122 retrieving revision 1.32
123 retrieving revision 1.33
124 diff -u -r1.32 -r1.33
125 --- ChangeLog 8 Jul 2007 19:09:47 -0000 1.32
126 +++ ChangeLog 3 Oct 2007 04:24:46 -0000 1.33
127 @@ -1,6 +1,10 @@
128 # ChangeLog for dev-util/spe
129 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
130 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.32 2007/07/08 19:09:47 lucass Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.33 2007/10/03 04:24:46 dirtyepic Exp $
132 +
133 + 03 Oct 2007; Ryan Hill <dirtyepic@g.o> spe-0.8.2.ebuild,
134 + spe-0.8.3c.ebuild:
135 + Lock wxpython dependency. Fix quoting/${ROOT}.
136
137 08 Jul 2007; Lukasz Strzygowski <lucass@g.o> spe-0.8.2.ebuild,
138 spe-0.8.3c.ebuild:
139
140
141
142 --
143 gentoo-commits@g.o mailing list