Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-3.4.1.ebuild
Date: Wed, 02 May 2012 01:26:02
Message-Id: 20120502012547.16A202004B@flycatcher.gentoo.org
1 tetromino 12/05/02 01:25:47
2
3 Modified: ChangeLog gtksourceview-3.4.1.ebuild
4 Log:
5 Depend on >=gtk+-3.3.8 (bug #413739, thanks to lynx).
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.223 x11-libs/gtksourceview/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.223&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.223&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.222&r2=1.223
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
19 retrieving revision 1.222
20 retrieving revision 1.223
21 diff -u -r1.222 -r1.223
22 --- ChangeLog 29 Apr 2012 15:17:28 -0000 1.222
23 +++ ChangeLog 2 May 2012 01:25:46 -0000 1.223
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-libs/gtksourceview
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.222 2012/04/29 15:17:28 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.223 2012/05/02 01:25:46 tetromino Exp $
29 +
30 + 02 May 2012; Alexandre Rostovtsev <tetromino@g.o>
31 + gtksourceview-3.4.1.ebuild:
32 + Depend on >=gtk+-3.3.8 (bug #413739, thanks to lynx).
33
34 29 Apr 2012; Markus Meier <maekke@g.o> gtksourceview-2.10.5-r2.ebuild:
35 x86 stable, bug #410611
36
37
38
39 1.2 x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild?r1=1.1&r2=1.2
44
45 Index: gtksourceview-3.4.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gtksourceview-3.4.1.ebuild 22 Apr 2012 23:29:22 -0000 1.1
52 +++ gtksourceview-3.4.1.ebuild 2 May 2012 01:25:46 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild,v 1.1 2012/04/22 23:29:22 tetromino Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild,v 1.2 2012/05/02 01:25:46 tetromino Exp $
58
59 EAPI="4"
60 GCONF_DEBUG="no"
61 @@ -17,7 +17,7 @@
62 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
63
64 # Note: has native OSX support, prefix teams, attack!
65 -RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
66 +RDEPEND=">=x11-libs/gtk+-3.3.8:3[introspection?]
67 >=dev-libs/libxml2-2.6:2
68 >=dev-libs/glib-2.28:2
69 glade? ( >=dev-util/glade-3.9:3.10 )