Line | |
---|
1 | # Copyright 1999-2010 Gentoo Foundation |
---|
2 | # Distributed under the terms of the GNU General Public License v2 |
---|
3 | # $Header: /var/cvsroot/gentoo-x86/www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild,v 1.4 2007/02/13 20:39:33 corsair Exp $ |
---|
4 | |
---|
5 | EAPI="2" |
---|
6 | PYTHON_DEPEND="2" |
---|
7 | SUPPORT_PYTHON_ABIS="1" |
---|
8 | RESTRICT_PYTHON_ABIS="3.*" |
---|
9 | |
---|
10 | inherit distutils subversion |
---|
11 | |
---|
12 | ESVN_REPO_URI="http://trac-hacks.org/svn/accountmanagerplugin/trunk" |
---|
13 | DESCRIPTION="The AccountManagerPlugin offers several features for managing user accounts." |
---|
14 | HOMEPAGE="http://trac-hacks.org/wiki/AccountManagerPlugin" |
---|
15 | |
---|
16 | LICENSE="trac" |
---|
17 | KEYWORDS="~amd64 ~arm ~ppc64 ~x86" |
---|
18 | IUSE="" |
---|
19 | |
---|
20 | SLOT="0" |
---|
21 | |
---|
22 | DEPEND="dev-python/setuptools" |
---|
23 | RDEPEND=">=www-apps/trac-0.12" |
---|
24 | |
---|
25 | pkg_postinst() { |
---|
26 | distutils_pkg_postinst |
---|
27 | elog "To enable the AccountManager plugin in your Trac environments, you have to add:" |
---|
28 | elog " [components]" |
---|
29 | elog " trac.web.auth.LoginModule = disabled" |
---|
30 | elog " acct_mgr.web_ui.LoginModule = enabled" |
---|
31 | elog " acct_mgr.web_ui.RegistrationModule = disabled" |
---|
32 | elog "to your trac.ini files." |
---|
33 | elog |
---|
34 | elog "To be able to see the Admin tab, your users must have the TRAC_ADMIN permission" |
---|
35 | elog "and/or the TICKET_ADMIN permission." |
---|
36 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.