Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/qgis: qgis-1.7.4.ebuild ChangeLog
Date: Thu, 24 May 2012 12:53:53
Message-Id: 20120524125324.360BD2004C@flycatcher.gentoo.org
1 scarabeus 12/05/24 12:53:24
2
3 Modified: qgis-1.7.4.ebuild ChangeLog
4 Log:
5 Add python pyc patch for bug#381481. Patch by Chris Mayo.
6
7 (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-geosciences/qgis/qgis-1.7.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.7.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.7.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.7.4.ebuild?r1=1.1&r2=1.2
15
16 Index: qgis-1.7.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.7.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qgis-1.7.4.ebuild 24 May 2012 12:43:45 -0000 1.1
23 +++ qgis-1.7.4.ebuild 24 May 2012 12:53:24 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.7.4.ebuild,v 1.1 2012/05/24 12:43:45 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.7.4.ebuild,v 1.2 2012/05/24 12:53:24 scarabeus Exp $
29
30 EAPI=4
31
32 @@ -50,6 +50,7 @@
33
34 PATCHES=(
35 "${FILESDIR}/${P}-gcc4.7.patch"
36 + "${FILESDIR}/${PN}-no-python-pyc.patch"
37 )
38
39 # Does not find the test binaries at all
40 @@ -103,4 +104,9 @@
41 elog "you should install:"
42 elog " dev-db/postgis"
43 fi
44 + use python && python_mod_optimize qgis /usr/share/qgis/python/plugins
45 +}
46 +
47 +pkg_postrm() {
48 + use python && python_mod_cleanup qgis /usr/share/qgis/python/plugins
49 }
50
51
52
53 1.26 sci-geosciences/qgis/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.26&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.26&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?r1=1.25&r2=1.26
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v
62 retrieving revision 1.25
63 retrieving revision 1.26
64 diff -u -r1.25 -r1.26
65 --- ChangeLog 24 May 2012 12:43:45 -0000 1.25
66 +++ ChangeLog 24 May 2012 12:53:24 -0000 1.26
67 @@ -1,6 +1,10 @@
68 # ChangeLog for sci-geosciences/qgis
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.25 2012/05/24 12:43:45 scarabeus Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.26 2012/05/24 12:53:24 scarabeus Exp $
72 +
73 + 24 May 2012; Tomáš Chvátal <scarabeus@g.o>
74 + +files/qgis-no-python-pyc.patch, qgis-1.7.4.ebuild:
75 + Add python pyc patch for bug#381481. Patch by Chris Mayo.
76
77 *qgis-1.7.4 (24 May 2012)