Gentoo Archives: gentoo-commits

From: "Peter Weller (welp)" <welp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/tea: tea-16.1.1.ebuild ChangeLog tea-17.0.2.ebuild tea-17.0.0.ebuild tea-16.1.1-r1.ebuild tea-17.3.5.ebuild
Date: Mon, 22 Oct 2007 14:23:28
Message-Id: E1IjyBd-0001Yk-Vn@stork.gentoo.org
1 welp 07/10/22 14:23:21
2
3 Modified: tea-16.1.1.ebuild ChangeLog tea-17.0.2.ebuild
4 tea-17.0.0.ebuild tea-16.1.1-r1.ebuild
5 Added: tea-17.3.5.ebuild
6 Log:
7 Bump to 17.3.5, remove sounds USE in previous versions. Fixes bugs 196402 and 188371, respectively.and 188371, respectively.
8 (Portage version: 2.1.3.15)
9
10 Revision Changes Path
11 1.6 app-editors/tea/tea-16.1.1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-16.1.1.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-16.1.1.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-16.1.1.ebuild?r1=1.5&r2=1.6
16
17 Index: tea-16.1.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/tea/tea-16.1.1.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- tea-16.1.1.ebuild 11 Oct 2007 21:06:25 -0000 1.5
24 +++ tea-16.1.1.ebuild 22 Oct 2007 14:23:21 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-16.1.1.ebuild,v 1.5 2007/10/11 21:06:25 remi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-16.1.1.ebuild,v 1.6 2007/10/22 14:23:21 welp Exp $
30
31 inherit eutils
32
33 @@ -11,14 +11,13 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="amd64 ~ia64 x86 ~x86-fbsd"
37 -IUSE="enchant gnome hacking ipv6 sounds spell"
38 +IUSE="enchant gnome hacking ipv6 spell"
39
40 RDEPEND="x11-libs/gtk+
41 gnome? ( =x11-libs/gtksourceview-1*
42 gnome-base/gnome-vfs )"
43 DEPEND="${RDEPEND}
44 x11-libs/libX11
45 - sounds? ( media-libs/gstreamer )
46 spell? ( app-text/aspell )
47 enchant? ( app-text/enchant )
48 dev-util/pkgconfig"
49 @@ -27,9 +26,6 @@
50 local myconf
51
52 myconf="${myconf} --disable-debian"
53 - if use sounds; then
54 - myconf="${myconf} --enable-sounds"
55 - fi
56 if use hacking; then
57 myconf="${myconf} --enable-hacking"
58 fi
59 @@ -50,7 +46,7 @@
60 src_install() {
61 emake DESTDIR="${D}" install || die "emake install failed!"
62
63 - doicon ${FILESDIR}/tea_icon_v2.png
64 + doicon "${FILESDIR}/tea_icon_v2.png"
65 make_desktop_entry teaed Tea tea_icon_v2.png Development
66 }
67
68
69
70
71 1.23 app-editors/tea/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/ChangeLog?rev=1.23&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/ChangeLog?rev=1.23&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/ChangeLog?r1=1.22&r2=1.23
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v
80 retrieving revision 1.22
81 retrieving revision 1.23
82 diff -u -r1.22 -r1.23
83 --- ChangeLog 11 Oct 2007 21:06:25 -0000 1.22
84 +++ ChangeLog 22 Oct 2007 14:23:21 -0000 1.23
85 @@ -1,6 +1,10 @@
86 # ChangeLog for app-editors/tea
87 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.22 2007/10/11 21:06:25 remi Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.23 2007/10/22 14:23:21 welp Exp $
90 +
91 + 22 Oct 2007; <welp@g.o> ChangeLog:
92 + Bump to 17.3.5, remove sounds USE in previous versions. Fixes bugs 196402
93 + and 188371, respectively.
94
95 11 Oct 2007; RĂ©mi Cardona <remi@g.o> tea-16.1.1.ebuild,
96 tea-16.1.1-r1.ebuild, tea-17.0.0.ebuild, tea-17.0.2.ebuild:
97
98
99
100 1.4 app-editors/tea/tea-17.0.2.ebuild
101
102 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.0.2.ebuild?rev=1.4&view=markup
103 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.0.2.ebuild?rev=1.4&content-type=text/plain
104 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.0.2.ebuild?r1=1.3&r2=1.4
105
106 Index: tea-17.0.2.ebuild
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.0.2.ebuild,v
109 retrieving revision 1.3
110 retrieving revision 1.4
111 diff -u -r1.3 -r1.4
112 --- tea-17.0.2.ebuild 11 Oct 2007 21:06:25 -0000 1.3
113 +++ tea-17.0.2.ebuild 22 Oct 2007 14:23:21 -0000 1.4
114 @@ -1,6 +1,6 @@
115 # Copyright 1999-2007 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.0.2.ebuild,v 1.3 2007/10/11 21:06:25 remi Exp $
118 +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.0.2.ebuild,v 1.4 2007/10/22 14:23:21 welp Exp $
119
120 inherit eutils
121
122 @@ -11,14 +11,13 @@
123 LICENSE="GPL-2"
124 SLOT="0"
125 KEYWORDS="~amd64 ~ia64 x86 ~x86-fbsd"
126 -IUSE="enchant gnome hacking ipv6 sounds spell"
127 +IUSE="enchant gnome hacking ipv6 spell"
128
129 RDEPEND="x11-libs/gtk+
130 gnome? ( =x11-libs/gtksourceview-1*
131 gnome-base/gnome-vfs )"
132 DEPEND="${RDEPEND}
133 x11-libs/libX11
134 - sounds? ( media-libs/gstreamer )
135 spell? ( app-text/aspell )
136 enchant? ( app-text/enchant )
137 dev-util/pkgconfig"
138 @@ -26,9 +25,6 @@
139 src_compile() {
140 local myconf
141
142 - if use sounds; then
143 - myconf="${myconf} --enable-sounds"
144 - fi
145 if use hacking; then
146 myconf="${myconf} --enable-hacking"
147 fi
148
149
150
151 1.4 app-editors/tea/tea-17.0.0.ebuild
152
153 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.0.0.ebuild?rev=1.4&view=markup
154 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.0.0.ebuild?rev=1.4&content-type=text/plain
155 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.0.0.ebuild?r1=1.3&r2=1.4
156
157 Index: tea-17.0.0.ebuild
158 ===================================================================
159 RCS file: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.0.0.ebuild,v
160 retrieving revision 1.3
161 retrieving revision 1.4
162 diff -u -r1.3 -r1.4
163 --- tea-17.0.0.ebuild 11 Oct 2007 21:06:25 -0000 1.3
164 +++ tea-17.0.0.ebuild 22 Oct 2007 14:23:21 -0000 1.4
165 @@ -1,6 +1,6 @@
166 # Copyright 1999-2007 Gentoo Foundation
167 # Distributed under the terms of the GNU General Public License v2
168 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.0.0.ebuild,v 1.3 2007/10/11 21:06:25 remi Exp $
169 +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.0.0.ebuild,v 1.4 2007/10/22 14:23:21 welp Exp $
170
171 inherit eutils
172
173 @@ -11,14 +11,13 @@
174 LICENSE="GPL-2"
175 SLOT="0"
176 KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd"
177 -IUSE="enchant gnome hacking ipv6 sounds spell"
178 +IUSE="enchant gnome hacking ipv6 spell"
179
180 RDEPEND="x11-libs/gtk+
181 gnome? ( =x11-libs/gtksourceview-1*
182 gnome-base/gnome-vfs )"
183 DEPEND="${RDEPEND}
184 x11-libs/libX11
185 - sounds? ( media-libs/gstreamer )
186 spell? ( app-text/aspell )
187 enchant? ( app-text/enchant )
188 dev-util/pkgconfig"
189 @@ -26,9 +25,6 @@
190 src_compile() {
191 local myconf
192
193 - if use sounds; then
194 - myconf="${myconf} --enable-sounds"
195 - fi
196 if use hacking; then
197 myconf="${myconf} --enable-hacking"
198 fi
199
200
201
202 1.3 app-editors/tea/tea-16.1.1-r1.ebuild
203
204 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-16.1.1-r1.ebuild?rev=1.3&view=markup
205 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-16.1.1-r1.ebuild?rev=1.3&content-type=text/plain
206 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-16.1.1-r1.ebuild?r1=1.2&r2=1.3
207
208 Index: tea-16.1.1-r1.ebuild
209 ===================================================================
210 RCS file: /var/cvsroot/gentoo-x86/app-editors/tea/tea-16.1.1-r1.ebuild,v
211 retrieving revision 1.2
212 retrieving revision 1.3
213 diff -u -r1.2 -r1.3
214 --- tea-16.1.1-r1.ebuild 11 Oct 2007 21:06:25 -0000 1.2
215 +++ tea-16.1.1-r1.ebuild 22 Oct 2007 14:23:21 -0000 1.3
216 @@ -1,6 +1,6 @@
217 # Copyright 1999-2007 Gentoo Foundation
218 # Distributed under the terms of the GNU General Public License v2
219 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-16.1.1-r1.ebuild,v 1.2 2007/10/11 21:06:25 remi Exp $
220 +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-16.1.1-r1.ebuild,v 1.3 2007/10/22 14:23:21 welp Exp $
221
222 inherit eutils
223
224 @@ -11,14 +11,13 @@
225 LICENSE="GPL-2"
226 SLOT="0"
227 KEYWORDS="amd64 ~ia64 x86 ~x86-fbsd"
228 -IUSE="enchant gnome hacking ipv6 sounds spell"
229 +IUSE="enchant gnome hacking ipv6 spell"
230
231 RDEPEND="x11-libs/gtk+
232 gnome? ( =x11-libs/gtksourceview-1*
233 gnome-base/gnome-vfs )"
234 DEPEND="${RDEPEND}
235 x11-libs/libX11
236 - sounds? ( media-libs/gstreamer )
237 spell? ( app-text/aspell )
238 enchant? ( app-text/enchant )
239 dev-util/pkgconfig"
240 @@ -26,9 +25,6 @@
241 src_compile() {
242 local myconf
243
244 - if use sounds; then
245 - myconf="${myconf} --enable-sounds"
246 - fi
247 if use hacking; then
248 myconf="${myconf} --enable-hacking"
249 fi
250
251
252
253 1.1 app-editors/tea/tea-17.3.5.ebuild
254
255 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.3.5.ebuild?rev=1.1&view=markup
256 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.3.5.ebuild?rev=1.1&content-type=text/plain
257
258 Index: tea-17.3.5.ebuild
259 ===================================================================
260 # Copyright 1999-2007 Gentoo Foundation
261 # Distributed under the terms of the GNU General Public License v2
262 # $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.3.5.ebuild,v 1.1 2007/10/22 14:23:21 welp Exp $
263
264 inherit eutils
265
266 DESCRIPTION="Small, lightweight GTK+ text editor"
267 HOMEPAGE="http://tea-editor.sourceforge.net/"
268 SRC_URI="mirror://sourceforge/tea-editor/${P}.tar.bz2"
269
270 LICENSE="GPL-2"
271 SLOT="0"
272 KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd"
273 IUSE="enchant gnome hacking ipv6 spell"
274
275 RDEPEND="x11-libs/gtk+
276 gnome? ( =x11-libs/gtksourceview-1*
277 gnome-base/gnome-vfs )"
278 DEPEND="${RDEPEND}
279 x11-libs/libX11
280 spell? ( app-text/aspell )
281 enchant? ( app-text/enchant )
282 dev-util/pkgconfig"
283
284 src_compile() {
285 local myconf
286
287 if use hacking; then
288 myconf="${myconf} --enable-hacking"
289 fi
290 if ! use gnome; then
291 myconf="${myconf} --enable-legacy"
292 fi
293 if use enchant; then
294 myconf="${myconf} --enable-enchant"
295 fi
296
297 econf \
298 $(use_enable ipv6) \
299 ${myconf} || die "econf failed!"
300
301 emake || die "emake failed!"
302 }
303
304 src_install() {
305 emake DESTDIR="${D}" install || die "emake install failed!"
306
307 make_desktop_entry tea Tea /usr/share/tea/pixmaps/tea_icon_v2.png Development
308
309 # insinto /usr/share/doc/tea/
310 # doins AUTHORS COPYING NEWS README TODO ChangeLog doc/*
311
312 # insinto /usr/share/pixmaps/
313 # doins pixmaps/*
314 }
315
316 pkg_postinst() {
317 if use spell ; then
318 elog "To get full spellchecking functuality, ensure that you install"
319 elog "the relevant language pack(s)"
320 fi
321 }
322
323
324
325 --
326 gentoo-commits@g.o mailing list