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

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2398 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-09-17 16:02:04 +00:00
parent d4b4fe7ba0
commit e11700247e
3 changed files with 8 additions and 3 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-downloadsplugin-0.3-r1.ebuild:
Add distutils_pkg_postinst to postinstall section
31 Aug 2010; Mario Fetka <mario.fetka@gmail.com>
-trac-downloadsplugin-0.2.ebuild, -trac-downloadsplugin-0.3.ebuild,
+trac-downloadsplugin-0.3-r1.ebuild:

View File

@ -1,3 +1,3 @@
EBUILD trac-downloadsplugin-0.3-r1.ebuild 1827 RMD160 07746f8056ad0911cd44593e7f3da3acc4ec065a SHA1 3bcfca87399f3ff8db742517935acdd85b05cbe8 SHA256 4b552da04a11759b34c661a4835316efd505edba1062eeade6cb714a7b163e79
MISC ChangeLog 726 RMD160 013098857d864cb81feae5eccbaf02ea015de8d4 SHA1 e8a34f323321d5c9d202dd41bfc6c4b893343730 SHA256 1b3ede03d3360edb2c1d7b5a21faa6cdf90c1e88eeea10f18f6db06b8deb2adf
EBUILD trac-downloadsplugin-0.3-r1.ebuild 1850 RMD160 d892e3d4ed70209755f1e46c29f2e4ae2ab70c4e SHA1 07f8e04911ef170c352891da098099059033166d SHA256 077e92fc1a8e0ba165f6d888dec0434a4cf823beefbe5d1cb59dc5df5aa189e3
MISC ChangeLog 868 RMD160 4eef310e1681e9d3833cb401b8a19a7f76575cd9 SHA1 0d9c9712d86693d1f5317920c90ff65e7ab15903 SHA256 8e3d755b08ae2eb87abf2493347d129ade771a8e52e526f8dbb9db96580ee561
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 " tracdownloads.api.DownloadsApi = enabled"
@ -38,7 +39,7 @@ pkg_postinst() {
elog " title = Downloads"
elog " path = /var/lib/trac/downloads"
elog " ext = zip,gz,bz2,rar # For 0.12 branch."
elog " visible_fields = id,file,description,size,time,count,author,tags,component,version, \"
elog " visible_fields = id,file,description,size,time,count,author,tags,component,version, "
elog " architecture,platform,type # For 0.12 branch."
elog " unique_filename = False"
elog " consoleadmin_user = anonymous # Branch 0.12 only."