Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/xfce4-terminal: xfce4-terminal-0.6.0.ebuild ChangeLog xfce4-terminal-0.4.8.ebuild metadata.xml Manifest
Date: Fri, 28 Dec 2012 03:24:41
Message-Id: 20121228032428.C9BDD2171D@flycatcher.gentoo.org
1 ssuominen 12/12/28 03:24:28
2
3 Added: xfce4-terminal-0.6.0.ebuild ChangeLog
4 xfce4-terminal-0.4.8.ebuild metadata.xml Manifest
5 Log:
6 Version bump. Rename from x11-terms/terminal
7
8 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.1 x11-terms/xfce4-terminal/xfce4-terminal-0.6.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.0.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.0.ebuild?rev=1.1&content-type=text/plain
15
16 Index: xfce4-terminal-0.6.0.ebuild
17 ===================================================================
18 # Copyright 1999-2012 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.0.ebuild,v 1.1 2012/12/28 03:24:28 ssuominen Exp $
21
22 EAPI=5
23 inherit xfconf
24
25 DESCRIPTION="A terminal emulator for the Xfce desktop environment"
26 HOMEPAGE="http://www.xfce.org/projects/terminal/"
27 SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
32 IUSE="debug"
33
34 RDEPEND=">=dev-libs/glib-2.26
35 >=x11-libs/gtk+-2.24:2
36 x11-libs/libX11
37 >=x11-libs/vte-0.28:0
38 >=xfce-base/libxfce4ui-4.10"
39 DEPEND="${RDEPEND}
40 dev-libs/libxml2
41 dev-util/intltool
42 sys-devel/gettext
43 virtual/pkgconfig"
44
45 pkg_setup() {
46 XFCONF=(
47 $(xfconf_use_debug)
48 )
49
50 DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
51 }
52
53
54
55 1.1 x11-terms/xfce4-terminal/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.1&content-type=text/plain
59
60 Index: ChangeLog
61 ===================================================================
62 # ChangeLog for x11-terms/xfce4-terminal
63 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 # $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v 1.1 2012/12/28 03:24:28 ssuominen Exp $
65
66 *xfce4-terminal-0.6.0 (28 Dec 2012)
67
68 28 Dec 2012; Samuli Suominen <ssuominen@g.o>
69 +xfce4-terminal-0.6.0.ebuild:
70 Version bump with rename of x11-terms/terminal to x11-terms/xfce4-terminal.
71
72 28 Nov 2012; Samuli Suominen <ssuominen@g.o> terminal-0.4.8.ebuild:
73 EAPI5
74
75 03 May 2012; Jeff Horelick <jdhore@g.o> terminal-0.4.8.ebuild:
76 dev-util/pkgconfig -> virtual/pkgconfig
77
78 12 Oct 2011; Samuli Suominen <ssuominen@g.o> -terminal-0.4.6.ebuild:
79 old
80
81 12 Oct 2011; Raúl Porcel <armin76@g.o> terminal-0.4.8.ebuild:
82 alpha/ia64/sparc stable wrt #372989
83
84 11 Oct 2011; Jeroen Roovers <jer@g.o> terminal-0.4.8.ebuild:
85 Stable for HPPA (bug #372989).
86
87 05 Aug 2011; Samuli Suominen <ssuominen@g.o> -terminal-0.4.7.ebuild:
88 remove old
89
90 05 Aug 2011; Samuli Suominen <ssuominen@g.o> terminal-0.4.6.ebuild,
91 terminal-0.4.8.ebuild:
92 Block gnustep-apps/terminal until upstream has renamed binary to something
93 different wrt #376257 by Diego Elio Pettenò
94
95 04 Aug 2011; Pawel Hajdan jr <phajdan.jr@g.o> terminal-0.4.8.ebuild:
96 x86 stable wrt bug #372989
97
98 24 Jul 2011; Kacper Kowalik <xarthisius@g.o> terminal-0.4.8.ebuild:
99 ppc/ppc64 stable wrt #372989
100
101 10 Jul 2011; Markus Meier <maekke@g.o> terminal-0.4.8.ebuild:
102 arm stable, bug #372989
103
104 27 Jun 2011; Christoph Mende <angelos@g.o> terminal-0.4.8.ebuild:
105 Stable on amd64 wrt bug #372989
106
107 *terminal-0.4.8 (22 Jun 2011)
108
109 22 Jun 2011; Christoph Mende <angelos@g.o> +terminal-0.4.8.ebuild:
110 Version bump
111
112 23 Apr 2011; Samuli Suominen <ssuominen@g.o> terminal-0.4.6.ebuild:
113 alpha/ia64/sparc stable wrt #358407
114
115 *terminal-0.4.7 (05 Apr 2011)
116
117 05 Apr 2011; Christoph Mende <angelos@g.o> +terminal-0.4.7.ebuild:
118 Version bump
119
120 29 Mar 2011; Jeroen Roovers <jer@g.o> terminal-0.4.6.ebuild:
121 Stable for HPPA (bug #358407).
122
123 22 Mar 2011; Kacper Kowalik <xarthisius@g.o> terminal-0.4.6.ebuild:
124 ppc/ppc64 stable wrt #358407
125
126 22 Mar 2011; Thomas Kahle <tomka@g.o> terminal-0.4.6.ebuild:
127 x86 stable per bug 358407
128
129 21 Mar 2011; Markus Meier <maekke@g.o> terminal-0.4.6.ebuild:
130 arm stable, bug #358407
131
132 13 Mar 2011; Markos Chandras <hwoarang@g.o> terminal-0.4.6.ebuild:
133 Stable on amd64 wrt bug #358407
134
135 *terminal-0.4.6 (30 Jan 2011)
136
137 30 Jan 2011; Samuli Suominen <ssuominen@g.o> +terminal-0.4.6.ebuild:
138 Version bump.
139
140 18 Dec 2010; Samuli Suominen <ssuominen@g.o> terminal-0.4.5.ebuild:
141 Remove USE="doc" wrt #344623 (and install pregenerated ones if available).
142
143 29 Aug 2010; Raúl Porcel <armin76@g.o> terminal-0.4.5.ebuild:
144 alpha/ia64/sparc stable wrt #323729
145
146 11 Aug 2010; Joseph Jezak <josejx@g.o> terminal-0.4.5.ebuild:
147 Marked ppc stable for bug #323729.
148
149 10 Aug 2010; Jeroen Roovers <jer@g.o> terminal-0.4.5.ebuild:
150 Stable for HPPA (bug #323729).
151
152 23 Jul 2010; Markus Meier <maekke@g.o> terminal-0.4.5.ebuild:
153 arm stable, bug #323729
154
155 09 Jul 2010; Samuli Suominen <ssuominen@g.o> terminal-0.4.5.ebuild:
156 ppc64 stable wrt #323729
157
158 30 Jun 2010; Christian Faulhammer <fauli@g.o>
159 terminal-0.4.5.ebuild:
160 x86 stable, bug 323729
161
162 29 Jun 2010; Christoph Mende <angelos@g.o> terminal-0.4.5.ebuild:
163 Stable on amd64 wrt bug #323729
164
165 *terminal-0.4.5 (22 May 2010)
166
167 22 May 2010; Christoph Mende <angelos@g.o> +terminal-0.4.5.ebuild:
168 Version bump
169
170 *terminal-0.4.4 (10 Feb 2010)
171
172 10 Feb 2010; Jeremy Olexa <darkside@g.o> -terminal-0.4.0.ebuild,
173 +terminal-0.4.4.ebuild:
174 Version bump with minor bug fixes,
175 http://releases.xfce.org/feeds/project/terminal - convert to EAPI3
176
177 19 Jan 2010; Jeroen Roovers <jer@g.o> terminal-0.4.2.ebuild:
178 Stable for HPPA (bug #289179).
179
180 04 Jan 2010; Jeremy Olexa <darkside@g.o> terminal-0.4.2.ebuild,
181 terminal-0.4.3.ebuild:
182 Respect EPREFIX, bug 299557
183
184 *terminal-0.4.3 (11 Dec 2009)
185
186 11 Dec 2009; Christoph Mende <angelos@g.o> terminal-0.4.2.ebuild,
187 +terminal-0.4.3.ebuild:
188 Version bump and fix doc install path (bug #296101)
189
190 03 Dec 2009; Brent Baude <ranger@g.o> terminal-0.4.2.ebuild:
191 Marking terminal-0.4.2 ppc64 stable for bug 289179
192
193 30 Nov 2009; Raúl Porcel <armin76@g.o> terminal-0.4.2.ebuild:
194 alpha/ia64/sparc stable wrt #289179
195
196 09 Nov 2009; Markus Meier <maekke@g.o> terminal-0.4.2.ebuild:
197 arm stable, bug #289179
198
199 24 Oct 2009; nixnut <nixnut@g.o> terminal-0.4.2.ebuild:
200 ppc stable #289179
201
202 21 Oct 2009; Christian Faulhammer <fauli@g.o>
203 terminal-0.4.2.ebuild:
204 stable x86, bug 289179
205
206 17 Oct 2009; Richard Freeman <rich0@g.o> terminal-0.4.2.ebuild:
207 amd64 stable - 289179
208
209 06 Oct 2009; Jeremy Olexa <darkside@g.o> terminal-0.4.2.ebuild:
210 I didn't see that EAUTORECONF was dropped in this version. The patch I
211 added in the previous commit requires reconf. Thanks to ssuominen for the
212 code review
213
214 06 Oct 2009; Jeremy Olexa <darkside@g.o>
215 +files/terminal-0.4.0-interix-fs-case.patch, terminal-0.4.2.ebuild:
216 Port Gentoo Prefix ebuild to gentoo-x86
217
218 *terminal-0.4.2 (06 Oct 2009)
219
220 06 Oct 2009; Samuli Suominen <ssuominen@g.o>
221 +terminal-0.4.2.ebuild:
222 Version bump.
223
224 *terminal-0.4.1 (02 Oct 2009)
225
226 02 Oct 2009; Samuli Suominen <ssuominen@g.o>
227 +terminal-0.4.1.ebuild:
228 Version bump.
229
230 07 Sep 2009; Brent Baude <ranger@g.o> terminal-0.4.0.ebuild:
231 Marking terminal-0.4.0 ppc64 for bug 282698
232
233 05 Sep 2009; Samuli Suominen <ssuominen@g.o> terminal-0.4.0.ebuild:
234 Fix x11-libs/vte deps wrt #282698, Comment #8. Thanks to Brent Baude.
235
236 04 Sep 2009; Pielmeier Daniel <billie@g.o> terminal-0.4.0.ebuild:
237 Fix intltool issue as mentioned in bug #282698.
238
239 30 Aug 2009; nixnut <nixnut@g.o> terminal-0.4.0.ebuild:
240 ppc stable #282698
241
242 29 Aug 2009; Raúl Porcel <armin76@g.o> terminal-0.4.0.ebuild:
243 alpha/arm/ia64/sparc stable wrt #282698
244
245 26 Aug 2009; Jeroen Roovers <jer@g.o> terminal-0.4.0.ebuild:
246 Stable for HPPA (bug #282698).
247
248 26 Aug 2009; Christian Faulhammer <fauli@g.o>
249 terminal-0.4.0.ebuild:
250 stable x86, bug 282698
251
252 26 Aug 2009; Jeremy Olexa <darkside@g.o> terminal-0.4.0.ebuild:
253 amd64 stable, bug 282698
254
255 *terminal-0.4.0 (02 Aug 2009)
256
257 02 Aug 2009; Jeremy Olexa <darkside@g.o> +terminal-0.4.0.ebuild:
258 version bump, convert to xfconf eclass
259
260 27 Jul 2009; nixnut <nixnut@g.o> terminal-0.2.12.ebuild:
261 ppc stable #265587
262
263 30 Jun 2009; Tobias Klausmann <klausman@g.o>
264 terminal-0.2.12.ebuild:
265 Stable on alpha, bug #265587
266
267 28 Jun 2009; Brent Baude <ranger@g.o> ChangeLog:
268 Marking terminal-0.2.12 ppc64 stable for bug 265587
269
270 22 Jun 2009; Raúl Porcel <armin76@g.o> terminal-0.2.12.ebuild:
271 arm/ia64 stable wrt #265587
272
273 20 Jun 2009; Christoph Mende <angelos@g.o> terminal-0.2.12.ebuild:
274 Added missing xfce4-dev-tools dep (bug #273997)
275
276 15 Jun 2009; Jeroen Roovers <jer@g.o> terminal-0.2.12.ebuild:
277 Stable for HPPA (bug #265587).
278
279 13 Jun 2009; Tiago Cunha <tcunha@g.o> terminal-0.2.12.ebuild:
280 stable sparc, bug 265587
281
282 13 Jun 2009; Jeremy Olexa <darkside@g.o>
283 +files/terminal-configure.in.patch, terminal-0.2.12.ebuild:
284 Add patch to remove -Werror during build with USE=debug, patch by Tiago
285 Cunha - bug 265587
286
287 10 Jun 2009; Christian Faulhammer <fauli@g.o>
288 terminal-0.2.12.ebuild:
289 stable x86, bug 265587
290
291 09 Jun 2009; Jeremy Olexa <darkside@g.o> terminal-0.2.12.ebuild:
292 amd64 stable, bug 265587
293
294 *terminal-0.2.12 (21 Apr 2009)
295
296 21 Apr 2009; Jeremy Olexa <darkside@g.o> -terminal-0.2.10.ebuild,
297 +terminal-0.2.12.ebuild:
298 version bump, remove old
299
300 10 Mar 2009; Christoph Mende <angelos@g.o> terminal-0.2.10.ebuild:
301 Moved MY_PN up to fix WORKDIR
302
303 *terminal-0.2.10 (10 Mar 2009)
304
305 10 Mar 2009; Christoph Mende <angelos@g.o> +terminal-0.2.10.ebuild:
306 Xfce-4.6 bump
307
308 22 Dec 2008; Christoph Mende <angelos@g.o> -terminal-0.2.8.ebuild:
309 Removed old
310
311 15 Dec 2008; Jeroen Roovers <jer@g.o> terminal-0.2.8.3.ebuild:
312 Stable for HPPA (bug #249942).
313
314 13 Dec 2008; Raúl Porcel <armin76@g.o> terminal-0.2.8.3.ebuild:
315 alpha/arm/ia64/sparc/x86 stable wrt #249942
316
317 08 Dec 2008; Brent Baude <ranger@g.o> terminal-0.2.8.3.ebuild:
318 Marking terminal-0.2.8.3 ppc64 stable for bug 249942
319
320 06 Dec 2008; Jeremy Olexa <darkside@g.o> terminal-0.2.8.3.ebuild:
321 amd64 stable, bug 249942
322
323 06 Dec 2008; nixnut <nixnut@g.o> terminal-0.2.8.3.ebuild:
324 Stable on ppc wrt bug 249942
325
326 05 Dec 2008; Christoph Mende <angelos@g.o> terminal-0.2.8.3.ebuild:
327 Append -Wno-error, bug 249557
328
329 31 Oct 2008; Alexis Ballier <aballier@g.o> terminal-0.2.8.3.ebuild:
330 fix obvious typo at econf line that causes failures
331
332 *terminal-0.2.8.3 (30 Oct 2008)
333
334 30 Oct 2008; Christoph Mende <angelos@g.o>
335 +terminal-0.2.8.3.ebuild:
336 Xfce-4.4.3 bump
337
338 22 Jun 2008; Samuli Suominen <drac@g.o> +terminal-0.2.8.ebuild:
339 Move from xfce-extra.
340
341 17 Dec 2007; Jeroen Roovers <jer@g.o> terminal-0.2.8.ebuild:
342 Stable for HPPA (bug #201747).
343
344 12 Dec 2007; Brent Baude <ranger@g.o> terminal-0.2.8.ebuild:
345 Marking terminal-0.2.8 ppc64 stable for bug 201747
346
347 12 Dec 2007; Raúl Porcel <armin76@g.o> terminal-0.2.8.ebuild:
348 alpha/ia64/sparc stable wrt #201747
349
350 09 Dec 2007; Tobias Scherbaum <dertobi123@g.o>
351 terminal-0.2.8.ebuild:
352 ppc stable, bug #201747
353
354 09 Dec 2007; Dawid Węgliński <cla@g.o> terminal-0.2.8.ebuild:
355 Stable on amd64/x86 (bug #201747)
356
357 *terminal-0.2.8 (02 Dec 2007)
358
359 02 Dec 2007; Samuli Suominen <drac@g.o> +terminal-0.2.8.ebuild:
360 Version bump.
361
362 15 Sep 2007; Samuli Suominen <drac@g.o>
363 terminal-0.2.6_p25931.ebuild:
364 Changed SRC_URI to gentoo mirrors.
365
366 06 Aug 2007; Joshua Kinard <kumba@g.o>
367 terminal-0.2.6_p25931.ebuild:
368 Stable on mips, per #184886.
369
370 27 Jul 2007; Tobias Scherbaum <dertobi123@g.o>
371 terminal-0.2.6_p25931.ebuild:
372 ppc stable, bug #184886
373
374 25 Jul 2007; Markus Rothe <corsair@g.o>
375 terminal-0.2.6_p25931.ebuild:
376 Stable on ppc64; bug #184886
377
378 23 Jul 2007; Gustavo Zacarias <gustavoz@g.o>
379 terminal-0.2.6_p25931.ebuild:
380 Stable on sparc wrt security #184886
381
382 21 Jul 2007; Samuli Suominen <drac@g.o>
383 terminal-0.2.6_p25931.ebuild:
384 Stable on arm.
385
386 21 Jul 2007; Raúl Porcel <armin76@g.o>
387 terminal-0.2.6_p25931.ebuild:
388 alpha/ia64/x86 stable wrt security #184886
389
390 21 Jul 2007; Jeroen Roovers <jer@g.o> terminal-0.2.6_p25931.ebuild:
391 Stable for HPPA (bug #184868).
392
393 21 Jul 2007; Christoph Mende <angelos@g.o>
394 terminal-0.2.6_p25931.ebuild:
395 Stable on amd64 wrt security bug #184886
396
397 *terminal-0.2.6_p25931 (21 Jul 2007)
398
399 21 Jul 2007; Samuli Suominen <drac@g.o>
400 +terminal-0.2.6_p25931.ebuild:
401 Snapshot to fix security bug 184886, remote shell command execution.
402
403 01 Jul 2007; Peter Weller <welp@g.o> terminal-0.2.6-r1.ebuild:
404 Fix up dbus deps wrt bug 183696
405
406 27 May 2007; Joshua Kinard <kumba@g.o> terminal-0.2.6-r1.ebuild:
407 Stable on mips.
408
409 15 Mar 2007; Markus Rothe <corsair@g.o> terminal-0.2.6-r1.ebuild:
410 Stable on ppc64; bug #169987
411
412 12 Mar 2007; Bryan Østergaard <kloeri@g.o>
413 terminal-0.2.6-r1.ebuild:
414 Stable on Alpha + IA64.
415
416 11 Mar 2007; Samuli Suominen <drac@g.o> terminal-0.2.4.ebuild,
417 -terminal-0.2.4-r1.ebuild:
418 Drop version using virtual/x11 and port old to Modular X.
419
420 10 Mar 2007; nixnut <nixnut@g.o> terminal-0.2.6-r1.ebuild:
421 Stable on ppc wrt bug 169987
422
423 10 Mar 2007; Peter Weller <welp@g.o> terminal-0.2.6-r1.ebuild:
424 Stable on amd64 wrt bug 169987
425
426 09 Mar 2007; Jeroen Roovers <jer@g.o> terminal-0.2.6-r1.ebuild:
427 Stable for HPPA (bug #169987).
428
429 09 Mar 2007; Christian Faulhammer <opfer@g.o>
430 terminal-0.2.6-r1.ebuild:
431 stable x86; bug #169987
432
433 08 Mar 2007; Gustavo Zacarias <gustavoz@g.o>
434 terminal-0.2.6-r1.ebuild:
435 Stable on sparc wrt #169987
436
437 03 Mar 2007; nixnut <nixnut@g.o> terminal-0.2.4-r1.ebuild:
438 Stable on ppc wrt bug 153225
439
440 02 Mar 2007; Peter Weller <welp@g.o> terminal-0.2.6-r1.ebuild:
441 Keyworded on x86-fbsd
442
443 26 Feb 2007; Christian Faulhammer <opfer@g.o>
444 terminal-0.2.4-r1.ebuild:
445 stable x86; bug 153225
446
447 25 Feb 2007; Markus Rothe <corsair@g.o> terminal-0.2.4-r1.ebuild:
448 Stable on ppc64; bug #153225
449
450 21 Feb 2007; Samuli Suominen <drac@g.o> terminal-0.2.6-r1.ebuild:
451 Adjust description wrt bug 167821.
452
453 *terminal-0.2.6-r1 (04 Feb 2007)
454
455 04 Feb 2007; Samuli Suominen <drac@g.o> +terminal-0.2.6-r1.ebuild:
456 Revert dbus dep again, this time for mips.
457
458 03 Feb 2007; Joshua Nichols <nichoj@g.o>
459 -terminal-0.2.5.8_rc2.ebuild:
460 Removing old version.
461
462 29 Jan 2007; Peter Weller <welp@g.o> terminal-0.2.6.ebuild:
463 A number of fixes
464
465 25 Jan 2007; Peter Weller <welp@g.o> terminal-0.2.6.ebuild:
466 Removed use of gnome2-utils, inherits everything from xfce44
467
468 23 Jan 2007; Peter Weller <welp@g.o> terminal-0.2.6.ebuild:
469 Added debug to IUSE
470
471 23 Jan 2007; Peter Weller <welp@g.o> terminal-0.2.6.ebuild:
472 Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups.
473
474 *terminal-0.2.6 (22 Jan 2007)
475
476 22 Jan 2007; Joshua Nichols <nichoj@g.o> +terminal-0.2.6.ebuild:
477 Version bump.
478
479 20 Dec 2006; Peter Weller <welp@g.o> terminal-0.2.5.8_rc2.ebuild:
480 Change xslt to doc wrt bug #158654
481
482 10 Dec 2006; Joshua Nichols <nichoj@g.o>
483 terminal-0.2.5.8_rc2.ebuild:
484 Added version to vte dependency.
485
486 10 Dec 2006; Joshua Nichols <nichoj@g.o> -terminal-0.2.2-r1.ebuild,
487 -terminal-0.2.4_pre1.ebuild, -terminal-0.2.5.1_beta1.ebuild,
488 -terminal-0.2.5.4_beta2.ebuild:
489 Pruned older versions with equal or lesser keywords.
490
491 11 Dec 2006; Joshua Nichols <nichoj@g.o> terminal-0.2.4.ebuild,
492 terminal-0.2.4-r1.ebuild, terminal-0.2.5.1_beta1.ebuild,
493 terminal-0.2.5.4_beta2.ebuild, terminal-0.2.5.8_rc2.ebuild:
494 Updated dependencies for modular dbus, see bug #154521.
495
496 *terminal-0.2.5.8_rc2 (07 Dec 2006)
497
498 07 Dec 2006; Joshua Nichols <nichoj@g.o>
499 +terminal-0.2.5.8_rc2.ebuild:
500 Version bump for RC2. See bug #146563.
501
502 *terminal-0.2.5.4_beta2 (10 Jul 2006)
503
504 10 Jul 2006; Brad Cowan <bcowan@g.o>
505 +terminal-0.2.5.4_beta2.ebuild:
506 Xfce beta 2 builds.
507
508 *terminal-0.2.5.1_beta1 (20 Apr 2006)
509
510 20 Apr 2006; Daniel Ostrow <dostrow@g.o>
511 +terminal-0.2.5.1_beta1.ebuild:
512 Version bump for 4.4_beta1.
513
514 10 Dec 2005; Daniel Ostrow <dostrow@g.o> terminal-0.2.4.ebuild:
515 Stable on ppc64.
516
517 08 Oct 2005; Michael Hanselmann <hansmi@g.o> terminal-0.2.4.ebuild:
518 Stable on ppc.
519
520 *terminal-0.2.4-r1 (06 Oct 2005)
521
522 06 Oct 2005; Brad Cowan <bcowan@g.o> terminal-0.2.4.ebuild,
523 +terminal-0.2.4-r1.ebuild:
524 Xfce builds for new eclass and modular Xorg.
525
526 09 Sep 2005; Aron Griffis <agriffis@g.o> terminal-0.2.2-r1.ebuild:
527 Mark 0.2.2-r1 stable on ia64
528
529 07 Sep 2005; Brad Cowan <bcowan@g.o> terminal-0.2.4.ebuild:
530 Add dbus as conditional dep.
531
532 12 Jun 2005; Sven Wegener <swegener@g.o> terminal-0.2.2-r1.ebuild,
533 terminal-0.2.4_pre1.ebuild, terminal-0.2.4.ebuild:
534 Removed * postfix from <, <=, >= and > dependencies.
535
536 23 Apr 2005; Michael Hanselmann <hansmi@g.o>
537 terminal-0.2.2-r1.ebuild:
538 Stable on ppc.
539
540 21 Mar 2005; Brad Cowan <bcowan@g.o> :
541 Version bump. Now has option to choose default browser and mail client.
542
543 *terminal-0.2.4_pre1 (04 Mar 2005)
544
545 04 Mar 2005; Brad Cowan <bcowan@g.o> +terminal-0.2.4_pre1.ebuild:
546 Version bump.
547
548 *terminal-0.2.2-r1 (07 Jan 2005)
549
550 07 Jan 2005; Brad Cowan <bcowan@g.o> +terminal-0.2.2-r1.ebuild:
551 Updates for Xfce4 eclass.
552
553 *terminal-0.2.2 (02 Jan 2005)
554
555 02 Jan 2005; Brad Cowan <bcowan@g.o> +terminal-0.2.2.ebuild:
556 Version bump.
557
558 *terminal-0.2.0 (02 Dec 2004)
559
560 02 Dec 2004; Brad Cowan <bcowan@g.o> +terminal-0.2.0.ebuild:
561 Version bump.
562
563 *terminal-0.2.0_pre2 (01 Dec 2004)
564
565 01 Dec 2004; Brad Cowan <bcowan@g.o> +metadata.xml,
566 +terminal-0.2.0_pre2.ebuild:
567 Initial import. Terminal based on Xfce from os-cillation.com.
568
569
570
571
572 1.1 x11-terms/xfce4-terminal/xfce4-terminal-0.4.8.ebuild
573
574 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.4.8.ebuild?rev=1.1&view=markup
575 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.4.8.ebuild?rev=1.1&content-type=text/plain
576
577 Index: xfce4-terminal-0.4.8.ebuild
578 ===================================================================
579 # Copyright 1999-2012 Gentoo Foundation
580 # Distributed under the terms of the GNU General Public License v2
581 # $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.4.8.ebuild,v 1.1 2012/12/28 03:24:28 ssuominen Exp $
582
583 EAPI=5
584 MY_P=Terminal-${PV}
585 inherit xfconf
586
587 DESCRIPTION="A terminal emulator for the Xfce desktop environment"
588 HOMEPAGE="http://www.xfce.org/projects/terminal/"
589 SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
590
591 LICENSE="GPL-2"
592 SLOT="0"
593 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
594 IUSE="dbus debug"
595
596 RDEPEND=">=dev-libs/glib-2.16:2
597 >=x11-libs/gtk+-2.14:2
598 x11-libs/libX11
599 >=x11-libs/vte-0.22.5:0
600 >=xfce-base/exo-0.6
601 dbus? ( >=dev-libs/dbus-glib-0.88 )
602 !gnustep-apps/terminal" #376257
603 DEPEND="${RDEPEND}
604 dev-util/intltool
605 sys-devel/gettext
606 virtual/pkgconfig"
607
608 S=${WORKDIR}/${MY_P}
609
610 pkg_setup() {
611 XFCONF=(
612 --docdir="${EPREFIX}"/usr/share/doc/${PF}
613 $(use_enable dbus)
614 $(xfconf_use_debug)
615 )
616
617 DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
618 }
619
620
621
622 1.1 x11-terms/xfce4-terminal/metadata.xml
623
624 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/metadata.xml?rev=1.1&view=markup
625 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/metadata.xml?rev=1.1&content-type=text/plain
626
627 Index: metadata.xml
628 ===================================================================
629 <?xml version="1.0" encoding="UTF-8"?>
630 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
631 <pkgmetadata>
632 <herd>xfce</herd>
633 </pkgmetadata>
634
635
636
637 1.1 x11-terms/xfce4-terminal/Manifest
638
639 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/Manifest?rev=1.1&view=markup
640 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/Manifest?rev=1.1&content-type=text/plain
641
642 Index: Manifest
643 ===================================================================
644 DIST Terminal-0.4.8.tar.bz2 1585791 SHA256 fe5db0b7127ce87efa1e10f44d8915be88005b6ce4f0bfea6b64533e25cc788d SHA512 ce9727aac2a3f2c8abe6bc748067169e9ca1b451984e4177434c760be19633e7eefafdbaa3a73806e2cb0afa2739c54be84bc13c2b54539fa098ad4af0ff923b WHIRLPOOL 31408b4ec3625359f32d0440289e413aea6d9cd227c8e67c5d73c247a5cd7065eea0bb61d4554f2c92d51ee1b6084e49f8026a8f19afca60ccc2ba61fe87bdbd
645 DIST xfce4-terminal-0.6.0.tar.bz2 812533 SHA256 5ef54194e69b4f3ada885d73f6950b7cf9d2300a532e71963b9b8ee4a7598edf SHA512 ec6574aba5cc38c4f8cbeeebd16a507b6570739935e7af88b1a520f76d88ea107a5cf3921d83957ffaed27e5040c39750f467569bd01bfe3ab58eb9b47dda293 WHIRLPOOL d1a51a371a8df5b44c8600606dc4b07b5315280025b899a9a5c6d26d3c07f848d810a962ca1a3a59f852d585b0b1ad894b259cd39a6c1316d0c7befe30dbfe1a
646 EBUILD xfce4-terminal-0.4.8.ebuild 1066 SHA256 232eeb6ee64b5163a022259e9713b653ade3e1b0a3cab57689ebc350bd7776e0 SHA512 5d02c420e3e1096bb4f887e67873e27066b26044cf2a72c4fde8b819233a07d10304349eb6d8b3cfb64ed7c35f1e205f786958ea80122cbfae1c29bc1fc62c1f WHIRLPOOL 9c9cffb4c0a1eb819e9611ba720af60add7ca63963120b655fbd61e9d248a70de8b8f3c282aa275a0aca3ac9a97a0093447e2153876967622eba04db510e816d
647 EBUILD xfce4-terminal-0.6.0.ebuild 931 SHA256 529a9c6701c098f0a38fa10b179788a3b31c13da67a6f378afe082c4ad5e2be8 SHA512 c13e8fa16bd3e7d1b545f37c983fb6da5c5cd571261e69c03bb9ca2b5ea91f9181cf76795a4ead9364ed599249478f008cae9d7ed6cb4ed9e4923b588dfd04bc WHIRLPOOL 8de55426e0839125ba286aa3a424edb357f20e95976077e812f4e2b28680ac5f6dac8e33b44c1ebc848d4ad1d7ecac4c7723f5690506f0f8119579508e0a5ba7
648 MISC ChangeLog 16624 SHA256 1f327e41a666a3fde35dbcd37c8aa17130353ae2dff6584003047c60fd3c0b14 SHA512 a6871dccc41e518ba3a168a62fbcbe1358b7d6d8315635d6511aee7c7cd9b78310e6d97003429c6f7ed03e37cce1692445e511565ab4a9a6595134fb9b4fc873 WHIRLPOOL 16ebf9b7d1121fa1b3aaf6293dbbae7823f3229c75bf9930c35a8d7b92b30c99513188a42dea38fe7255144fdbf0c5bb372d591022fecaccfb2bf7aa4664e416
649 MISC metadata.xml 159 SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63 SHA512 000eb10e453390fb27843585adf354d725e77d881553d97a1a242bf06578a402ee4a924d9d8205a3fa687a59e2402bc9f3e1c227e448e05026354c196cf0a4f3 WHIRLPOOL 6f01aa01b8124d752be8e6c550ffdfc9093d45b206771c924ce25ce3f0daf006a669721d1385ff1bc803df342322d1c264f2905d3ccc44686c937deae8308ec3