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

(-)samba-3.0.24-r1.ebuild (-1 / +5 lines)
Lines 5-11 Link Here
5
WANT_AUTOCONF="latest"
5
WANT_AUTOCONF="latest"
6
WANT_AUTOMAKE="none"
6
WANT_AUTOMAKE="none"
7
7
8
inherit eutils autotools versionator pam
8
inherit eutils autotools versionator pam python multilib
9
9
10
IUSE_LINGUAS="ja pl"
10
IUSE_LINGUAS="ja pl"
11
IUSE="acl async automount caps cups doc examples kerberos kernel_linux ldap fam
11
IUSE="acl async automount caps cups doc examples kerberos kernel_linux ldap fam
Lines 289-297 Link Here
289
		elog "    change the /etc/xinetd.d/swat configuration"
289
		elog "    change the /etc/xinetd.d/swat configuration"
290
	fi
290
	fi
291
	elog "Latest info: README.gentoo in documentation directory"
291
	elog "Latest info: README.gentoo in documentation directory"
292
293
	use python && python_mod_optimize ${ROOT}usr/$(get_libdir)/python*/site-packages/samba
292
}
294
}
293
295
294
pkg_postrm(){
296
pkg_postrm(){
297
	use python && python_mod_cleanup
298
295
	# If stale docs, and one isn't re-emerging the latest version, removes
299
	# If stale docs, and one isn't re-emerging the latest version, removes
296
	# (this is actually a portage bug, though)
300
	# (this is actually a portage bug, though)
297
	[[ -n ${PF} && ! -f ${ROOT}/usr/lib/${PN}/en.msg ]] && \
301
	[[ -n ${PF} && ! -f ${ROOT}/usr/lib/${PN}/en.msg ]] && \

Return to bug 177545