Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/policycoreutils: policycoreutils-1.34.15.ebuild ChangeLog
Date: Thu, 29 May 2008 17:58:37
Message-Id: E1K1mOV-0004aR-9W@stork.gentoo.org
1 hawking 08/05/29 17:58:31
2
3 Modified: policycoreutils-1.34.15.ebuild ChangeLog
4 Log:
5 python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.4 sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild?r1=1.3&r2=1.4
14
15 Index: policycoreutils-1.34.15.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- policycoreutils-1.34.15.ebuild 26 May 2008 15:03:39 -0000 1.3
22 +++ policycoreutils-1.34.15.ebuild 29 May 2008 17:58:30 -0000 1.4
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild,v 1.3 2008/05/26 15:03:39 pebenito Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild,v 1.4 2008/05/29 17:58:30 hawking Exp $
28
29 IUSE="nls"
30
31 -inherit eutils python
32 +inherit eutils python multilib
33
34 EXTRAS_VER="1.18"
35 SEMNG_VER="1.10.9"
36 @@ -94,10 +94,9 @@
37
38 pkg_postinst() {
39 python_version
40 - python_mod_optimize "${ROOT}usr/lib/python${PYVER}/site-packages"
41 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
42 }
43
44 pkg_postrm() {
45 - python_version
46 - python_mod_cleanup "${ROOT}usr/lib/python${PYVER}/site-packages"
47 + python_mod_cleanup
48 }
49
50
51
52 1.70 sys-apps/policycoreutils/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.70&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.70&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/ChangeLog?r1=1.69&r2=1.70
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v
61 retrieving revision 1.69
62 retrieving revision 1.70
63 diff -u -r1.69 -r1.70
64 --- ChangeLog 26 May 2008 15:03:39 -0000 1.69
65 +++ ChangeLog 29 May 2008 17:58:30 -0000 1.70
66 @@ -1,6 +1,10 @@
67 # ChangeLog for sys-apps/policycoreutils
68 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.69 2008/05/26 15:03:39 pebenito Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.70 2008/05/29 17:58:30 hawking Exp $
71 +
72 + 29 May 2008; Ali Polatel <hawking@g.o>
73 + policycoreutils-1.34.15.ebuild:
74 + python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.
75
76 26 May 2008; Chris PeBenito <pebenito@g.o>
77 policycoreutils-1.34.15.ebuild:
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list