--- subversion-1.4.3.ebuild 2007-04-29 20:35:41.000000000 +0200 +++ subversion-1.4.3.ebuild 2007-05-07 21:37:13.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.4.3.ebuild,v 1.11 2007/04/29 18:24:38 tove Exp $ -inherit elisp-common libtool python eutils bash-completion flag-o-matic depend.apache perl-module java-pkg-opt-2 +inherit elisp-common libtool python eutils bash-completion flag-o-matic depend.apache perl-module java-pkg-opt-2 multilib DESCRIPTION="A compelling replacement for CVS" HOMEPAGE="http://subversion.tigris.org/" @@ -275,6 +275,10 @@ pkg_postinst() { use emacs && elisp-site-regen use perl && perl-module_pkg_postinst + if use python ; then + python_mod_optimize ${ROOT}usr/$(get_libdir)/python*/site-packages/svn + python_mod_optimize ${ROOT}usr/$(get_libdir)/python*/site-packages/libsvn + fi elog "Subversion Server Notes" elog "-----------------------" @@ -335,6 +339,7 @@ pkg_postrm() { use emacs && elisp-site-regen use perl && perl-module_pkg_postrm + use python && python_mod_cleanup } pkg_config() {