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/pymsn-t: ChangeLog pymsn-t-0.11.2.ebuild pymsn-t-0.11.3.ebuild pymsn-t-0.11a-r4.ebuild
Date: Thu, 29 May 2008 17:41:43
Message-Id: E1K1m89-0004OG-LF@stork.gentoo.org
1 hawking 08/05/29 17:41:37
2
3 Modified: ChangeLog pymsn-t-0.11.2.ebuild
4 pymsn-t-0.11.3.ebuild pymsn-t-0.11a-r4.ebuild
5 Log:
6 python_mod_{cleanup,optimize} are ROOT aware.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.12 net-im/pymsn-t/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 10 Mar 2008 19:50:14 -0000 1.11
23 +++ ChangeLog 29 May 2008 17:41:37 -0000 1.12
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-im/pymsn-t
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v 1.11 2008/03/10 19:50:14 griffon26 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v 1.12 2008/05/29 17:41:37 hawking Exp $
29 +
30 + 29 May 2008; Ali Polatel <hawking@g.o> pymsn-t-0.11.2.ebuild,
31 + pymsn-t-0.11.3.ebuild, pymsn-t-0.11a-r4.ebuild:
32 + python_mod_{cleanup,optimize} are ROOT aware.
33
34 *pymsn-t-0.11.3 (10 Mar 2008)
35
36
37
38
39 1.2 net-im/pymsn-t/pymsn-t-0.11.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.2.ebuild?r1=1.1&r2=1.2
44
45 Index: pymsn-t-0.11.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- pymsn-t-0.11.2.ebuild 28 Apr 2007 23:21:46 -0000 1.1
52 +++ pymsn-t-0.11.2.ebuild 29 May 2008 17:41:37 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.2.ebuild,v 1.1 2007/04/28 23:21:46 griffon26 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.2.ebuild,v 1.2 2008/05/29 17:41:37 hawking Exp $
59
60 NEED_PYTHON=2.3
61
62 @@ -61,13 +61,12 @@
63
64 pkg_postinst() {
65 python_version
66 - python_mod_optimize ${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
67 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
68
69 elog "A sample configuration file has been installed in /etc/jabber/${PN}.xml."
70 elog "Please edit it and the configuration of your Jabber server to match."
71 }
72
73 pkg_postrm() {
74 - python_version
75 - python_mod_cleanup ${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
76 + python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/${PN}
77 }
78
79
80
81 1.2 net-im/pymsn-t/pymsn-t-0.11.3.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.3.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.3.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.3.ebuild?r1=1.1&r2=1.2
86
87 Index: pymsn-t-0.11.3.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.3.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- pymsn-t-0.11.3.ebuild 10 Mar 2008 19:50:14 -0000 1.1
94 +++ pymsn-t-0.11.3.ebuild 29 May 2008 17:41:37 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2008 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.3.ebuild,v 1.1 2008/03/10 19:50:14 griffon26 Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11.3.ebuild,v 1.2 2008/05/29 17:41:37 hawking Exp $
100
101 NEED_PYTHON=2.3
102
103 @@ -55,13 +55,12 @@
104
105 pkg_postinst() {
106 python_version
107 - python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}"
108 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
109
110 elog "A sample configuration file has been installed in /etc/jabber/${PN}.xml."
111 elog "Please edit it and the configuration of your Jabber server to match."
112 }
113
114 pkg_postrm() {
115 - python_version
116 - python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}"
117 + python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/${PN}
118 }
119
120
121
122 1.5 net-im/pymsn-t/pymsn-t-0.11a-r4.ebuild
123
124 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11a-r4.ebuild?rev=1.5&view=markup
125 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11a-r4.ebuild?rev=1.5&content-type=text/plain
126 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11a-r4.ebuild?r1=1.4&r2=1.5
127
128 Index: pymsn-t-0.11a-r4.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11a-r4.ebuild,v
131 retrieving revision 1.4
132 retrieving revision 1.5
133 diff -u -r1.4 -r1.5
134 --- pymsn-t-0.11a-r4.ebuild 28 Apr 2007 17:37:47 -0000 1.4
135 +++ pymsn-t-0.11a-r4.ebuild 29 May 2008 17:41:37 -0000 1.5
136 @@ -1,6 +1,6 @@
137 -# Copyright 1999-2007 Gentoo Foundation
138 +# Copyright 1999-2008 Gentoo Foundation
139 # Distributed under the terms of the GNU General Public License v2
140 -# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11a-r4.ebuild,v 1.4 2007/04/28 17:37:47 swegener Exp $
141 +# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/pymsn-t-0.11a-r4.ebuild,v 1.5 2008/05/29 17:41:37 hawking Exp $
142
143 inherit eutils python
144
145 @@ -53,7 +53,7 @@
146 "s:<jid>[^\<]*</jid>:<jid>msn.example.org</jid>:" \
147 /etc/jabber/${PN}.xml
148
149 - newinitd ${FILESDIR}/pymsn-t.initd pymsn-t
150 + newinitd "${FILESDIR}"/pymsn-t.initd pymsn-t
151 dosed "s/PATH/python${PYVER}/" /etc/init.d/pymsn-t
152 }
153
154
155
156
157 --
158 gentoo-commits@l.g.o mailing list