From 5c230234e18f34ac4a84101df61ab2a1ee4aacac Mon Sep 17 00:00:00 2001 From: geos_one Date: Sun, 23 Nov 2008 14:21:39 +0000 Subject: [PATCH] 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 --- www-apps/trac-acct_mgr/ChangeLog | 4 ++++ www-apps/trac-acct_mgr/Manifest | 4 ++-- www-apps/trac-acct_mgr/trac-acct_mgr-0.2.1.ebuild | 14 ++++++++------ 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/www-apps/trac-acct_mgr/ChangeLog b/www-apps/trac-acct_mgr/ChangeLog index 02084456..d0e8a3e6 100644 --- a/www-apps/trac-acct_mgr/ChangeLog +++ b/www-apps/trac-acct_mgr/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 23 Nov 2008; Mario Fetka + trac-acct_mgr-0.2.1.ebuild: + correct trac dependency + 23 Jul 2008; Mario Fetka trac-acct_mgr-0.2.1.ebuild: correct typo diff --git a/www-apps/trac-acct_mgr/Manifest b/www-apps/trac-acct_mgr/Manifest index a0a35f76..68ba02e5 100644 --- a/www-apps/trac-acct_mgr/Manifest +++ b/www-apps/trac-acct_mgr/Manifest @@ -1,4 +1,4 @@ EBUILD trac-acct_mgr-0.1.3.ebuild 1214 RMD160 08c61116b34731a9204414a8801df2ed49327e61 SHA1 366ed27ec819f45a352573b3029ad79d84ece486 SHA256 dbcaa0bbb198ee2c4bb8d354dce62faabe36c823bfda827daf16fb87ec2c9b2c -EBUILD trac-acct_mgr-0.2.1.ebuild 1215 RMD160 7f8122855304713842ae522e2a5dcdfb416e1cf6 SHA1 165159a253cc23e72c8f2d09904cad70b76cfcd7 SHA256 5a670725a9449e7c8a5381d0f979efef601656edab57ab824361aaf2e413db16 -MISC ChangeLog 426 RMD160 eb199efc4fb7b0d932fd3c97155c9ced8fc9a512 SHA1 bcfc7a2afb820cf40bb279e0482c76e94fe7034c SHA256 8cc4e4a1fbc1b462c466e530e7748da2ebbb1302fc6f89d2fae74c749cbcba05 +EBUILD trac-acct_mgr-0.2.1.ebuild 1342 RMD160 9093204275ba973845d8003fdd8dd8085cf6c5d1 SHA1 2a2fce31390e3792f953a24e48cedca73a55d74b SHA256 a0791534b175b6d89c4bc99a221a740b5d3b81bc7aaf03e7496c7de422ec0f72 +MISC ChangeLog 534 RMD160 cc0a5580bff4d55a5cb619d62c5e7b5703ceec5c SHA1 11b374a06caaa193d7ae5a520e5c7933b7722352 SHA256 f85cc9d037e0a24612a5590af9408c3c7d21954f8a999673f583d2ea93806f71 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/www-apps/trac-acct_mgr/trac-acct_mgr-0.2.1.ebuild b/www-apps/trac-acct_mgr/trac-acct_mgr-0.2.1.ebuild index ec4783e1..a853d485 100644 --- a/www-apps/trac-acct_mgr/trac-acct_mgr-0.2.1.ebuild +++ b/www-apps/trac-acct_mgr/trac-acct_mgr-0.2.1.ebuild @@ -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"