* [gentoo-commits] gentoo-x86 commit in sys-apps/policycoreutils: policycoreutils-1.34.15.ebuild ChangeLog
@ 2008-05-26 15:03 Chris PeBenito (pebenito)
0 siblings, 0 replies; 2+ messages in thread
From: Chris PeBenito (pebenito) @ 2008-05-26 15:03 UTC (permalink / raw
To: gentoo-commits
pebenito 08/05/26 15:03:40
Modified: policycoreutils-1.34.15.ebuild ChangeLog
Log:
sys-apps/policycoreutils: fix libsemanage dependency.
(Portage version: 2.1.5)
Revision Changes Path
1.3 sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild?r1=1.2&r2=1.3
Index: policycoreutils-1.34.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- policycoreutils-1.34.15.ebuild 13 May 2008 02:22:47 -0000 1.2
+++ policycoreutils-1.34.15.ebuild 26 May 2008 15:03:39 -0000 1.3
@@ -1,13 +1,13 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild,v 1.2 2008/05/13 02:22:47 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild,v 1.3 2008/05/26 15:03:39 pebenito Exp $
IUSE="nls"
inherit eutils python
EXTRAS_VER="1.18"
-SEMNG_VER="1.10"
+SEMNG_VER="1.10.9"
SELNX_VER="1.34"
# BUGFIX_PATCH="${FILESDIR}/policycoreutils-1.30.6.diff"
1.69 sys-apps/policycoreutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 13 May 2008 02:22:47 -0000 1.68
+++ ChangeLog 26 May 2008 15:03:39 -0000 1.69
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/policycoreutils
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.68 2008/05/13 02:22:47 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.69 2008/05/26 15:03:39 pebenito Exp $
+
+ 26 May 2008; Chris PeBenito <pebenito@gentoo.org>
+ policycoreutils-1.34.15.ebuild:
+ Fix libsemanage dependency.
13 May 2008; Chris PeBenito <pebenito@gentoo.org>
-files/policycoreutils-1.28-quietlp.diff,
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/policycoreutils: policycoreutils-1.34.15.ebuild ChangeLog
@ 2008-05-29 17:58 Ali Polatel (hawking)
0 siblings, 0 replies; 2+ messages in thread
From: Ali Polatel (hawking) @ 2008-05-29 17:58 UTC (permalink / raw
To: gentoo-commits
hawking 08/05/29 17:58:31
Modified: policycoreutils-1.34.15.ebuild ChangeLog
Log:
python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.
(Portage version: 2.1.5.2)
Revision Changes Path
1.4 sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild?r1=1.3&r2=1.4
Index: policycoreutils-1.34.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- policycoreutils-1.34.15.ebuild 26 May 2008 15:03:39 -0000 1.3
+++ policycoreutils-1.34.15.ebuild 29 May 2008 17:58:30 -0000 1.4
@@ -1,10 +1,10 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild,v 1.3 2008/05/26 15:03:39 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.15.ebuild,v 1.4 2008/05/29 17:58:30 hawking Exp $
IUSE="nls"
-inherit eutils python
+inherit eutils python multilib
EXTRAS_VER="1.18"
SEMNG_VER="1.10.9"
@@ -94,10 +94,9 @@
pkg_postinst() {
python_version
- python_mod_optimize "${ROOT}usr/lib/python${PYVER}/site-packages"
+ python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
}
pkg_postrm() {
- python_version
- python_mod_cleanup "${ROOT}usr/lib/python${PYVER}/site-packages"
+ python_mod_cleanup
}
1.70 sys-apps/policycoreutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/ChangeLog?r1=1.69&r2=1.70
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog 26 May 2008 15:03:39 -0000 1.69
+++ ChangeLog 29 May 2008 17:58:30 -0000 1.70
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/policycoreutils
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.69 2008/05/26 15:03:39 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.70 2008/05/29 17:58:30 hawking Exp $
+
+ 29 May 2008; Ali Polatel <hawking@gentoo.org>
+ policycoreutils-1.34.15.ebuild:
+ python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.
26 May 2008; Chris PeBenito <pebenito@gentoo.org>
policycoreutils-1.34.15.ebuild:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-29 17:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-26 15:03 [gentoo-commits] gentoo-x86 commit in sys-apps/policycoreutils: policycoreutils-1.34.15.ebuild ChangeLog Chris PeBenito (pebenito)
-- strict thread matches above, loose matches on Subject: below --
2008-05-29 17:58 Ali Polatel (hawking)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox