Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gedit-plugins: gedit-plugins-3.12.1.ebuild ChangeLog
Date: Mon, 30 Jun 2014 12:30:06
Message-Id: 20140630122954.D60482004E@flycatcher.gentoo.org
1 pacho 14/06/30 12:29:54
2
3 Modified: gedit-plugins-3.12.1.ebuild ChangeLog
4 Log:
5 Offending files are only installed with USE python (#515842 by Ilya Gordeev)
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1.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.12.1.ebuild?r1=1.1&r2=1.2
15
16 Index: gedit-plugins-3.12.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gedit-plugins-3.12.1.ebuild 27 Apr 2014 15:35:32 -0000 1.1
23 +++ gedit-plugins-3.12.1.ebuild 30 Jun 2014 12:29:54 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 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.12.1.ebuild,v 1.1 2014/04/27 15:35:32 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild,v 1.2 2014/06/30 12:29:54 pacho Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="no"
32 @@ -64,8 +64,10 @@
33 gnome2_src_install
34
35 # FIXME: crazy !!!
36 - find "${ED}"/usr/share/gedit -name "*.py*" -delete || die
37 - find "${ED}"/usr/share/gedit -type d -empty -delete || die
38 + if use python; then
39 + find "${ED}"/usr/share/gedit -name "*.py*" -delete || die
40 + find "${ED}"/usr/share/gedit -type d -empty -delete || die
41 + fi
42
43 # FIXME: upstream made this automagic...
44 clean_plugin charmap
45
46
47
48 1.47 app-editors/gedit-plugins/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.47&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.47&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?r1=1.46&r2=1.47
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v
57 retrieving revision 1.46
58 retrieving revision 1.47
59 diff -u -r1.46 -r1.47
60 --- ChangeLog 27 Apr 2014 15:35:32 -0000 1.46
61 +++ ChangeLog 30 Jun 2014 12:29:54 -0000 1.47
62 @@ -1,6 +1,9 @@
63 # ChangeLog for app-editors/gedit-plugins
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.46 2014/04/27 15:35:32 eva Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.47 2014/06/30 12:29:54 pacho Exp $
67 +
68 + 30 Jun 2014; Pacho Ramos <pacho@g.o> gedit-plugins-3.12.1.ebuild:
69 + Offending files are only installed with USE python (#515842 by Ilya Gordeev)
70
71 *gedit-plugins-3.12.1 (27 Apr 2014)