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: gedit-plugins-3.8.3.ebuild ChangeLog
Date: Sun, 30 Jun 2013 21:33:15
Message-Id: 20130630213309.00B192171C@flycatcher.gentoo.org
1 eva 13/06/30 21:33:08
2
3 Modified: gedit-plugins-3.8.3.ebuild ChangeLog
4 Log:
5 Add missing REQUIRED_USE handling for python.
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.2 app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild?r1=1.1&r2=1.2
15
16 Index: gedit-plugins-3.8.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gedit-plugins-3.8.3.ebuild 18 Jun 2013 18:55:26 -0000 1.1
23 +++ gedit-plugins-3.8.3.ebuild 30 Jun 2013 21:33:08 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild,v 1.1 2013/06/18 18:55:26 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild,v 1.2 2013/06/30 21:33:08 eva Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="no"
32 @@ -23,6 +23,7 @@
33 charmap? ( python )
34 git? ( python )
35 terminal? ( python )
36 + python? ( ${REQUIRED_PYTHON_USE} )
37 "
38
39 RDEPEND="
40
41
42
43 1.34 app-editors/gedit-plugins/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.34&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.34&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?r1=1.33&r2=1.34
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v
52 retrieving revision 1.33
53 retrieving revision 1.34
54 diff -u -r1.33 -r1.34
55 --- ChangeLog 18 Jun 2013 18:55:26 -0000 1.33
56 +++ ChangeLog 30 Jun 2013 21:33:08 -0000 1.34
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-editors/gedit-plugins
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.33 2013/06/18 18:55:26 pacho Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.34 2013/06/30 21:33:08 eva Exp $
62 +
63 + 30 Jun 2013; Gilles Dartiguelongue <eva@g.o>
64 + gedit-plugins-3.8.3.ebuild:
65 + Add missing REQUIRED_USE handling for python.
66
67 *gedit-plugins-3.8.3 (18 Jun 2013)