Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-1.8.5-r1.ebuild
Date: Tue, 29 Mar 2011 12:59:31
Message-Id: 20110329125921.66F8B2004F@flycatcher.gentoo.org
1 angelos 11/03/29 12:59:21
2
3 Modified: ChangeLog gtksourceview-1.8.5-r1.ebuild
4 Log:
5 Fix gtk+ slot deps
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.199 x11-libs/gtksourceview/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.199&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.199&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.198&r2=1.199
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
19 retrieving revision 1.198
20 retrieving revision 1.199
21 diff -u -r1.198 -r1.199
22 --- ChangeLog 27 Mar 2011 12:57:48 -0000 1.198
23 +++ ChangeLog 29 Mar 2011 12:59:21 -0000 1.199
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-libs/gtksourceview
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.198 2011/03/27 12:57:48 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.199 2011/03/29 12:59:21 angelos Exp $
29 +
30 + 29 Mar 2011; Christoph Mende <angelos@g.o>
31 + gtksourceview-1.8.5-r1.ebuild:
32 + Fix gtk+ slot deps
33
34 27 Mar 2011; Nirbheek Chauhan <nirbheek@g.o>
35 -gtksourceview-2.10.4.ebuild, gtksourceview-2.10.5-r1.ebuild:
36
37
38
39 1.14 x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild?rev=1.14&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild?rev=1.14&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild?r1=1.13&r2=1.14
44
45 Index: gtksourceview-1.8.5-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v
48 retrieving revision 1.13
49 retrieving revision 1.14
50 diff -u -r1.13 -r1.14
51 --- gtksourceview-1.8.5-r1.ebuild 6 Feb 2011 01:45:10 -0000 1.13
52 +++ gtksourceview-1.8.5-r1.ebuild 29 Mar 2011 12:59:21 -0000 1.14
53 @@ -1,7 +1,8 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.13 2011/02/06 01:45:10 abcd Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.14 2011/03/29 12:59:21 angelos Exp $
58
59 +EAPI=1
60 inherit gnome2 flag-o-matic autotools
61
62 DESCRIPTION="A text widget implementing syntax highlighting and other features"
63 @@ -12,10 +13,10 @@
64 KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
65 IUSE="doc"
66
67 -RDEPEND=">=x11-libs/gtk+-2.8
68 - >=dev-libs/libxml2-2.5
69 +RDEPEND=">=x11-libs/gtk+-2.8:2
70 + >=dev-libs/libxml2-2.5:2
71 >=gnome-base/libgnomeprint-2.8
72 - >=dev-libs/glib-2
73 + dev-libs/glib:2
74 !<dev-util/portatosourceview-2.16.1-r1"
75
76 DEPEND="${RDEPEND}