Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/scite: scite-2.28.ebuild ChangeLog
Date: Sat, 03 Dec 2011 11:12:33
Message-Id: 20111203111222.C26862004B@flycatcher.gentoo.org
1 hwoarang 11/12/03 11:12:22
2
3 Modified: scite-2.28.ebuild ChangeLog
4 Log:
5 add missing pango,cairo,gdk-pixbuf,glib dependencies. Stable on amd64. Bug #392577
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-editors/scite/scite-2.28.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/scite-2.28.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/scite-2.28.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/scite-2.28.ebuild?r1=1.1&r2=1.2
15
16 Index: scite-2.28.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/scite/scite-2.28.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- scite-2.28.ebuild 13 Aug 2011 15:55:04 -0000 1.1
23 +++ scite-2.28.ebuild 3 Dec 2011 11:12:22 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-2.28.ebuild,v 1.1 2011/08/13 15:55:04 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-2.28.ebuild,v 1.2 2011/12/03 11:12:22 hwoarang Exp $
29
30 EAPI="1"
31
32 @@ -13,10 +13,14 @@
33
34 LICENSE="Scintilla"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
37 +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
38 IUSE="lua"
39
40 -RDEPEND="x11-libs/gtk+:2
41 +RDEPEND="dev-libs/glib
42 + x11-libs/cairo
43 + x11-libs/gtk+:2
44 + x11-libs/gdk-pixbuf
45 + x11-libs/pango
46 lua? ( >=dev-lang/lua-5 )"
47 DEPEND="${RDEPEND}
48 dev-util/pkgconfig
49
50
51
52 1.124 app-editors/scite/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/ChangeLog?rev=1.124&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/ChangeLog?rev=1.124&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/scite/ChangeLog?r1=1.123&r2=1.124
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v
61 retrieving revision 1.123
62 retrieving revision 1.124
63 diff -u -r1.123 -r1.124
64 --- ChangeLog 30 Nov 2011 19:05:10 -0000 1.123
65 +++ ChangeLog 3 Dec 2011 11:12:22 -0000 1.124
66 @@ -1,6 +1,10 @@
67 # ChangeLog for app-editors/scite
68 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.123 2011/11/30 19:05:10 nelchael Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.124 2011/12/03 11:12:22 hwoarang Exp $
71 +
72 + 03 Dec 2011; Markos Chandras <hwoarang@g.o> scite-2.28.ebuild:
73 + add missing pango,cairo,gdk-pixbuf,glib dependencies. Stable on amd64. Bug
74 + #392577
75
76 30 Nov 2011; Krzysztof Pawlik <nelchael@g.o> scite-3.0.1.ebuild:
77 Use ED instead of D as suggested by Agostino Sarubbo in bug #380061.