www-apps/trac-acct_mgr: correct trac dependency

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@577 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2008-11-23 14:21:39 +00:00
parent 07b0917344
commit 5c230234e1
3 changed files with 14 additions and 8 deletions

View File

@@ -4,9 +4,9 @@
inherit distutils subversion
ESVN_REPO_URI="http://trac-hacks.org/svn/accountmanagerplugin/trunk"
DESCRIPTION="A Trac plugin for administering Trac projects through the web interface."
HOMEPAGE="http://projects.edgewall.com/trac/wiki/WebAdmin"
ESVN_REPO_URI="http://trac-hacks.org/svn/accountmanagerplugin/0.11"
DESCRIPTION="The AccountManagerPlugin offers several features for managing user accounts."
HOMEPAGE="http://trac-hacks.org/wiki/AccountManagerPlugin"
# SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="trac"
@@ -15,7 +15,7 @@ IUSE=""
SLOT="0"
DEPEND=">=www-apps/trac-0.11
DEPEND="=www-apps/trac-0.11*
>=dev-python/setuptools-0.6_rc1"
# from marienz's setuptools.eclass:
@@ -29,9 +29,11 @@ src_test() {
}
pkg_postinst() {
elog "To enable the WebAdmin plugin in your Trac environments, you have to add:"
elog "To enable the AccountManager plugin in your Trac environments, you have to add:"
elog " [components]"
elog " webadmin.* = enabled"
elog " trac.web.auth.LoginModule = disabled"
elog " acct_mgr.web_ui.LoginModule = enabled"
elog " acct_mgr.web_ui.RegistrationModule = disabled"
elog "to your trac.ini files."
elog
elog "To be able to see the Admin tab, your users must have the TRAC_ADMIN permission"