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-util/eric: eric-4.1.4.ebuild ChangeLog eric-3.9.5.ebuild eric-4.1.1.ebuild
Date: Thu, 29 May 2008 16:46:23
Message-Id: E1K1lGa-00070v-T4@stork.gentoo.org
1 hawking 08/05/29 16:46:16
2
3 Modified: eric-4.1.4.ebuild ChangeLog eric-3.9.5.ebuild
4 eric-4.1.1.ebuild
5 Log:
6 python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.2 dev-util/eric/eric-4.1.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.1.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.1.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.1.4.ebuild?r1=1.1&r2=1.2
15
16 Index: eric-4.1.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- eric-4.1.4.ebuild 24 May 2008 22:54:13 -0000 1.1
23 +++ eric-4.1.4.ebuild 29 May 2008 16:46:16 -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-util/eric/eric-4.1.4.ebuild,v 1.1 2008/05/24 22:54:13 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.4.ebuild,v 1.2 2008/05/29 16:46:16 hawking Exp $
29
30 NEED_PYTHON=2.4
31
32 @@ -61,7 +61,8 @@
33 }
34
35 pkg_postinst() {
36 - python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/eric4{,plugins}
37 + python_version
38 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/eric4{,plugins}
39 elog "If you want to use eric4 with mod_python, have a look at"
40 elog "\"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric4/patch_modpython.py\"."
41 elog
42 @@ -74,6 +75,6 @@
43 elog "the App itself. You may want to check those as well"
44 }
45
46 -pkg_posrm() {
47 - python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/eric4{,plugins}
48 +pkg_postrm() {
49 + python_mod_cleanup
50 }
51
52
53
54 1.61 dev-util/eric/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.61&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.61&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?r1=1.60&r2=1.61
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v
63 retrieving revision 1.60
64 retrieving revision 1.61
65 diff -u -r1.60 -r1.61
66 --- ChangeLog 24 May 2008 22:54:13 -0000 1.60
67 +++ ChangeLog 29 May 2008 16:46:16 -0000 1.61
68 @@ -1,6 +1,10 @@
69 # ChangeLog for dev-util/eric
70 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.60 2008/05/24 22:54:13 yngwin Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.61 2008/05/29 16:46:16 hawking Exp $
73 +
74 + 29 May 2008; Ali Polatel <hawking@g.o> eric-3.9.5.ebuild,
75 + eric-4.1.1.ebuild, eric-4.1.4.ebuild:
76 + python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.
77
78 *eric-4.1.4 (24 May 2008)
79
80
81
82
83 1.6 dev-util/eric/eric-3.9.5.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild?rev=1.6&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild?rev=1.6&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild?r1=1.5&r2=1.6
88
89 Index: eric-3.9.5.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild,v
92 retrieving revision 1.5
93 retrieving revision 1.6
94 diff -u -r1.5 -r1.6
95 --- eric-3.9.5.ebuild 20 Nov 2007 05:42:49 -0000 1.5
96 +++ eric-3.9.5.ebuild 29 May 2008 16:46:16 -0000 1.6
97 @@ -1,6 +1,6 @@
98 -# Copyright 1999-2007 Gentoo Foundation
99 +# Copyright 1999-2008 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild,v 1.5 2007/11/20 05:42:49 hawking Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild,v 1.6 2008/05/29 16:46:16 hawking Exp $
103
104 NEED_PYTHON=2.3
105
106 @@ -80,10 +80,10 @@
107 elog " \"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric3/patch_modpython.py\"."
108
109 python_version
110 - python_mod_optimize "/usr/$(get_libdir)/python${PYVER}/site-packages/eric3"
111 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/eric3
112 }
113
114 pkg_postrm() {
115 python_version
116 - python_mod_cleanup "/usr/$(get_libdir)/python${PYVER}/site-packages/eric3"
117 + python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/eric3
118 }
119
120
121
122 1.3 dev-util/eric/eric-4.1.1.ebuild
123
124 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild?rev=1.3&view=markup
125 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild?rev=1.3&content-type=text/plain
126 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild?r1=1.2&r2=1.3
127
128 Index: eric-4.1.1.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild,v
131 retrieving revision 1.2
132 retrieving revision 1.3
133 diff -u -r1.2 -r1.3
134 --- eric-4.1.1.ebuild 14 Apr 2008 11:40:58 -0000 1.2
135 +++ eric-4.1.1.ebuild 29 May 2008 16:46:16 -0000 1.3
136 @@ -1,6 +1,6 @@
137 # Copyright 1999-2008 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild,v 1.2 2008/04/14 11:40:58 ingmar Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild,v 1.3 2008/05/29 16:46:16 hawking Exp $
141
142 NEED_PYTHON=2.4
143
144 @@ -62,7 +62,8 @@
145 }
146
147 pkg_postinst() {
148 - python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/eric4{,plugins}
149 + python_version
150 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/eric4{,plugins}
151 elog "If you want to use eric4 with mod_python, have a look at"
152 elog "\"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric4/patch_modpython.py\"."
153 elog
154 @@ -75,6 +76,6 @@
155 elog "the App itself. You may want to check those as well"
156 }
157
158 -pkg_posrm() {
159 - python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/eric4{,plugins}
160 +pkg_postrm() {
161 + python_mod_cleanup
162 }
163
164
165
166 --
167 gentoo-commits@l.g.o mailing list