Gentoo Archives: gentoo-commits

From: "Christian Zoffoli (xmerlin)" <xmerlin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/newt: newt-0.52.7.ebuild newt-0.52.2.ebuild newt-0.51.6-r2.ebuild ChangeLog newt-0.51.6-r1.ebuild
Date: Mon, 03 Mar 2008 09:11:39
Message-Id: E1JW6hq-00033C-7K@stork.gentoo.org
1 xmerlin 08/03/03 09:11:34
2
3 Modified: newt-0.52.7.ebuild newt-0.52.2.ebuild
4 newt-0.51.6-r2.ebuild ChangeLog
5 newt-0.51.6-r1.ebuild
6 Log:
7 Fixed bug #212135.
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.6 dev-libs/newt/newt-0.52.7.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/newt-0.52.7.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/newt-0.52.7.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/newt-0.52.7.ebuild?r1=1.5&r2=1.6
16
17 Index: newt-0.52.7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.7.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- newt-0.52.7.ebuild 9 Feb 2008 11:23:00 -0000 1.5
24 +++ newt-0.52.7.ebuild 3 Mar 2008 09:11:33 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.7.ebuild,v 1.5 2008/02/09 11:23:00 drac Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.7.ebuild,v 1.6 2008/03/03 09:11:33 xmerlin Exp $
30
31 inherit python toolchain-funcs eutils rpm
32
33 @@ -46,6 +46,7 @@
34
35 # not parallel safe
36 emake \
37 + CC="$(tc-getCC)" \
38 PYTHONVERS="python${PYVER}" \
39 RPM_OPT_FLAGS="${CFLAGS}" \
40 || die "emake failed"
41
42
43
44 1.13 dev-libs/newt/newt-0.52.2.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/newt-0.52.2.ebuild?rev=1.13&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/newt-0.52.2.ebuild?rev=1.13&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/newt-0.52.2.ebuild?r1=1.12&r2=1.13
49
50 Index: newt-0.52.2.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.2.ebuild,v
53 retrieving revision 1.12
54 retrieving revision 1.13
55 diff -u -r1.12 -r1.13
56 --- newt-0.52.2.ebuild 15 Feb 2008 20:26:08 -0000 1.12
57 +++ newt-0.52.2.ebuild 3 Mar 2008 09:11:33 -0000 1.13
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.2.ebuild,v 1.12 2008/02/15 20:26:08 drac Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.2.ebuild,v 1.13 2008/03/03 09:11:33 xmerlin Exp $
63
64 inherit python toolchain-funcs eutils rpm
65
66 @@ -59,6 +59,7 @@
67
68 # not parallel safe
69 emake \
70 + CC="$(tc-getCC)" \
71 PYTHONVERS="python${PYVER}" \
72 RPM_OPT_FLAGS="${CFLAGS}" \
73 || die "emake failed"
74
75
76
77 1.5 dev-libs/newt/newt-0.51.6-r2.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/newt-0.51.6-r2.ebuild?rev=1.5&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/newt-0.51.6-r2.ebuild?rev=1.5&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/newt-0.51.6-r2.ebuild?r1=1.4&r2=1.5
82
83 Index: newt-0.51.6-r2.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.51.6-r2.ebuild,v
86 retrieving revision 1.4
87 retrieving revision 1.5
88 diff -u -r1.4 -r1.5
89 --- newt-0.51.6-r2.ebuild 15 Jan 2008 16:13:35 -0000 1.4
90 +++ newt-0.51.6-r2.ebuild 3 Mar 2008 09:11:33 -0000 1.5
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2008 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.51.6-r2.ebuild,v 1.4 2008/01/15 16:13:35 xmerlin Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.51.6-r2.ebuild,v 1.5 2008/03/03 09:11:33 xmerlin Exp $
96
97 inherit python toolchain-funcs eutils flag-o-matic
98
99 @@ -22,29 +22,29 @@
100
101 src_unpack() {
102 unpack ${A}
103 - cd ${S}
104 + cd "${S}"
105
106 - epatch ${FILESDIR}/newt-gpm-fix.diff || die
107 - epatch ${FILESDIR}/newt-0.51.4-fix-wstrlen-for-non-utf8-strings.patch || die
108 - epatch ${FILESDIR}/${P}-newttextbox-memoryleak.patch || die
109 - epatch ${FILESDIR}/${P}-assorted-fixes.patch || die
110 - epatch ${FILESDIR}/${P}-do-not-ignore-EARLY-events-in-listbox--and-allow-textbox-to-take-focus.patch || die
111 + epatch "${FILESDIR}"/newt-gpm-fix.diff || die
112 + epatch "${FILESDIR}"/newt-0.51.4-fix-wstrlen-for-non-utf8-strings.patch || die
113 + epatch "${FILESDIR}"/${P}-newttextbox-memoryleak.patch || die
114 + epatch "${FILESDIR}"/${P}-assorted-fixes.patch || die
115 + epatch "${FILESDIR}"/${P}-do-not-ignore-EARLY-events-in-listbox--and-allow-textbox-to-take-focus.patch || die
116
117 # bug 73850
118 if use elibc_uclibc; then
119 - sed -i -e 's:-lslang:-lslang -lncurses:g' ${S}/Makefile.in
120 + sed -i -e 's:-lslang:-lslang -lncurses:g' "${S}"/Makefile.in
121 fi
122
123 # use the correct compiler...
124 sed -i \
125 -e 's:gcc:$(CC):g' \
126 -e "s:\(libdir =\).*:\1 \$(prefix)/$(get_libdir):g" \
127 - ${S}/Makefile.in || die "sed failed"
128 + "${S}"/Makefile.in || die "sed failed"
129
130 # avoid make cleaning up some intermediate files
131 # as it would rebuild them during install :-(
132 - echo >>${S}/Makefile.in
133 - echo '$(LIBNEWT): $(LIBOBJS)' >>${S}/Makefile.in
134 + echo >>"${S}"/Makefile.in
135 + echo '$(LIBNEWT): $(LIBOBJS)' >>"${S}"/Makefile.in
136 }
137
138 src_compile() {
139 @@ -64,6 +64,6 @@
140 # if it fails, that means something in src_compile() didn't build properly
141 # not parallel safe
142 emake -j1 prefix="${D}/usr" PYTHONVERS="python${PYVER}" RPM_OPT_FLAGS="ERROR" install || die "make install failed"
143 - dodoc CHANGES COPYING peanuts.py popcorn.py tutorial.sgml
144 + dodoc CHANGES peanuts.py popcorn.py tutorial.sgml
145 dosym libnewt.so.${PV} /usr/$(get_libdir)/libnewt.so.0.51
146 }
147
148
149
150 1.41 dev-libs/newt/ChangeLog
151
152 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/ChangeLog?rev=1.41&view=markup
153 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/ChangeLog?rev=1.41&content-type=text/plain
154 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/ChangeLog?r1=1.40&r2=1.41
155
156 Index: ChangeLog
157 ===================================================================
158 RCS file: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v
159 retrieving revision 1.40
160 retrieving revision 1.41
161 diff -u -r1.40 -r1.41
162 --- ChangeLog 15 Feb 2008 20:26:08 -0000 1.40
163 +++ ChangeLog 3 Mar 2008 09:11:33 -0000 1.41
164 @@ -1,6 +1,10 @@
165 # ChangeLog for dev-libs/newt
166 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
167 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.40 2008/02/15 20:26:08 drac Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.41 2008/03/03 09:11:33 xmerlin Exp $
169 +
170 + 03 Mar 2008; Christian Zoffoli <xmerlin@g.o> newt-0.52.2.ebuild,
171 + newt-0.52.7.ebuild:
172 + Fixed bug #212135, thanks to Chris Slycord <cslycord@×××××.com>.
173
174 15 Feb 2008; Samuli Suominen <drac@g.o> newt-0.52.2.ebuild:
175 Tested with slang-2.
176
177
178
179 1.7 dev-libs/newt/newt-0.51.6-r1.ebuild
180
181 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/newt-0.51.6-r1.ebuild?rev=1.7&view=markup
182 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/newt-0.51.6-r1.ebuild?rev=1.7&content-type=text/plain
183 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/newt-0.51.6-r1.ebuild?r1=1.6&r2=1.7
184
185 Index: newt-0.51.6-r1.ebuild
186 ===================================================================
187 RCS file: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.51.6-r1.ebuild,v
188 retrieving revision 1.6
189 retrieving revision 1.7
190 diff -u -r1.6 -r1.7
191 --- newt-0.51.6-r1.ebuild 15 Jan 2008 16:13:35 -0000 1.6
192 +++ newt-0.51.6-r1.ebuild 3 Mar 2008 09:11:33 -0000 1.7
193 @@ -1,6 +1,6 @@
194 # Copyright 1999-2008 Gentoo Foundation
195 # Distributed under the terms of the GNU General Public License v2
196 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.51.6-r1.ebuild,v 1.6 2008/01/15 16:13:35 xmerlin Exp $
197 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.51.6-r1.ebuild,v 1.7 2008/03/03 09:11:33 xmerlin Exp $
198
199 inherit python toolchain-funcs eutils flag-o-matic
200
201 @@ -22,27 +22,27 @@
202
203 src_unpack() {
204 unpack ${A}
205 - cd ${S}
206 + cd "${S}"
207
208 - epatch ${FILESDIR}/newt-gpm-fix.diff || die
209 - epatch ${FILESDIR}/newt-0.51.4-fix-wstrlen-for-non-utf8-strings.patch || die
210 - epatch ${FILESDIR}/${PN}-${PV}-newttextbox-memoryleak.patch || die
211 + epatch "${FILESDIR}"/newt-gpm-fix.diff || die
212 + epatch "${FILESDIR}"/newt-0.51.4-fix-wstrlen-for-non-utf8-strings.patch || die
213 + epatch "${FILESDIR}"/${PN}-${PV}-newttextbox-memoryleak.patch || die
214
215 # bug 73850
216 if use elibc_uclibc; then
217 - sed -i -e 's:-lslang:-lslang -lncurses:g' ${S}/Makefile.in
218 + sed -i -e 's:-lslang:-lslang -lncurses:g' "${S}"/Makefile.in
219 fi
220
221 # use the correct compiler...
222 sed -i \
223 -e 's:gcc:$(CC):g' \
224 -e "s:\(libdir =\).*:\1 \$(prefix)/$(get_libdir):g" \
225 - ${S}/Makefile.in || die "sed failed"
226 + "${S}"/Makefile.in || die "sed failed"
227
228 # avoid make cleaning up some intermediate files
229 # as it would rebuild them during install :-(
230 - echo >>${S}/Makefile.in
231 - echo '$(LIBNEWT): $(LIBOBJS)' >>${S}/Makefile.in
232 + echo >>"${S}"/Makefile.in
233 + echo '$(LIBNEWT): $(LIBOBJS)' >>"${S}"/Makefile.in
234 }
235
236 src_compile() {
237 @@ -62,6 +62,6 @@
238 # if it fails, that means something in src_compile() didn't build properly
239 # not parallel safe
240 emake -j1 prefix="${D}/usr" PYTHONVERS="python${PYVER}" RPM_OPT_FLAGS="ERROR" install || die "make install failed"
241 - dodoc CHANGES COPYING peanuts.py popcorn.py tutorial.sgml
242 + dodoc CHANGES peanuts.py popcorn.py tutorial.sgml
243 dosym libnewt.so.${PV} /usr/$(get_libdir)/libnewt.so.0.51
244 }
245
246
247
248 --
249 gentoo-commits@l.g.o mailing list