diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-29 18:17:03 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-29 18:17:03 +0000 |
commit | 437d0af0218e2d2c0206dbf97c2584a6cd303b55 (patch) | |
tree | 9efc8cf58f653663bb7f32e7b0e24097ee986e54 /www-client | |
parent | Marked ~hppa (bug #223973). (diff) | |
download | gentoo-2-437d0af0218e2d2c0206dbf97c2584a6cd303b55.tar.gz gentoo-2-437d0af0218e2d2c0206dbf97c2584a6cd303b55.tar.bz2 gentoo-2-437d0af0218e2d2c0206dbf97c2584a6cd303b55.zip |
python_mod_optimize is ROOT aware. Removed redundant python_version from pkg_*.
(Portage version: 2.1.5.2)
Diffstat (limited to 'www-client')
3 files changed, 9 insertions, 8 deletions
diff --git a/www-client/epiphany-extensions/ChangeLog b/www-client/epiphany-extensions/ChangeLog index e29d01d98a1c..0ae69558639e 100644 --- a/www-client/epiphany-extensions/ChangeLog +++ b/www-client/epiphany-extensions/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/epiphany-extensions # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.83 2008/05/10 15:34:21 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.84 2008/05/29 18:17:03 hawking Exp $ + + 29 May 2008; Ali Polatel <hawking@gentoo.org> + epiphany-extensions-2.20.3.ebuild, epiphany-extensions-2.22.1.ebuild: + python_mod_optimize is ROOT aware. Removed redundant python_version from + pkg_*. 10 May 2008; Gilles Dartiguelongue <eva@gentoo.org> -epiphany-extensions-2.20.1.ebuild, -epiphany-extensions-2.22.0.ebuild: diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild index 9f10c4fc1373..b2bdf0b90b88 100644 --- a/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild +++ b/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild,v 1.12 2008/05/08 22:24:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild,v 1.13 2008/05/29 18:17:03 hawking Exp $ WANT_AUTOMAKE="1.10" inherit eutils gnome2 autotools python versionator @@ -81,7 +81,6 @@ pkg_setup() { pkg_postinst() { gnome2_pkg_postinst if use python; then - python_version python_mod_optimize /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions fi } @@ -89,7 +88,6 @@ pkg_postinst() { pkg_postrm() { gnome2_pkg_postrm if use python; then - python_version python_mod_cleanup /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions fi } diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.22.1.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.22.1.ebuild index 979d409cd9dc..5c5de1a63ad6 100644 --- a/www-client/epiphany-extensions/epiphany-extensions-2.22.1.ebuild +++ b/www-client/epiphany-extensions/epiphany-extensions-2.22.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.1.ebuild,v 1.1 2008/04/10 22:14:26 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.22.1.ebuild,v 1.2 2008/05/29 18:17:03 hawking Exp $ inherit autotools eutils gnome2 python versionator @@ -78,8 +78,7 @@ pkg_postinst() { gnome2_pkg_postinst if use python; then - python_version - python_mod_optimize "${ROOT}"/usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions + python_mod_optimize /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions fi } @@ -87,7 +86,6 @@ pkg_postrm() { gnome2_pkg_postrm if use python; then - python_version python_mod_cleanup /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions fi } |