Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/pympd: pympd-0.06.ebuild pympd-0.08.1.ebuild ChangeLog pympd-0.07.ebuild pympd-0.06.1.ebuild
Date: Thu, 29 May 2008 17:19:26
Message-Id: E1K1lma-0004As-Lj@stork.gentoo.org
1 hawking 08/05/29 17:19:20
2
3 Modified: pympd-0.06.ebuild pympd-0.08.1.ebuild ChangeLog
4 pympd-0.07.ebuild pympd-0.06.1.ebuild
5 Log:
6 Multilib love. Remove redundant python_version in pkg_postrm.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.10 media-sound/pympd/pympd-0.06.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/pympd-0.06.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/pympd-0.06.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/pympd-0.06.ebuild?r1=1.9&r2=1.10
15
16 Index: pympd-0.06.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- pympd-0.06.ebuild 29 Feb 2008 20:00:48 -0000 1.9
23 +++ pympd-0.06.ebuild 29 May 2008 17:19:20 -0000 1.10
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.ebuild,v 1.9 2008/02/29 20:00:48 carlo Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.ebuild,v 1.10 2008/05/29 17:19:20 hawking Exp $
29
30 -inherit eutils python
31 +inherit eutils python multilib
32
33 DESCRIPTION="a Rhythmbox-like PyGTK+ client for Music Player Daemon"
34 HOMEPAGE="http://sourceforge.net/projects/pympd"
35 @@ -48,7 +48,7 @@
36
37 pkg_postinst() {
38 python_version
39 - python_mod_optimize /usr/lib/python${PYVER}/site-packages/pympd
40 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/pympd
41
42 echo
43 ewarn
44 @@ -59,6 +59,5 @@
45 }
46
47 pkg_postrm() {
48 - python_version
49 python_mod_cleanup
50 }
51
52
53
54 1.4 media-sound/pympd/pympd-0.08.1.ebuild
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/pympd-0.08.1.ebuild?rev=1.4&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/pympd-0.08.1.ebuild?rev=1.4&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/pympd-0.08.1.ebuild?r1=1.3&r2=1.4
59
60 Index: pympd-0.08.1.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.08.1.ebuild,v
63 retrieving revision 1.3
64 retrieving revision 1.4
65 diff -u -r1.3 -r1.4
66 --- pympd-0.08.1.ebuild 22 Apr 2008 19:17:38 -0000 1.3
67 +++ pympd-0.08.1.ebuild 29 May 2008 17:19:20 -0000 1.4
68 @@ -1,8 +1,8 @@
69 # Copyright 1999-2008 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.08.1.ebuild,v 1.3 2008/04/22 19:17:38 armin76 Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.08.1.ebuild,v 1.4 2008/05/29 17:19:20 hawking Exp $
73
74 -inherit eutils toolchain-funcs python
75 +inherit eutils toolchain-funcs python multilib
76
77 DESCRIPTION="a Rhythmbox-like PyGTK+ client for Music Player Daemon"
78 HOMEPAGE="http://sourceforge.net/projects/pympd"
79 @@ -46,10 +46,9 @@
80
81 pkg_postinst() {
82 python_version
83 - python_mod_optimize /usr/lib/python${PYVER}/site-packages/pympd
84 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/pympd
85 }
86
87 pkg_postrm() {
88 - python_version
89 python_mod_cleanup
90 }
91
92
93
94 1.20 media-sound/pympd/ChangeLog
95
96 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/ChangeLog?rev=1.20&view=markup
97 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/ChangeLog?rev=1.20&content-type=text/plain
98 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/ChangeLog?r1=1.19&r2=1.20
99
100 Index: ChangeLog
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/media-sound/pympd/ChangeLog,v
103 retrieving revision 1.19
104 retrieving revision 1.20
105 diff -u -r1.19 -r1.20
106 --- ChangeLog 22 Apr 2008 19:17:38 -0000 1.19
107 +++ ChangeLog 29 May 2008 17:19:20 -0000 1.20
108 @@ -1,6 +1,10 @@
109 # ChangeLog for media-sound/pympd
110 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
111 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/ChangeLog,v 1.19 2008/04/22 19:17:38 armin76 Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/ChangeLog,v 1.20 2008/05/29 17:19:20 hawking Exp $
113 +
114 + 29 May 2008; Ali Polatel <hawking@g.o> pympd-0.06.ebuild,
115 + pympd-0.06.1.ebuild, pympd-0.07.ebuild, pympd-0.08.1.ebuild:
116 + Multilib love. Remove redundant python_version in pkg_postrm.
117
118 22 Apr 2008; Raúl Porcel <armin76@g.o> pympd-0.08.1.ebuild:
119 Add ~sparc
120
121
122
123 1.7 media-sound/pympd/pympd-0.07.ebuild
124
125 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/pympd-0.07.ebuild?rev=1.7&view=markup
126 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/pympd-0.07.ebuild?rev=1.7&content-type=text/plain
127 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/pympd-0.07.ebuild?r1=1.6&r2=1.7
128
129 Index: pympd-0.07.ebuild
130 ===================================================================
131 RCS file: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.07.ebuild,v
132 retrieving revision 1.6
133 retrieving revision 1.7
134 diff -u -r1.6 -r1.7
135 --- pympd-0.07.ebuild 26 May 2007 13:40:07 -0000 1.6
136 +++ pympd-0.07.ebuild 29 May 2008 17:19:20 -0000 1.7
137 @@ -1,8 +1,8 @@
138 -# Copyright 1999-2007 Gentoo Foundation
139 +# Copyright 1999-2008 Gentoo Foundation
140 # Distributed under the terms of the GNU General Public License v2
141 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.07.ebuild,v 1.6 2007/05/26 13:40:07 drac Exp $
142 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.07.ebuild,v 1.7 2008/05/29 17:19:20 hawking Exp $
143
144 -inherit eutils toolchain-funcs python
145 +inherit eutils toolchain-funcs python multilib
146
147 DESCRIPTION="a Rhythmbox-like PyGTK+ client for Music Player Daemon"
148 HOMEPAGE="http://sourceforge.net/projects/pympd"
149 @@ -44,10 +44,9 @@
150
151 pkg_postinst() {
152 python_version
153 - python_mod_optimize /usr/lib/python${PYVER}/site-packages/pympd
154 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/pympd
155 }
156
157 pkg_postrm() {
158 - python_version
159 python_mod_cleanup
160 }
161
162
163
164 1.5 media-sound/pympd/pympd-0.06.1.ebuild
165
166 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/pympd-0.06.1.ebuild?rev=1.5&view=markup
167 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/pympd-0.06.1.ebuild?rev=1.5&content-type=text/plain
168 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pympd/pympd-0.06.1.ebuild?r1=1.4&r2=1.5
169
170 Index: pympd-0.06.1.ebuild
171 ===================================================================
172 RCS file: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.1.ebuild,v
173 retrieving revision 1.4
174 retrieving revision 1.5
175 diff -u -r1.4 -r1.5
176 --- pympd-0.06.1.ebuild 29 Feb 2008 20:00:48 -0000 1.4
177 +++ pympd-0.06.1.ebuild 29 May 2008 17:19:20 -0000 1.5
178 @@ -1,8 +1,8 @@
179 # Copyright 1999-2008 Gentoo Foundation
180 # Distributed under the terms of the GNU General Public License v2
181 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.1.ebuild,v 1.4 2008/02/29 20:00:48 carlo Exp $
182 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.1.ebuild,v 1.5 2008/05/29 17:19:20 hawking Exp $
183
184 -inherit eutils python
185 +inherit eutils python multilib
186
187 DESCRIPTION="a Rhythmbox-like PyGTK+ client for Music Player Daemon"
188 HOMEPAGE="http://sourceforge.net/projects/pympd"
189 @@ -38,7 +38,7 @@
190
191 pkg_postinst() {
192 python_version
193 - python_mod_optimize /usr/lib/python${PYVER}/site-packages/pympd
194 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/pympd
195
196 echo
197 ewarn
198 @@ -48,6 +48,5 @@
199 }
200
201 pkg_postrm() {
202 - python_version
203 python_mod_cleanup
204 }
205
206
207
208 --
209 gentoo-commits@l.g.o mailing list