Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@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: Mon, 02 May 2011 19:12:30
Message-Id: 20110502191217.C93F020054@flycatcher.gentoo.org
1 arfrever 11/05/02 19:12:17
2
3 Modified: ChangeLog gedit-plugins-2.30.0.ebuild
4 Log:
5 Fix dependencies (bug #365591).
6
7 (Portage version: 2.2.0_alpha30_p35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 app-editors/gedit-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 16 Apr 2011 20:01:14 -0000 1.13
23 +++ ChangeLog 2 May 2011 19:12:17 -0000 1.14
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-editors/gedit-plugins
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.13 2011/04/16 20:01:14 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.14 2011/05/02 19:12:17 arfrever Exp $
29 +
30 + 02 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
31 + gedit-plugins-2.30.0.ebuild:
32 + Fix dependencies (bug #365591).
33
34 16 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
35 gedit-plugins-2.30.0.ebuild:
36
37
38
39 1.6 app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild?r1=1.5&r2=1.6
44
45 Index: gedit-plugins-2.30.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- gedit-plugins-2.30.0.ebuild 16 Apr 2011 20:01:14 -0000 1.5
52 +++ gedit-plugins-2.30.0.ebuild 2 May 2011 19:12:17 -0000 1.6
53 @@ -1,11 +1,12 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild,v 1.5 2011/04/16 20:01:14 arfrever Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild,v 1.6 2011/05/02 19:12:17 arfrever Exp $
58
59 EAPI="3"
60 GCONF_DEBUG="no"
61 -PYTHON_DEPEND="session? 2"
62 -PYTHON_USE_WITH_OPT="session? xml"
63 +PYTHON_DEPEND="session? 2:2.6"
64 +PYTHON_USE_WITH="xml"
65 +PYTHON_USE_WITH_OPT="session"
66
67 inherit gnome2 multilib python eutils