Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/scite: ChangeLog scite-1.78.ebuild
Date: Tue, 30 Jun 2009 21:11:02
Message-Id: E1MLkbU-0004SH-J4@stork.gentoo.org
1 fauli 09/06/30 21:11:00
2
3 Modified: ChangeLog scite-1.78.ebuild
4 Log:
5 stable x86, bug 275673
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.82 app-editors/scite/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/scite/ChangeLog?rev=1.82&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/scite/ChangeLog?rev=1.82&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/scite/ChangeLog?r1=1.81&r2=1.82
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v
18 retrieving revision 1.81
19 retrieving revision 1.82
20 diff -u -r1.81 -r1.82
21 --- ChangeLog 29 Jun 2009 12:00:21 -0000 1.81
22 +++ ChangeLog 30 Jun 2009 21:11:00 -0000 1.82
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-editors/scite
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.81 2009/06/29 12:00:21 fmccor Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.82 2009/06/30 21:11:00 fauli Exp $
28 +
29 + 30 Jun 2009; Christian Faulhammer <fauli@g.o> scite-1.78.ebuild:
30 + stable x86, bug 275673
31
32 29 Jun 2009; Ferris McCormick <fmccor@g.o> scite-1.78.ebuild:
33 Sparc stable, bug #275673.
34
35
36
37 1.4 app-editors/scite/scite-1.78.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/scite/scite-1.78.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/scite/scite-1.78.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/scite/scite-1.78.ebuild?r1=1.3&r2=1.4
42
43 Index: scite-1.78.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.78.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- scite-1.78.ebuild 29 Jun 2009 12:00:21 -0000 1.3
50 +++ scite-1.78.ebuild 30 Jun 2009 21:11:00 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.78.ebuild,v 1.3 2009/06/29 12:00:21 fmccor Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.78.ebuild,v 1.4 2009/06/30 21:11:00 fauli Exp $
56
57 inherit toolchain-funcs eutils
58
59 @@ -11,7 +11,7 @@
60
61 LICENSE="Scintilla"
62 SLOT="0"
63 -KEYWORDS="~amd64 ~ppc sparc ~x86 ~x86-fbsd"
64 +KEYWORDS="~amd64 ~ppc sparc x86 ~x86-fbsd"
65 IUSE="lua"
66
67 RDEPEND=">=x11-libs/gtk+-2