Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/terminatorx: ChangeLog terminatorx-3.82.ebuild
Date: Tue, 29 Mar 2011 08:02:49
Message-Id: 20110329080238.E78DD20054@flycatcher.gentoo.org
1 radhermit 11/03/29 08:02:38
2
3 Modified: ChangeLog terminatorx-3.82.ebuild
4 Log:
5 Remove unnecessary explicit gnome2_omf_fix call.
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.32 media-sound/terminatorx/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 29 Mar 2011 07:55:48 -0000 1.31
23 +++ ChangeLog 29 Mar 2011 08:02:38 -0000 1.32
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-sound/terminatorx
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.31 2011/03/29 07:55:48 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.32 2011/03/29 08:02:38 radhermit Exp $
29 +
30 + 29 Mar 2011; Tim Harder <radhermit@g.o> terminatorx-3.82.ebuild:
31 + Remove unnecessary explicit gnome2_omf_fix call.
32
33 29 Mar 2011; Tim Harder <radhermit@g.o> terminatorx-3.82.ebuild:
34 Update to EAPI 2 and use slot deps for gtk+ and glib.
35
36
37
38 1.18 media-sound/terminatorx/terminatorx-3.82.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild?rev=1.18&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild?rev=1.18&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild?r1=1.17&r2=1.18
43
44 Index: terminatorx-3.82.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v
47 retrieving revision 1.17
48 retrieving revision 1.18
49 diff -u -r1.17 -r1.18
50 --- terminatorx-3.82.ebuild 29 Mar 2011 07:55:48 -0000 1.17
51 +++ terminatorx-3.82.ebuild 29 Mar 2011 08:02:38 -0000 1.18
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.17 2011/03/29 07:55:48 radhermit Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.18 2011/03/29 08:02:38 radhermit Exp $
57
58 EAPI=2
59
60 @@ -39,12 +39,6 @@
61
62 S=${WORKDIR}/${MY_P}
63
64 -src_prepare() {
65 - # we need the omf fix, or else we get access violation
66 - # errors related to sandbox
67 - gnome2_omf_fix "${S}/doc/terminatorX-manual/C/Makefile.in"
68 -}
69 -
70 src_configure() {
71 econf \
72 $(use_enable alsa) \