diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-08 17:33:35 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-08 17:33:35 +0000 |
commit | f32c0d85c2ff3ceccb7906681600fc7680492c36 (patch) | |
tree | 1d006a9439a12ab163c0b2e6041ccd478e46733e /sys-apps/policycoreutils | |
parent | Added LD_LIBRARY_PATH for the tests to make sure it loads the correct library (diff) | |
download | gentoo-2-f32c0d85c2ff3ceccb7906681600fc7680492c36.tar.gz gentoo-2-f32c0d85c2ff3ceccb7906681600fc7680492c36.tar.bz2 gentoo-2-f32c0d85c2ff3ceccb7906681600fc7680492c36.zip |
Fix calls to python_mod_optimize() and python_mod_cleanup().
(Portage version: 2.2.0_alpha22_p4/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/policycoreutils')
4 files changed, 15 insertions, 15 deletions
diff --git a/sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild b/sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild index 01c36c263a06..09852753cf96 100644 --- a/sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild,v 1.4 2010/04/04 21:56:32 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.0.55.ebuild,v 1.5 2011/02/08 17:33:35 arfrever Exp $ IUSE="nls" @@ -95,9 +95,9 @@ src_install() { } pkg_postinst() { - python_mod_optimize $(python_get_sitedir) + python_mod_optimize $(python_get_sitedir)/seobject.py } pkg_postrm() { - python_mod_cleanup $(python_get_sitedir) + python_mod_cleanup $(python_get_sitedir)/seobject.py } diff --git a/sys-apps/policycoreutils/policycoreutils-2.0.69-r1.ebuild b/sys-apps/policycoreutils/policycoreutils-2.0.69-r1.ebuild index 15a4226a8600..887c85311281 100644 --- a/sys-apps/policycoreutils/policycoreutils-2.0.69-r1.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-2.0.69-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.0.69-r1.ebuild,v 1.2 2010/04/04 21:56:32 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.0.69-r1.ebuild,v 1.3 2011/02/08 17:33:35 arfrever Exp $ IUSE="nls" @@ -97,9 +97,9 @@ src_install() { } pkg_postinst() { - python_mod_optimize $(python_get_sitedir) + python_mod_optimize $(python_get_sitedir)/seobject.py } pkg_postrm() { - python_mod_cleanup $(python_get_sitedir) + python_mod_cleanup $(python_get_sitedir)/seobject.py } diff --git a/sys-apps/policycoreutils/policycoreutils-2.0.69-r2.ebuild b/sys-apps/policycoreutils/policycoreutils-2.0.69-r2.ebuild index 1d04b6916c65..6df9bb0d1047 100644 --- a/sys-apps/policycoreutils/policycoreutils-2.0.69-r2.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-2.0.69-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.0.69-r2.ebuild,v 1.1 2011/02/05 11:23:24 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.0.69-r2.ebuild,v 1.2 2011/02/08 17:33:35 arfrever Exp $ IUSE="nls" @@ -97,9 +97,9 @@ src_install() { } pkg_postinst() { - python_mod_optimize $(python_get_sitedir) + python_mod_optimize $(python_get_sitedir)/seobject.py } pkg_postrm() { - python_mod_cleanup $(python_get_sitedir) + python_mod_cleanup $(python_get_sitedir)/seobject.py } diff --git a/sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild b/sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild index a114ead9fb9a..a613bf043492 100644 --- a/sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild,v 1.5 2010/04/04 21:56:32 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.0.69.ebuild,v 1.6 2011/02/08 17:33:35 arfrever Exp $ IUSE="nls" @@ -95,9 +95,9 @@ src_install() { } pkg_postinst() { - python_mod_optimize $(python_get_sitedir) + python_mod_optimize $(python_get_sitedir)/seobject.py } pkg_postrm() { - python_mod_cleanup $(python_get_sitedir) + python_mod_cleanup $(python_get_sitedir)/seobject.py } |