Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/terminal: terminal-0.2.8.3.ebuild ChangeLog
Date: Fri, 31 Oct 2008 00:31:52
Message-Id: E1KvhvZ-00073P-CR@stork.gentoo.org
1 aballier 08/10/31 00:31:49
2
3 Modified: terminal-0.2.8.3.ebuild ChangeLog
4 Log:
5 fix obvious typo at econf line that causes failures
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 x86_64)
7
8 Revision Changes Path
9 1.2 x11-terms/terminal/terminal-0.2.8.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/terminal-0.2.8.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/terminal-0.2.8.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/terminal-0.2.8.3.ebuild?r1=1.1&r2=1.2
14
15 Index: terminal-0.2.8.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-terms/terminal/terminal-0.2.8.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- terminal-0.2.8.3.ebuild 30 Oct 2008 22:12:56 -0000 1.1
22 +++ terminal-0.2.8.3.ebuild 31 Oct 2008 00:31:49 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminal/terminal-0.2.8.3.ebuild,v 1.1 2008/10/30 22:12:56 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminal/terminal-0.2.8.3.ebuild,v 1.2 2008/10/31 00:31:49 aballier Exp $
28
29 EAPI=1
30
31 @@ -46,9 +46,9 @@
32 econf --disable-dependency-tracking \
33 $(use_enable dbus) \
34 $(use_enable debug) \
35 - $(use_enable doc xsltproc)
36 + $(use_enable doc xsltproc) \
37 $(use_enable nls) \
38 - $(use_enable startup-notification) \
39 + $(use_enable startup-notification)
40 emake || die "emake failed"
41 }
42
43
44
45
46 1.4 x11-terms/terminal/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/ChangeLog?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/ChangeLog?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/ChangeLog?r1=1.3&r2=1.4
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-terms/terminal/ChangeLog,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- ChangeLog 30 Oct 2008 22:12:56 -0000 1.3
59 +++ ChangeLog 31 Oct 2008 00:31:49 -0000 1.4
60 @@ -1,6 +1,9 @@
61 # ChangeLog for x11-terms/terminal
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminal/ChangeLog,v 1.3 2008/10/30 22:12:56 angelos Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminal/ChangeLog,v 1.4 2008/10/31 00:31:49 aballier Exp $
65 +
66 + 31 Oct 2008; Alexis Ballier <aballier@g.o> terminal-0.2.8.3.ebuild:
67 + fix obvious typo at econf line that causes failures
68
69 *terminal-0.2.8.3 (30 Oct 2008)