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

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2414 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-09-17 16:14:48 +00:00
parent 63eed507ca
commit 06689321b6
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-tagsplugin-0.6-r2.ebuild:
Add distutils_pkg_postinst to postinstall section
31 Aug 2010; Mario Fetka <mario.fetka@gmail.com>
-trac-tagsplugin-0.6.ebuild, -trac-tagsplugin-0.6-r1.ebuild,
+trac-tagsplugin-0.6-r2.ebuild:

View File

@ -1,3 +1,3 @@
EBUILD trac-tagsplugin-0.6-r2.ebuild 901 RMD160 7b76039dabd4b1d4291523beb4e415d5453ab0ef SHA1 1fb089dd0808a8ce94d610e73e0b155457d88d3f SHA256 e389f0980db141e980ff91cc2ccfb9a8f720e803703834f55724ef43c378145c
MISC ChangeLog 762 RMD160 5906d11209309958ee72e769c864e52ca81664db SHA1 774a8da70e1134137862e857ff12de0509a30a05 SHA256 187efcc62d5e1006f944c37ead26ceb9af26592537e8e5219cfdaa9d9f20ce57
EBUILD trac-tagsplugin-0.6-r2.ebuild 925 RMD160 ddbba42acfa3ff59e8b39e165b2a571aeec96b84 SHA1 64aa25d28bcbf392bde911dde762410bea086461 SHA256 409d1e51396fe3c8700a1acff0e50f4060f791cf21bfc510b04a6285667bbb65
MISC ChangeLog 899 RMD160 8fd2a72fb3f7aa727ca1733c6e951780ffb67538 SHA1 366ccaa321ff6016a389ced3b9df98ad7cd8538d SHA256 8cb537a1e4af6ae6ad82a099fe4f22e7d0e5717d6d9974058f234b3de33ecd2b
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

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 GitPlugin plugin in your Trac environments, you have to add:"
elog " [components]"
elog " tractags.* = enabled"