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/tunapie: tunapie-2.1.6.ebuild ChangeLog
Date: Thu, 29 May 2008 17:21:56
Message-Id: E1K1lp0-0004D0-Pf@stork.gentoo.org
1 hawking 08/05/29 17:21:50
2
3 Modified: tunapie-2.1.6.ebuild ChangeLog
4 Log:
5 python_mod_optimize is ROOT aware.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.2 media-sound/tunapie/tunapie-2.1.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/tunapie/tunapie-2.1.6.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/tunapie/tunapie-2.1.6.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/tunapie/tunapie-2.1.6.ebuild?r1=1.1&r2=1.2
14
15 Index: tunapie-2.1.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/tunapie/tunapie-2.1.6.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- tunapie-2.1.6.ebuild 16 May 2008 11:40:39 -0000 1.1
22 +++ tunapie-2.1.6.ebuild 29 May 2008 17:21:50 -0000 1.2
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/media-sound/tunapie/tunapie-2.1.6.ebuild,v 1.1 2008/05/16 11:40:39 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/tunapie-2.1.6.ebuild,v 1.2 2008/05/29 17:21:50 hawking Exp $
28
29 inherit eutils multilib python
30
31 @@ -43,7 +43,7 @@
32 }
33
34 pkg_postinst() {
35 - python_mod_optimize "${ROOT}"usr/$(get_libdir)/${PN}
36 + python_mod_optimize /usr/$(get_libdir)/${PN}
37 }
38
39 pkg_postrm() {
40
41
42
43 1.5 media-sound/tunapie/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/tunapie/ChangeLog?rev=1.5&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/tunapie/ChangeLog?rev=1.5&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/tunapie/ChangeLog?r1=1.4&r2=1.5
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-sound/tunapie/ChangeLog,v
52 retrieving revision 1.4
53 retrieving revision 1.5
54 diff -u -r1.4 -r1.5
55 --- ChangeLog 16 May 2008 11:40:39 -0000 1.4
56 +++ ChangeLog 29 May 2008 17:21:50 -0000 1.5
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-sound/tunapie
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/ChangeLog,v 1.4 2008/05/16 11:40:39 drac Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/ChangeLog,v 1.5 2008/05/29 17:21:50 hawking Exp $
62 +
63 + 29 May 2008; Ali Polatel <hawking@g.o> tunapie-2.1.6.ebuild:
64 + python_mod_optimize is ROOT aware.
65
66 *tunapie-2.1.6 (16 May 2008)
67
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list