Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygtksourceview: pygtksourceview-2.2.0.ebuild pygtksourceview-2.0.0-r1.ebuild ChangeLog
Date: Thu, 29 May 2008 16:28:53
Message-Id: E1K1kzf-0006r4-T7@stork.gentoo.org
1 hawking 08/05/29 16:28:47
2
3 Modified: pygtksourceview-2.2.0.ebuild
4 pygtksourceview-2.0.0-r1.ebuild ChangeLog
5 Log:
6 python_mod_optimize is ROOT aware. Run python_mod_cleanup in pkg_postrm.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.2 dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: pygtksourceview-2.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pygtksourceview-2.2.0.ebuild 11 Mar 2008 00:24:01 -0000 1.1
23 +++ pygtksourceview-2.2.0.ebuild 29 May 2008 16:28:47 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild,v 1.1 2008/03/11 00:24:01 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild,v 1.2 2008/05/29 16:28:47 hawking Exp $
29
30 NEED_PYTHON=2.3.5
31
32 @@ -32,10 +32,9 @@
33
34 pkg_postinst() {
35 python_version
36 - python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/
37 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/
38 }
39
40 pkg_postrm() {
41 - python_version
42 - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/
43 + python_mod_cleanup
44 }
45
46
47
48 1.9 dev-python/pygtksourceview/pygtksourceview-2.0.0-r1.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.0.0-r1.ebuild?rev=1.9&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.0.0-r1.ebuild?rev=1.9&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.0.0-r1.ebuild?r1=1.8&r2=1.9
53
54 Index: pygtksourceview-2.0.0-r1.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.0.0-r1.ebuild,v
57 retrieving revision 1.8
58 retrieving revision 1.9
59 diff -u -r1.8 -r1.9
60 --- pygtksourceview-2.0.0-r1.ebuild 11 Dec 2007 16:45:53 -0000 1.8
61 +++ pygtksourceview-2.0.0-r1.ebuild 29 May 2008 16:28:47 -0000 1.9
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2007 Gentoo Foundation
64 +# Copyright 1999-2008 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.0.0-r1.ebuild,v 1.8 2007/12/11 16:45:53 vapier Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.0.0-r1.ebuild,v 1.9 2008/05/29 16:28:47 hawking Exp $
68
69 NEED_PYTHON=2.3.5
70
71 @@ -36,6 +36,5 @@
72 }
73
74 pkg_postrm() {
75 - python_version
76 - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/
77 + python_mod_cleanup
78 }
79
80
81
82 1.10 dev-python/pygtksourceview/ChangeLog
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.10&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.10&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.9&r2=1.10
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
91 retrieving revision 1.9
92 retrieving revision 1.10
93 diff -u -r1.9 -r1.10
94 --- ChangeLog 11 Mar 2008 00:24:01 -0000 1.9
95 +++ ChangeLog 29 May 2008 16:28:47 -0000 1.10
96 @@ -1,6 +1,10 @@
97 # ChangeLog for dev-python/pygtksourceview
98 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.9 2008/03/11 00:24:01 eva Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.10 2008/05/29 16:28:47 hawking Exp $
101 +
102 + 29 May 2008; Ali Polatel <hawking@g.o>
103 + pygtksourceview-2.0.0-r1.ebuild, pygtksourceview-2.2.0.ebuild:
104 + python_mod_optimize is ROOT aware. Run python_mod_cleanup in pkg_postrm.
105
106 *pygtksourceview-2.2.0 (11 Mar 2008)
107
108
109
110
111 --
112 gentoo-commits@l.g.o mailing list