Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/editra: ChangeLog editra-0.5.32.ebuild
Date: Fri, 19 Feb 2010 00:21:17
Message-Id: E1NiGcM-0002pq-HQ@stork.gentoo.org
1 dirtyepic 10/02/19 00:21:14
2
3 Modified: ChangeLog editra-0.5.32.ebuild
4 Log:
5 Fix sandbox violations, bug #298752.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 app-editors/editra/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 23 Jan 2010 00:15:12 -0000 1.9
22 +++ ChangeLog 19 Feb 2010 00:21:13 -0000 1.10
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-editors/editra
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.9 2010/01/23 00:15:12 billie Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.10 2010/02/19 00:21:13 dirtyepic Exp $
28 +
29 + 19 Feb 2010; Ryan Hill <dirtyepic@g.o> editra-0.5.32.ebuild,
30 + +files/editra-0.5.32-sandbox.patch:
31 + Fix sandbox violations, bug #298752.
32
33 *editra-0.5.32 (23 Jan 2010)
34
35
36
37
38 1.2 app-editors/editra/editra-0.5.32.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild?r1=1.1&r2=1.2
43
44 Index: editra-0.5.32.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- editra-0.5.32.ebuild 23 Jan 2010 00:15:12 -0000 1.1
51 +++ editra-0.5.32.ebuild 19 Feb 2010 00:21:13 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild,v 1.1 2010/01/23 00:15:12 billie Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild,v 1.2 2010/02/19 00:21:13 dirtyepic Exp $
57
58 EAPI=2
59
60 @@ -26,6 +26,12 @@
61
62 S="${WORKDIR}"/${MY_PN}-${PV}
63
64 +src_prepare() {
65 + #http://code.google.com/p/editra/issues/detail?id=481
66 + epatch "${FILESDIR}"/${P}-sandbox.patch
67 + # next version, use setup.py install --no-clean
68 +}
69 +
70 src_install() {
71 distutils_src_install
72 insinto /usr/share/pixmaps