www-apps/trac-accountmanagerplugin: Add distutils_pkg_postinst to postinstall section

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2394 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-09-17 15:58:42 +00:00
parent fdbe0d7fb6
commit 93ce493359
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,10 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
17 Sep 2010; Mario Fetka <mario.fetka@gmail.com>
trac-accountmanagerplugin-0.2.1-r3.ebuild:
Add distutils_pkg_postinst to postinstall section
31 Aug 2010; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
cleanup

View File

@ -1,3 +1,3 @@
EBUILD trac-accountmanagerplugin-0.2.1-r3.ebuild 1141 RMD160 d9e2bb3ff4d6046089fd17a3b9c4f8c938284400 SHA1 edafb1e024379a84a06026629c3834418ffcd427 SHA256 9773e5ebce7ff69a7da2fe73f1343b9a6c30a2ea2af730e40038afd0b149eb36
MISC ChangeLog 2383 RMD160 2523ed91eb8d29d48c986b2851a9f28198093768 SHA1 cde534f1761d15e5f77b43e4542cdd3f3fbb8c5e SHA256 d4f3a76c7aa9cee307fb8f6795f318d20bb95b27038ff4b1f9ba9d45feaacbb5
EBUILD trac-accountmanagerplugin-0.2.1-r3.ebuild 1165 RMD160 d86ca61ceafb3baf82cddb7b669e1749fe7ee75d SHA1 bb1bdcae198144a2cf20e867bd556587cddc7c9c SHA256 32f118788319c35ee6bed0fc2661d0cadec2f3fdb4e3a2a73dd660052d84609e
MISC ChangeLog 2532 RMD160 c4b27788a6d00f82ce54978c12e37e36cab48042 SHA1 974b1218e15f0dba5f96ae4a8395d41240f1ceca SHA256 caa81704db01958114111b49d05ae0e7b231cca7394c298e28d92c5eaf9df5d2
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -23,6 +23,7 @@ DEPEND="dev-python/setuptools"
RDEPEND=">=www-apps/trac-0.12"
pkg_postinst() {
distutils_pkg_postinst
elog "To enable the AccountManager plugin in your Trac environments, you have to add:"
elog " [components]"
elog " trac.web.auth.LoginModule = disabled"