Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gedit-plugins: gedit-plugins-3.2.1-r1.ebuild ChangeLog
Date: Fri, 13 Jan 2012 17:41:26
Message-Id: 20120113174116.541F62004B@flycatcher.gentoo.org
1 tetromino 12/01/13 17:41:16
2
3 Modified: gedit-plugins-3.2.1-r1.ebuild ChangeLog
4 Log:
5 Add missing python cairo deps; modernize py-compile idiom.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.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.2.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: gedit-plugins-3.2.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gedit-plugins-3.2.1-r1.ebuild 3 Nov 2011 05:01:43 -0000 1.1
23 +++ gedit-plugins-3.2.1-r1.ebuild 13 Jan 2012 17:41:16 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.ebuild,v 1.1 2011/11/03 05:01:43 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.ebuild,v 1.2 2012/01/13 17:41:16 tetromino Exp $
30
31 EAPI="4"
32 GCONF_DEBUG="no"
33 @@ -28,7 +28,10 @@
34 >=x11-libs/gtksourceview-3.0.0:3.0
35 python? (
36 >=app-editors/gedit-3.0.0[introspection]
37 - || ( dev-python/pygobject:2[introspection] dev-python/pygobject:3 )
38 + dev-python/pycairo
39 + || (
40 + dev-python/pygobject:2[cairo,introspection]
41 + dev-python/pygobject:3[cairo] )
42 >=x11-libs/gtk+-3.0.0:3[introspection]
43 >=x11-libs/gtksourceview-3.0.0:3.0[introspection]
44 x11-libs/pango[introspection]
45 @@ -77,7 +80,7 @@
46
47 # disable pyc compiling
48 for d in . build-aux ; do
49 - ln -sfn $(type -P true) "${d}/py-compile"
50 + echo > "${d}/py-compile"
51 done
52 }
53
54
55
56
57 1.22 app-editors/gedit-plugins/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.22&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.22&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?r1=1.21&r2=1.22
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v
66 retrieving revision 1.21
67 retrieving revision 1.22
68 diff -u -r1.21 -r1.22
69 --- ChangeLog 3 Nov 2011 05:01:43 -0000 1.21
70 +++ ChangeLog 13 Jan 2012 17:41:16 -0000 1.22
71 @@ -1,6 +1,10 @@
72 # ChangeLog for app-editors/gedit-plugins
73 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.21 2011/11/03 05:01:43 tetromino Exp $
75 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.22 2012/01/13 17:41:16 tetromino Exp $
77 +
78 + 13 Jan 2012; Alexandre Rostovtsev <tetromino@g.o>
79 + gedit-plugins-3.2.1-r1.ebuild:
80 + Add missing python cairo deps; modernize py-compile idiom.
81
82 *gedit-plugins-3.2.1-r1 (03 Nov 2011)