Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/terminal: metadata.xml terminal-0.2.8.ebuild Manifest ChangeLog
Date: Sun, 22 Jun 2008 21:27:31
Message-Id: E1KAX5p-0000zb-2k@stork.gentoo.org
1 drac 08/06/22 21:27:25
2
3 Added: metadata.xml terminal-0.2.8.ebuild Manifest
4 ChangeLog
5 Log:
6 Move from xfce-extra.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 x11-terms/terminal/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>xfce</herd>
21 </pkgmetadata>
22
23
24
25 1.1 x11-terms/terminal/terminal-0.2.8.ebuild
26
27 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/terminal-0.2.8.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/terminal-0.2.8.ebuild?rev=1.1&content-type=text/plain
29
30 Index: terminal-0.2.8.ebuild
31 ===================================================================
32 # Copyright 1999-2008 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/x11-terms/terminal/terminal-0.2.8.ebuild,v 1.1 2008/06/22 21:27:24 drac Exp $
35
36 inherit fdo-mime gnome2-utils
37
38 MY_P=${P/t/T}
39
40 DESCRIPTION="Terminal for Xfce desktop environment, based on vte library."
41 HOMEPAGE="http://www.xfce.org/projects/terminal"
42 SRC_URI="mirror://xfce/xfce-4.4.2/src/${MY_P}.tar.bz2"
43
44 LICENSE="GPL-2"
45 SLOT="0"
46 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
47 IUSE="dbus debug startup-notification doc"
48
49 RDEPEND=">=dev-libs/glib-2.6
50 >=x11-libs/gtk+-2.6
51 media-libs/fontconfig
52 media-libs/freetype
53 x11-libs/libICE
54 x11-libs/libSM
55 x11-libs/libX11
56 x11-libs/libXft
57 x11-libs/libXrender
58 startup-notification? ( x11-libs/startup-notification )
59 dbus? ( dev-libs/dbus-glib )
60 x11-libs/vte
61 >=xfce-extra/exo-0.3.4"
62 DEPEND="${RDEPEND}
63 dev-util/pkgconfig
64 dev-util/intltool
65 sys-devel/gettext
66 doc? ( dev-libs/libxslt )"
67
68 S=${WORKDIR}/${MY_P}
69
70 src_compile() {
71 econf --disable-dependency-tracking \
72 $(use_enable startup-notification) \
73 $(use_enable dbus) \
74 $(use_enable debug) \
75 $(use_enable doc xsltproc)
76 emake || die "emake failed."
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die "emake install failed."
81 dodoc AUTHORS ChangeLog HACKING NEWS README THANKS
82 }
83
84 pkg_postinst() {
85 fdo-mime_desktop_database_update
86 gnome2_icon_cache_update
87 }
88
89 pkg_postrm() {
90 fdo-mime_desktop_database_update
91 gnome2_icon_cache_update
92 }
93
94
95
96 1.1 x11-terms/terminal/Manifest
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/Manifest?rev=1.1&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/Manifest?rev=1.1&content-type=text/plain
100
101 Index: Manifest
102 ===================================================================
103 DIST Terminal-0.2.8.tar.bz2 1908459 RMD160 49bf87091ef39011dc9111439a939a52f19771fe SHA1 9c4ae0422dea8161aa72659d3bd1b035688d70d7 SHA256 20a58b96915f67c5b4f49fb1428e1876195f1f9fd7d37e0081352cadc13463e7
104 EBUILD terminal-0.2.8.ebuild 1522 RMD160 e775334a8bca262bae9fb166b4f9b203715ebd77 SHA1 72a9d9fee4216f964e23432554388ee330714a55 SHA256 bcaec8ad1646ea86db2af3cb174957bd849d98f406e299119b93487c4d51574a
105 MISC ChangeLog 7562 RMD160 19b597d64c4a93ddf0fce9baa5963e7ca6685bdf SHA1 7dae2ede24b6a9895a9313fbea7dab059a7afe21 SHA256 0872705d8856a53bee8edad95bd54201e65cfa1ba1e33db7681897bc2a04aff7
106 MISC metadata.xml 157 RMD160 d7470fe88d1b96f3a7f1ef26fb7dc646b4a1b907 SHA1 7eae91f2588bdae8667d37a98fb3090d539eeca1 SHA256 44350daa7594842894d676413708d8ea77ccb0017bed24711af5b256281f5e61
107
108
109
110 1.1 x11-terms/terminal/ChangeLog
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/ChangeLog?rev=1.1&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/ChangeLog?rev=1.1&content-type=text/plain
114
115 Index: ChangeLog
116 ===================================================================
117 # ChangeLog for xfce-extra/terminal
118 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
119 # $Header: /var/cvsroot/gentoo-x86/x11-terms/terminal/ChangeLog,v 1.1 2008/06/22 21:27:24 drac Exp $
120
121 22 Jun 2008; Samuli Suominen <drac@g.o> +terminal-0.2.8.ebuild:
122 Move from xfce-extra.
123
124 17 Dec 2007; Jeroen Roovers <jer@g.o> terminal-0.2.8.ebuild:
125 Stable for HPPA (bug #201747).
126
127 12 Dec 2007; Brent Baude <ranger@g.o> terminal-0.2.8.ebuild:
128 Marking terminal-0.2.8 ppc64 stable for bug 201747
129
130 12 Dec 2007; Raúl Porcel <armin76@g.o> terminal-0.2.8.ebuild:
131 alpha/ia64/sparc stable wrt #201747
132
133 09 Dec 2007; Tobias Scherbaum <dertobi123@g.o>
134 terminal-0.2.8.ebuild:
135 ppc stable, bug #201747
136
137 09 Dec 2007; Dawid Węgliński <cla@g.o> terminal-0.2.8.ebuild:
138 Stable on amd64/x86 (bug #201747)
139
140 *terminal-0.2.8 (02 Dec 2007)
141
142 02 Dec 2007; Samuli Suominen <drac@g.o> +terminal-0.2.8.ebuild:
143 Version bump.
144
145 15 Sep 2007; Samuli Suominen <drac@g.o>
146 terminal-0.2.6_p25931.ebuild:
147 Changed SRC_URI to gentoo mirrors.
148
149 06 Aug 2007; Joshua Kinard <kumba@g.o>
150 terminal-0.2.6_p25931.ebuild:
151 Stable on mips, per #184886.
152
153 27 Jul 2007; Tobias Scherbaum <dertobi123@g.o>
154 terminal-0.2.6_p25931.ebuild:
155 ppc stable, bug #184886
156
157 25 Jul 2007; Markus Rothe <corsair@g.o>
158 terminal-0.2.6_p25931.ebuild:
159 Stable on ppc64; bug #184886
160
161 23 Jul 2007; Gustavo Zacarias <gustavoz@g.o>
162 terminal-0.2.6_p25931.ebuild:
163 Stable on sparc wrt security #184886
164
165 21 Jul 2007; Samuli Suominen <drac@g.o>
166 terminal-0.2.6_p25931.ebuild:
167 Stable on arm.
168
169 21 Jul 2007; Raúl Porcel <armin76@g.o>
170 terminal-0.2.6_p25931.ebuild:
171 alpha/ia64/x86 stable wrt security #184886
172
173 21 Jul 2007; Jeroen Roovers <jer@g.o> terminal-0.2.6_p25931.ebuild:
174 Stable for HPPA (bug #184868).
175
176 21 Jul 2007; Christoph Mende <angelos@g.o>
177 terminal-0.2.6_p25931.ebuild:
178 Stable on amd64 wrt security bug #184886
179
180 *terminal-0.2.6_p25931 (21 Jul 2007)
181
182 21 Jul 2007; Samuli Suominen <drac@g.o>
183 +terminal-0.2.6_p25931.ebuild:
184 Snapshot to fix security bug 184886, remote shell command execution.
185
186 01 Jul 2007; Peter Weller <welp@g.o> terminal-0.2.6-r1.ebuild:
187 Fix up dbus deps wrt bug 183696
188
189 27 May 2007; Joshua Kinard <kumba@g.o> terminal-0.2.6-r1.ebuild:
190 Stable on mips.
191
192 15 Mar 2007; Markus Rothe <corsair@g.o> terminal-0.2.6-r1.ebuild:
193 Stable on ppc64; bug #169987
194
195 12 Mar 2007; Bryan Østergaard <kloeri@g.o>
196 terminal-0.2.6-r1.ebuild:
197 Stable on Alpha + IA64.
198
199 11 Mar 2007; Samuli Suominen <drac@g.o> terminal-0.2.4.ebuild,
200 -terminal-0.2.4-r1.ebuild:
201 Drop version using virtual/x11 and port old to Modular X.
202
203 10 Mar 2007; nixnut <nixnut@g.o> terminal-0.2.6-r1.ebuild:
204 Stable on ppc wrt bug 169987
205
206 10 Mar 2007; Peter Weller <welp@g.o> terminal-0.2.6-r1.ebuild:
207 Stable on amd64 wrt bug 169987
208
209 09 Mar 2007; Jeroen Roovers <jer@g.o> terminal-0.2.6-r1.ebuild:
210 Stable for HPPA (bug #169987).
211
212 09 Mar 2007; Christian Faulhammer <opfer@g.o>
213 terminal-0.2.6-r1.ebuild:
214 stable x86; bug #169987
215
216 08 Mar 2007; Gustavo Zacarias <gustavoz@g.o>
217 terminal-0.2.6-r1.ebuild:
218 Stable on sparc wrt #169987
219
220 03 Mar 2007; nixnut <nixnut@g.o> terminal-0.2.4-r1.ebuild:
221 Stable on ppc wrt bug 153225
222
223 02 Mar 2007; Peter Weller <welp@g.o> terminal-0.2.6-r1.ebuild:
224 Keyworded on x86-fbsd
225
226 26 Feb 2007; Christian Faulhammer <opfer@g.o>
227 terminal-0.2.4-r1.ebuild:
228 stable x86; bug 153225
229
230 25 Feb 2007; Markus Rothe <corsair@g.o> terminal-0.2.4-r1.ebuild:
231 Stable on ppc64; bug #153225
232
233 21 Feb 2007; Samuli Suominen <drac@g.o> terminal-0.2.6-r1.ebuild:
234 Adjust description wrt bug 167821.
235
236 *terminal-0.2.6-r1 (04 Feb 2007)
237
238 04 Feb 2007; Samuli Suominen <drac@g.o> +terminal-0.2.6-r1.ebuild:
239 Revert dbus dep again, this time for mips.
240
241 03 Feb 2007; Joshua Nichols <nichoj@g.o>
242 -terminal-0.2.5.8_rc2.ebuild:
243 Removing old version.
244
245 29 Jan 2007; Peter Weller <welp@g.o> terminal-0.2.6.ebuild:
246 A number of fixes
247
248 25 Jan 2007; Peter Weller <welp@g.o> terminal-0.2.6.ebuild:
249 Removed use of gnome2-utils, inherits everything from xfce44
250
251 23 Jan 2007; Peter Weller <welp@g.o> terminal-0.2.6.ebuild:
252 Added debug to IUSE
253
254 23 Jan 2007; Peter Weller <welp@g.o> terminal-0.2.6.ebuild:
255 Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups.
256
257 *terminal-0.2.6 (22 Jan 2007)
258
259 22 Jan 2007; Joshua Nichols <nichoj@g.o> +terminal-0.2.6.ebuild:
260 Version bump.
261
262 20 Dec 2006; Peter Weller <welp@g.o> terminal-0.2.5.8_rc2.ebuild:
263 Change xslt to doc wrt bug #158654
264
265 10 Dec 2006; Joshua Nichols <nichoj@g.o>
266 terminal-0.2.5.8_rc2.ebuild:
267 Added version to vte dependency.
268
269 10 Dec 2006; Joshua Nichols <nichoj@g.o> -terminal-0.2.2-r1.ebuild,
270 -terminal-0.2.4_pre1.ebuild, -terminal-0.2.5.1_beta1.ebuild,
271 -terminal-0.2.5.4_beta2.ebuild:
272 Pruned older versions with equal or lesser keywords.
273
274 11 Dec 2006; Joshua Nichols <nichoj@g.o> terminal-0.2.4.ebuild,
275 terminal-0.2.4-r1.ebuild, terminal-0.2.5.1_beta1.ebuild,
276 terminal-0.2.5.4_beta2.ebuild, terminal-0.2.5.8_rc2.ebuild:
277 Updated dependencies for modular dbus, see bug #154521.
278
279 *terminal-0.2.5.8_rc2 (07 Dec 2006)
280
281 07 Dec 2006; Joshua Nichols <nichoj@g.o>
282 +terminal-0.2.5.8_rc2.ebuild:
283 Version bump for RC2. See bug #146563.
284
285 *terminal-0.2.5.4_beta2 (10 Jul 2006)
286
287 10 Jul 2006; Brad Cowan <bcowan@g.o>
288 +terminal-0.2.5.4_beta2.ebuild:
289 Xfce beta 2 builds.
290
291 *terminal-0.2.5.1_beta1 (20 Apr 2006)
292
293 20 Apr 2006; Daniel Ostrow <dostrow@g.o>
294 +terminal-0.2.5.1_beta1.ebuild:
295 Version bump for 4.4_beta1.
296
297 10 Dec 2005; Daniel Ostrow <dostrow@g.o> terminal-0.2.4.ebuild:
298 Stable on ppc64.
299
300 08 Oct 2005; Michael Hanselmann <hansmi@g.o> terminal-0.2.4.ebuild:
301 Stable on ppc.
302
303 *terminal-0.2.4-r1 (06 Oct 2005)
304
305 06 Oct 2005; Brad Cowan <bcowan@g.o> terminal-0.2.4.ebuild,
306 +terminal-0.2.4-r1.ebuild:
307 Xfce builds for new eclass and modular Xorg.
308
309 09 Sep 2005; Aron Griffis <agriffis@g.o> terminal-0.2.2-r1.ebuild:
310 Mark 0.2.2-r1 stable on ia64
311
312 07 Sep 2005; Brad Cowan <bcowan@g.o> terminal-0.2.4.ebuild:
313 Add dbus as conditional dep.
314
315 12 Jun 2005; Sven Wegener <swegener@g.o> terminal-0.2.2-r1.ebuild,
316 terminal-0.2.4_pre1.ebuild, terminal-0.2.4.ebuild:
317 Removed * postfix from <, <=, >= and > dependencies.
318
319 23 Apr 2005; Michael Hanselmann <hansmi@g.o>
320 terminal-0.2.2-r1.ebuild:
321 Stable on ppc.
322
323 21 Mar 2005; Brad Cowan <bcowan@g.o> :
324 Version bump. Now has option to choose default browser and mail client.
325
326 *terminal-0.2.4_pre1 (04 Mar 2005)
327
328 04 Mar 2005; Brad Cowan <bcowan@g.o> +terminal-0.2.4_pre1.ebuild:
329 Version bump.
330
331 *terminal-0.2.2-r1 (07 Jan 2005)
332
333 07 Jan 2005; Brad Cowan <bcowan@g.o> +terminal-0.2.2-r1.ebuild:
334 Updates for Xfce4 eclass.
335
336 *terminal-0.2.2 (02 Jan 2005)
337
338 02 Jan 2005; Brad Cowan <bcowan@g.o> +terminal-0.2.2.ebuild:
339 Version bump.
340
341 *terminal-0.2.0 (02 Dec 2004)
342
343 02 Dec 2004; Brad Cowan <bcowan@g.o> +terminal-0.2.0.ebuild:
344 Version bump.
345
346 *terminal-0.2.0_pre2 (01 Dec 2004)
347
348 01 Dec 2004; Brad Cowan <bcowan@g.o> +metadata.xml,
349 +terminal-0.2.0_pre2.ebuild:
350 Initial import. Terminal based on Xfce from os-cillation.com.
351
352
353
354
355 --
356 gentoo-commits@l.g.o mailing list