Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/sparky: ChangeLog sparky-3.115.ebuild
Date: Fri, 26 Feb 2010 23:10:34
Message-Id: E1Nl9KG-0005ky-3U@stork.gentoo.org
1 jlec 10/02/26 23:10:28
2
3 Modified: ChangeLog sparky-3.115.ebuild
4 Log:
5 Another fight against the python.eclass won, python_mod_compile doesn't support full paths
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.15 sci-chemistry/sparky/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sparky/ChangeLog?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sparky/ChangeLog?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sparky/ChangeLog?r1=1.14&r2=1.15
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- ChangeLog 13 Feb 2010 22:58:13 -0000 1.14
22 +++ ChangeLog 26 Feb 2010 23:10:27 -0000 1.15
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-chemistry/sparky
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.14 2010/02/13 22:58:13 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.15 2010/02/26 23:10:27 jlec Exp $
28 +
29 + 26 Feb 2010; Justin Lecher (jlec) <jlec@g.o> sparky-3.115.ebuild:
30 + python_mod_compile arguments fixed
31
32 *sparky-3.115 (13 Feb 2010)
33
34
35
36
37 1.2 sci-chemistry/sparky/sparky-3.115.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild?r1=1.1&r2=1.2
42
43 Index: sparky-3.115.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- sparky-3.115.ebuild 13 Feb 2010 22:58:13 -0000 1.1
50 +++ sparky-3.115.ebuild 26 Feb 2010 23:10:27 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild,v 1.1 2010/02/13 22:58:13 jlec Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild,v 1.2 2010/02/26 23:10:27 jlec Exp $
56
57 EAPI="3"
58
59 @@ -109,9 +109,9 @@
60
61 pkg_postinst() {
62 python_need_rebuild
63 - python_mod_optimize $(python_get_sitedir)/${PN}
64 + python_mod_optimize ${PN}
65 }
66
67 pkg_postrm() {
68 - python_mod_cleanup $(python_get_sitedir)/${PN}
69 + python_mod_cleanup ${PN}
70 }