Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 177536
Collapse All | Expand All

(-)subversion-1.4.3.ebuild (-1 / +6 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.4.3.ebuild,v 1.11 2007/04/29 18:24:38 tove Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.4.3.ebuild,v 1.11 2007/04/29 18:24:38 tove Exp $
4
4
5
inherit elisp-common libtool python eutils bash-completion flag-o-matic depend.apache perl-module java-pkg-opt-2
5
inherit elisp-common libtool python eutils bash-completion flag-o-matic depend.apache perl-module java-pkg-opt-2 multilib
6
6
7
DESCRIPTION="A compelling replacement for CVS"
7
DESCRIPTION="A compelling replacement for CVS"
8
HOMEPAGE="http://subversion.tigris.org/"
8
HOMEPAGE="http://subversion.tigris.org/"
Lines 275-280 Link Here
275
pkg_postinst() {
275
pkg_postinst() {
276
	use emacs && elisp-site-regen
276
	use emacs && elisp-site-regen
277
	use perl && perl-module_pkg_postinst
277
	use perl && perl-module_pkg_postinst
278
	if use python ; then
279
		python_mod_optimize ${ROOT}usr/$(get_libdir)/python*/site-packages/svn
280
		python_mod_optimize ${ROOT}usr/$(get_libdir)/python*/site-packages/libsvn
281
	fi
278
282
279
	elog "Subversion Server Notes"
283
	elog "Subversion Server Notes"
280
	elog "-----------------------"
284
	elog "-----------------------"
Lines 335-340 Link Here
335
pkg_postrm() {
339
pkg_postrm() {
336
	use emacs && elisp-site-regen
340
	use emacs && elisp-site-regen
337
	use perl && perl-module_pkg_postrm
341
	use perl && perl-module_pkg_postrm
342
	use python && python_mod_cleanup
338
}
343
}
339
344
340
pkg_config() {
345
pkg_config() {

Return to bug 177536