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/exaile: exaile-0.2.13.ebuild ChangeLog
Date: Thu, 29 May 2008 17:15:13
Message-Id: E1K1liT-00046G-Uk@stork.gentoo.org
1 hawking 08/05/29 17:15:05
2
3 Modified: exaile-0.2.13.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.6 media-sound/exaile/exaile-0.2.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.13.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.13.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.13.ebuild?r1=1.5&r2=1.6
14
15 Index: exaile-0.2.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.13.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- exaile-0.2.13.ebuild 18 Apr 2008 09:55:15 -0000 1.5
22 +++ exaile-0.2.13.ebuild 29 May 2008 17:15:05 -0000 1.6
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/exaile/exaile-0.2.13.ebuild,v 1.5 2008/04/18 09:55:15 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.13.ebuild,v 1.6 2008/05/29 17:15:05 hawking Exp $
28
29 EAPI=1
30
31 @@ -77,7 +77,7 @@
32 }
33
34 pkg_postinst() {
35 - python_mod_optimize "${ROOT}"usr/$(get_libdir)/${PN}
36 + python_mod_optimize /usr/$(get_libdir)/${PN}
37 fdo-mime_desktop_database_update
38 fdo-mime_mime_database_update
39 elog "You need media-plugins/gst-plugins-gnomevfs for streaming, but you may also try"
40
41
42
43 1.45 media-sound/exaile/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.45&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.45&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?r1=1.44&r2=1.45
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v
52 retrieving revision 1.44
53 retrieving revision 1.45
54 diff -u -r1.44 -r1.45
55 --- ChangeLog 18 Apr 2008 09:55:15 -0000 1.44
56 +++ ChangeLog 29 May 2008 17:15:05 -0000 1.45
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-sound/exaile
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.44 2008/04/18 09:55:15 armin76 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.45 2008/05/29 17:15:05 hawking Exp $
62 +
63 + 29 May 2008; Ali Polatel <hawking@g.o> exaile-0.2.13.ebuild:
64 + python_mod_optimize is ROOT aware.
65
66 18 Apr 2008; Raúl Porcel <armin76@g.o> exaile-0.2.13.ebuild:
67 Add ~sparc
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list