Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/exo: exo-0.3.4.ebuild exo-0.3.2.ebuild ChangeLog
Date: Thu, 29 May 2008 18:25:54
Message-Id: E1K1mou-0001bg-N0@stork.gentoo.org
1 hawking 08/05/29 18:25:48
2
3 Modified: exo-0.3.4.ebuild exo-0.3.2.ebuild ChangeLog
4 Log:
5 Fix python_mod* usage. Multilib love.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.10 xfce-extra/exo/exo-0.3.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/exo-0.3.4.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/exo-0.3.4.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/exo-0.3.4.ebuild?r1=1.9&r2=1.10
14
15 Index: exo-0.3.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.4.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- exo-0.3.4.ebuild 29 May 2008 15:48:32 -0000 1.9
22 +++ exo-0.3.4.ebuild 29 May 2008 18:25:48 -0000 1.10
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.4.ebuild,v 1.9 2008/05/29 15:48:32 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.4.ebuild,v 1.10 2008/05/29 18:25:48 hawking Exp $
28
29 -inherit xfce44 python
30 +inherit xfce44 python multilib
31
32 XFCE_VERSION=4.4.2
33 xfce44
34 @@ -48,10 +48,11 @@
35
36 pkg_postinst() {
37 xfce44_pkg_postinst
38 - python_mod_optimize /usr/lib*/python*/site-packages
39 + python_version
40 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
41 }
42
43 pkg_postrm() {
44 xfce44_pkg_postrm
45 - python_mod_cleanup /usr/lib*/python*/site-packages
46 + python_mod_cleanup
47 }
48
49
50
51 1.20 xfce-extra/exo/exo-0.3.2.ebuild
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/exo-0.3.2.ebuild?rev=1.20&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/exo-0.3.2.ebuild?rev=1.20&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/exo-0.3.2.ebuild?r1=1.19&r2=1.20
56
57 Index: exo-0.3.2.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.2.ebuild,v
60 retrieving revision 1.19
61 retrieving revision 1.20
62 diff -u -r1.19 -r1.20
63 --- exo-0.3.2.ebuild 29 May 2008 15:48:32 -0000 1.19
64 +++ exo-0.3.2.ebuild 29 May 2008 18:25:48 -0000 1.20
65 @@ -1,8 +1,8 @@
66 # Copyright 1999-2008 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.2.ebuild,v 1.19 2008/05/29 15:48:32 angelos Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.2.ebuild,v 1.20 2008/05/29 18:25:48 hawking Exp $
70
71 -inherit xfce44 python
72 +inherit xfce44 python multilib
73
74 xfce44
75 xfce44_core_package
76 @@ -47,10 +47,10 @@
77
78 pkg_postinst() {
79 xfce44_pkg_postinst
80 - python_mod_optimize /usr/lib*/python*/site-packages
81 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
82 }
83
84 pkg_postrm() {
85 xfce44_pkg_postrm
86 - python_mod_cleanup /usr/lib*/python*/site-packages
87 + python_mod_cleanup
88 }
89
90
91
92 1.55 xfce-extra/exo/ChangeLog
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/ChangeLog?rev=1.55&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/ChangeLog?rev=1.55&content-type=text/plain
96 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/ChangeLog?r1=1.54&r2=1.55
97
98 Index: ChangeLog
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v
101 retrieving revision 1.54
102 retrieving revision 1.55
103 diff -u -r1.54 -r1.55
104 --- ChangeLog 29 May 2008 15:48:32 -0000 1.54
105 +++ ChangeLog 29 May 2008 18:25:48 -0000 1.55
106 @@ -1,6 +1,10 @@
107 # ChangeLog for xfce-extra/exo
108 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
109 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.54 2008/05/29 15:48:32 angelos Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.55 2008/05/29 18:25:48 hawking Exp $
111 +
112 + 29 May 2008; Ali Polatel <hawking@g.o> exo-0.3.2.ebuild,
113 + exo-0.3.4.ebuild:
114 + Fix python_mod* usage. Multilib love.
115
116 29 May 2008; Christoph Mende <angelos@g.o> exo-0.3.2.ebuild,
117 exo-0.3.4.ebuild:
118
119
120
121 --
122 gentoo-commits@l.g.o mailing list