Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/kicad: kicad-20070115.ebuild ChangeLog kicad-20070525.ebuild kicad-20070702.ebuild
Date: Wed, 12 Dec 2007 09:17:39
Message-Id: E1J2Nia-0004zY-II@stork.gentoo.org
1 calchan 07/12/12 09:17:28
2
3 Modified: kicad-20070115.ebuild ChangeLog
4 kicad-20070525.ebuild kicad-20070702.ebuild
5 Log:
6 Fixed bug #202007, thanks to Denilson. Fixed unquoted variables.
7 (Portage version: 2.1.4_rc9)
8
9 Revision Changes Path
10 1.11 sci-electronics/kicad/kicad-20070115.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild?r1=1.10&r2=1.11
15
16 Index: kicad-20070115.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- kicad-20070115.ebuild 29 Jul 2007 08:51:24 -0000 1.10
23 +++ kicad-20070115.ebuild 12 Dec 2007 09:17:27 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild,v 1.10 2007/07/29 08:51:24 calchan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070115.ebuild,v 1.11 2007/12/12 09:17:27 calchan Exp $
29
30 inherit wxwidgets
31
32 @@ -25,14 +25,14 @@
33 if use unicode; then
34 need-wxwidgets unicode || die "You need to install wxGTK with unicode support."
35 else
36 - need-wxwidgets gtk2 || die "You need to install wxGTK with gtk2 support."
37 + need-wxwidgets X || die "You need to install wxGTK with X support."
38 fi
39 built_with_use "=x11-libs/wxGTK-${WX_GTK_VER}*" opengl || die "You need to install wxGTK with opengl support."
40 }
41
42 src_unpack() {
43 unpack ${A} || die "unpack failed"
44 - cd ${S}
45 + cd "${S}"
46
47 # Use the chosen wx-config executable
48 sed -i -e "s:wx-config:${WX_CONFIG}:" libs.* || die "sed failed"
49 @@ -64,19 +64,19 @@
50 make_desktop_entry kicad Kicad kicad.png "Application;Engineering;Electronics"
51
52 # kicad requires everything to be in the same place
53 - cp -pPR library ${D}/usr/lib/${PN}
54 - cp -pPR internat ${D}/usr/lib/${PN}
55 - cp -pPR template ${D}/usr/lib/${PN}
56 - cp -pPR help ${D}/usr/lib/${PN}
57 + cp -pPR library "${D}"/usr/lib/${PN}
58 + cp -pPR internat "${D}"/usr/lib/${PN}
59 + cp -pPR template "${D}"/usr/lib/${PN}
60 + cp -pPR help "${D}"/usr/lib/${PN}
61 if ! use minimal ; then
62 - cp -pPR ${WORKDIR}/kicad/library ${D}/usr/lib/${PN}
63 - cp -pPR ${WORKDIR}/kicad/modules ${D}/usr/lib/${PN}
64 - cp -pPR ${WORKDIR}/kicad/template ${D}/usr/lib/${PN}
65 + cp -pPR "${WORKDIR}"/kicad/library "${D}"/usr/lib/${PN}
66 + cp -pPR "${WORKDIR}"/kicad/modules "${D}"/usr/lib/${PN}
67 + cp -pPR "${WORKDIR}"/kicad/template "${D}"/usr/lib/${PN}
68 if use doc ; then
69 - cp -pPR ${WORKDIR}/kicad/help ${D}/usr/lib/${PN}
70 + cp -pPR "${WORKDIR}"/kicad/help "${D}"/usr/lib/${PN}
71 fi
72 if use examples ; then
73 - cp -pPR ${WORKDIR}/kicad/demos ${D}/usr/lib/${PN}
74 + cp -pPR "${WORKDIR}"/kicad/demos "${D}"/usr/lib/${PN}
75 fi
76 fi
77 dodoc author.txt copyright.txt news.txt contrib.txt version.txt
78
79
80
81 1.28 sci-electronics/kicad/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/ChangeLog?rev=1.28&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/ChangeLog?rev=1.28&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/ChangeLog?r1=1.27&r2=1.28
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v
90 retrieving revision 1.27
91 retrieving revision 1.28
92 diff -u -r1.27 -r1.28
93 --- ChangeLog 29 Jul 2007 08:51:24 -0000 1.27
94 +++ ChangeLog 12 Dec 2007 09:17:27 -0000 1.28
95 @@ -1,6 +1,10 @@
96 # ChangeLog for sci-electronics/kicad
97 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v 1.27 2007/07/29 08:51:24 calchan Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/ChangeLog,v 1.28 2007/12/12 09:17:27 calchan Exp $
100 +
101 + 12 Dec 2007; Denis Dupeyron <calchan@g.o> kicad-20070115.ebuild,
102 + kicad-20070525.ebuild, kicad-20070702.ebuild:
103 + Fixed bug #202007, thanks to Denilson. Fixed unquoted variables.
104
105 29 Jul 2007; Denis Dupeyron <calchan@g.o> kicad-20070115.ebuild,
106 kicad-20070525.ebuild, kicad-20070702.ebuild:
107
108
109
110 1.6 sci-electronics/kicad/kicad-20070525.ebuild
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild?rev=1.6&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild?rev=1.6&content-type=text/plain
114 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild?r1=1.5&r2=1.6
115
116 Index: kicad-20070525.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild,v
119 retrieving revision 1.5
120 retrieving revision 1.6
121 diff -u -r1.5 -r1.6
122 --- kicad-20070525.ebuild 29 Jul 2007 08:51:24 -0000 1.5
123 +++ kicad-20070525.ebuild 12 Dec 2007 09:17:27 -0000 1.6
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2007 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild,v 1.5 2007/07/29 08:51:24 calchan Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070525.ebuild,v 1.6 2007/12/12 09:17:27 calchan Exp $
129
130 inherit wxwidgets
131
132 @@ -25,14 +25,14 @@
133 if use unicode; then
134 need-wxwidgets unicode || die "You need to install wxGTK with unicode support."
135 else
136 - need-wxwidgets gtk2 || die "You need to install wxGTK with gtk2 support."
137 + need-wxwidgets X || die "You need to install wxGTK with X support."
138 fi
139 built_with_use "=x11-libs/wxGTK-${WX_GTK_VER}*" opengl || die "You need to install wxGTK with opengl support."
140 }
141
142 src_unpack() {
143 unpack ${A} || die "unpack failed"
144 - cd ${S}
145 + cd "${S}"
146
147 # Use the chosen wx-config executable
148 sed -i -e "s:wx-config:${WX_CONFIG}:" libs.* || die "sed failed"
149 @@ -70,19 +70,19 @@
150 make_desktop_entry kicad Kicad kicad.png "Application;Engineering;Electronics"
151
152 # kicad requires everything to be in the same place
153 - cp -pPR library ${D}/usr/lib/${PN}
154 - cp -pPR internat ${D}/usr/lib/${PN}
155 - cp -pPR template ${D}/usr/lib/${PN}
156 - cp -pPR help ${D}/usr/lib/${PN}
157 + cp -pPR library "${D}"/usr/lib/${PN}
158 + cp -pPR internat "${D}"/usr/lib/${PN}
159 + cp -pPR template "${D}"/usr/lib/${PN}
160 + cp -pPR help "${D}"/usr/lib/${PN}
161 if ! use minimal ; then
162 - cp -pPR ${WORKDIR}/kicad/library ${D}/usr/lib/${PN}
163 - cp -pPR ${WORKDIR}/kicad/modules ${D}/usr/lib/${PN}
164 - cp -pPR ${WORKDIR}/kicad/template ${D}/usr/lib/${PN}
165 + cp -pPR "${WORKDIR}"/kicad/library "${D}"/usr/lib/${PN}
166 + cp -pPR "${WORKDIR}"/kicad/modules "${D}"/usr/lib/${PN}
167 + cp -pPR "${WORKDIR}"/kicad/template "${D}"/usr/lib/${PN}
168 if use doc ; then
169 - cp -pPR ${WORKDIR}/kicad/help ${D}/usr/lib/${PN}
170 + cp -pPR "${WORKDIR}"/kicad/help "${D}"/usr/lib/${PN}
171 fi
172 if use examples ; then
173 - cp -pPR ${WORKDIR}/kicad/demos ${D}/usr/lib/${PN}
174 + cp -pPR "${WORKDIR}"/kicad/demos "${D}"/usr/lib/${PN}
175 fi
176 fi
177 dodoc author.txt copyright.txt news.txt contrib.txt version.txt
178
179
180
181 1.3 sci-electronics/kicad/kicad-20070702.ebuild
182
183 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070702.ebuild?rev=1.3&view=markup
184 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070702.ebuild?rev=1.3&content-type=text/plain
185 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/kicad/kicad-20070702.ebuild?r1=1.2&r2=1.3
186
187 Index: kicad-20070702.ebuild
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070702.ebuild,v
190 retrieving revision 1.2
191 retrieving revision 1.3
192 diff -u -r1.2 -r1.3
193 --- kicad-20070702.ebuild 29 Jul 2007 08:51:24 -0000 1.2
194 +++ kicad-20070702.ebuild 12 Dec 2007 09:17:27 -0000 1.3
195 @@ -1,6 +1,6 @@
196 # Copyright 1999-2007 Gentoo Foundation
197 # Distributed under the terms of the GNU General Public License v2
198 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070702.ebuild,v 1.2 2007/07/29 08:51:24 calchan Exp $
199 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20070702.ebuild,v 1.3 2007/12/12 09:17:27 calchan Exp $
200
201 inherit eutils wxwidgets
202
203 @@ -25,14 +25,14 @@
204 if use unicode; then
205 need-wxwidgets unicode || die "You need to install wxGTK with unicode support."
206 else
207 - need-wxwidgets gtk2 || die "You need to install wxGTK with gtk2 support."
208 + need-wxwidgets X || die "You need to install wxGTK with X support."
209 fi
210 built_with_use "=x11-libs/wxGTK-${WX_GTK_VER}*" opengl || die "You need to install wxGTK with opengl support."
211 }
212
213 src_unpack() {
214 unpack ${A} || die "unpack failed"
215 - cd ${S}
216 + cd "${S}"
217
218 # Use the chosen wx-config executable
219 sed -i -e "s:wx-config:${WX_CONFIG}:" libs.* || die "sed failed"
220 @@ -42,7 +42,7 @@
221 if WX_GTK_VER="2.6" ; then
222 sed -i -e "s:wxFD_OVERWRITE_PROMPT:wxOVERWRITE_PROMPT:" kicad/treeprj_frame.cpp || die "sed failed"
223 sed -i -e "s:, false ): ):" kicad/treeprj_datas.cpp || die "sed failed"
224 - epatch ${FILESDIR}/${P}-wxGTK-2.6.patch || die "patch failed"
225 + epatch "${FILESDIR}"/${P}-wxGTK-2.6.patch || die "patch failed"
226 fi
227 }
228
229 @@ -71,19 +71,19 @@
230 make_desktop_entry kicad Kicad kicad.png "Application;Engineering;Electronics"
231
232 # kicad requires everything to be in the same place
233 - cp -pPR library ${D}/usr/lib/${PN}
234 - cp -pPR internat ${D}/usr/lib/${PN}
235 - cp -pPR template ${D}/usr/lib/${PN}
236 - cp -pPR help ${D}/usr/lib/${PN}
237 + cp -pPR library "${D}"/usr/lib/${PN}
238 + cp -pPR internat "${D}"/usr/lib/${PN}
239 + cp -pPR template "${D}"/usr/lib/${PN}
240 + cp -pPR help "${D}"/usr/lib/${PN}
241 if ! use minimal ; then
242 - cp -pPR ${WORKDIR}/kicad/library ${D}/usr/lib/${PN}
243 - cp -pPR ${WORKDIR}/kicad/modules ${D}/usr/lib/${PN}
244 - cp -pPR ${WORKDIR}/kicad/template ${D}/usr/lib/${PN}
245 + cp -pPR "${WORKDIR}"/kicad/library "${D}"/usr/lib/${PN}
246 + cp -pPR "${WORKDIR}"/kicad/modules "${D}"/usr/lib/${PN}
247 + cp -pPR "${WORKDIR}"/kicad/template "${D}"/usr/lib/${PN}
248 if use doc ; then
249 - cp -pPR ${WORKDIR}/kicad/help ${D}/usr/lib/${PN}
250 + cp -pPR "${WORKDIR}"/kicad/help "${D}"/usr/lib/${PN}
251 fi
252 if use examples ; then
253 - cp -pPR ${WORKDIR}/kicad/demos ${D}/usr/lib/${PN}
254 + cp -pPR "${WORKDIR}"/kicad/demos "${D}"/usr/lib/${PN}
255 fi
256 fi
257 dodoc author.txt copyright.txt news.txt contrib.txt version.txt
258
259
260
261 --
262 gentoo-commits@g.o mailing list