Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/pyicq-t: pyicq-t-0.8a.ebuild pyicq-t-0.8b.ebuild ChangeLog
Date: Thu, 29 May 2008 17:39:48
Message-Id: E1K1m6I-0004N4-OY@stork.gentoo.org
1 hawking 08/05/29 17:39:42
2
3 Modified: pyicq-t-0.8a.ebuild pyicq-t-0.8b.ebuild ChangeLog
4 Log:
5 python_mod_{cleanup,optimize} are ROOT aware.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.4 net-im/pyicq-t/pyicq-t-0.8a.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8a.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8a.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8a.ebuild?r1=1.3&r2=1.4
14
15 Index: pyicq-t-0.8a.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8a.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- pyicq-t-0.8a.ebuild 16 Jan 2008 08:11:57 -0000 1.3
22 +++ pyicq-t-0.8a.ebuild 29 May 2008 17:39:42 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8a.ebuild,v 1.3 2008/01/16 08:11:57 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8a.ebuild,v 1.4 2008/05/29 17:39:42 hawking Exp $
28
29 NEED_PYTHON=2.3
30
31 @@ -55,13 +55,12 @@
32
33 pkg_postinst() {
34 python_version
35 - python_mod_optimize ${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
36 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
37
38 elog "A sample configuration file has been installed in /etc/jabber/${PN}.xml."
39 elog "Please edit it and the configuration of your Jabber server to match."
40 }
41
42 pkg_postrm() {
43 - python_version
44 - python_mod_cleanup ${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
45 + python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/${PN}
46 }
47
48
49
50 1.2 net-im/pyicq-t/pyicq-t-0.8b.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8b.ebuild?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8b.ebuild?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8b.ebuild?r1=1.1&r2=1.2
55
56 Index: pyicq-t-0.8b.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8b.ebuild,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- pyicq-t-0.8b.ebuild 22 Jan 2008 18:09:24 -0000 1.1
63 +++ pyicq-t-0.8b.ebuild 29 May 2008 17:39:42 -0000 1.2
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2008 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8b.ebuild,v 1.1 2008/01/22 18:09:24 griffon26 Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8b.ebuild,v 1.2 2008/05/29 17:39:42 hawking Exp $
69
70 NEED_PYTHON=2.3
71
72 @@ -53,13 +53,12 @@
73
74 pkg_postinst() {
75 python_version
76 - python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}"
77 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
78
79 elog "A sample configuration file has been installed in /etc/jabber/${PN}.xml."
80 elog "Please edit it and the configuration of your Jabber server to match."
81 }
82
83 pkg_postrm() {
84 - python_version
85 - python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}"
86 + python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/${PN}
87 }
88
89
90
91 1.6 net-im/pyicq-t/ChangeLog
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.6&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.6&content-type=text/plain
95 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?r1=1.5&r2=1.6
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v
100 retrieving revision 1.5
101 retrieving revision 1.6
102 diff -u -r1.5 -r1.6
103 --- ChangeLog 22 Jan 2008 18:09:24 -0000 1.5
104 +++ ChangeLog 29 May 2008 17:39:42 -0000 1.6
105 @@ -1,6 +1,10 @@
106 # ChangeLog for net-im/pyicq-t
107 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.5 2008/01/22 18:09:24 griffon26 Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.6 2008/05/29 17:39:42 hawking Exp $
110 +
111 + 29 May 2008; Ali Polatel <hawking@g.o> pyicq-t-0.8a.ebuild,
112 + pyicq-t-0.8b.ebuild:
113 + python_mod_{cleanup,optimize} are ROOT aware.
114
115 *pyicq-t-0.8b (21 Jan 2008)
116
117
118
119
120 --
121 gentoo-commits@l.g.o mailing list