Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gedit-plugins: ChangeLog gedit-plugins-2.30.0.ebuild
Date: Sun, 23 Jan 2011 23:17:58
Message-Id: 20110123231748.50D9220054@flycatcher.gentoo.org
1 eva 11/01/23 23:17:48
2
3 Modified: ChangeLog gedit-plugins-2.30.0.ebuild
4 Log:
5 Pin dependencies to appropriate slots and make use of python eclass for proper mutliple python slots support.
6
7 (Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 app-editors/gedit-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 1 Nov 2010 12:30:24 -0000 1.10
23 +++ ChangeLog 23 Jan 2011 23:17:48 -0000 1.11
24 @@ -1,6 +1,16 @@
25 # ChangeLog for app-editors/gedit-plugins
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.10 2010/11/01 12:30:24 eva Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.11 2011/01/23 23:17:48 eva Exp $
30 +
31 + 23 Jan 2011; Gilles Dartiguelongue <eva@g.o>
32 + gedit-plugins-2.30.0.ebuild:
33 + Pin dependencies to appropriate slots and make use of python eclass for
34 + proper mutliple python slots support.
35 +
36 + 23 Jan 2011; Gilles Dartiguelongue <eva@g.o>
37 + gedit-plugins-2.30.0.ebuild:
38 + Pin dependencies to appropriate slots and make use of python eclass for
39 + proper mutliple python slots support.
40
41 01 Nov 2010; Gilles Dartiguelongue <eva@g.o>
42 gedit-plugins-2.30.0.ebuild:
43
44
45
46 1.3 app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild?r1=1.2&r2=1.3
51
52 Index: gedit-plugins-2.30.0.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- gedit-plugins-2.30.0.ebuild 1 Nov 2010 12:30:24 -0000 1.2
59 +++ gedit-plugins-2.30.0.ebuild 23 Jan 2011 23:17:48 -0000 1.3
60 @@ -1,9 +1,11 @@
61 -# Copyright 1999-2010 Gentoo Foundation
62 +# Copyright 1999-2011 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild,v 1.2 2010/11/01 12:30:24 eva Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild,v 1.3 2011/01/23 23:17:48 eva Exp $
66
67 EAPI="2"
68 GCONF_DEBUG="no"
69 +PYTHON_DEPEND="session? 2"
70 +PYTHON_USE_WITH_OPT="session? xml"
71
72 inherit gnome2 multilib python eutils
73
74 @@ -16,19 +18,16 @@
75
76 IUSE="bookmarks +bracketcompletion charmap colorpicker +drawspaces +joinlines python +session showtabbar smartspaces terminal"
77
78 -RDEPEND=">=x11-libs/gtk+-2.14
79 +RDEPEND=">=x11-libs/gtk+-2.14:2
80 gnome-base/gconf
81 - >=x11-libs/gtksourceview-2.6
82 + >=x11-libs/gtksourceview-2.6:2.0
83 >=app-editors/gedit-2.29.3[python]
84 - >=dev-python/pygtk-2.14
85 + >=dev-python/pygtk-2.14:2
86 charmap? (
87 >=gnome-extra/gucharmap-2.24.3
88 )
89 - session? (
90 - dev-lang/python[xml]
91 - )
92 python? (
93 - >=dev-python/pygtksourceview-2.2.0
94 + >=dev-python/pygtksourceview-2.2:2
95 )
96 terminal? (
97 dev-python/gconf-python
98 @@ -55,6 +54,8 @@
99 --disable-dependency-tracking
100 --with-plugins=${myplugins}
101 $(use_enable python)"
102 +
103 + python_set_active_version 2
104 }
105
106 src_prepare() {