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

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2411 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-09-17 16:12:39 +00:00
parent 2329a71db4
commit 3131f3fd2a
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-recaptcharegisterplugin-0.2.1.2-r1.ebuild:
Add distutils_pkg_postinst to postinstall section
31 Aug 2010; Mario Fetka <mario.fetka@gmail.com>
-trac-recaptcharegisterplugin-0.2.1.2.ebuild,
+trac-recaptcharegisterplugin-0.2.1.2-r1.ebuild:

View File

@ -1,3 +1,3 @@
EBUILD trac-recaptcharegisterplugin-0.2.1.2-r1.ebuild 1165 RMD160 40f72049db5062296eaa246c90e93a976e4bcea5 SHA1 6aaf552009d46485631c449fa7fb151ee7ffe6d9 SHA256 3b9e3503287ce0f39c48c18d106b848b96d72c6b8ea055578f0ccac668e936bb
MISC ChangeLog 552 RMD160 72b4a56902b33b9f6a0ebbec939a486baed04a76 SHA1 503568a65695b0d0f10242774bfa0d8707ef3246 SHA256 032a392af65f76f53bbf4866fe02a234955ca895274537b8a98a3a5bf52fd0f0
EBUILD trac-recaptcharegisterplugin-0.2.1.2-r1.ebuild 1189 RMD160 93dd0d602e42e9294d256c8886c40ed59609303f SHA1 4e8b476beda5383cf8cfd78b6e844f5cdf4fe5ff SHA256 fcb6f251d06e94fc8aa2cbe503c253707719e8382142915866991344f79a20b8
MISC ChangeLog 706 RMD160 d9db179e1a5deb72dfdd7dbfbd59c6565463f1ab SHA1 9a9e3f8c72f19d0c9c35faa6fdaa0d5936f013c5 SHA256 a2a49e0935d6823eaef4ab82730dd1598812b50ad1ed2cf958a14b5fa587d685
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -25,6 +25,7 @@ RDEPEND=">=www-apps/trac-0.12
dev-python/recaptcha-client"
pkg_postinst() {
distutils_pkg_postinst
elog "To enable the SimpleCaptcha plugin in your Trac environments, you have to add:"
elog "[components]"
elog "recaptcharegister.* = enabled"