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

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2401 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-09-17 16:05:04 +00:00
parent c1f40de42c
commit 7b4937b567
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-gitplugin-0.12.0.2-r1.ebuild:
Add distutils_pkg_postinst to postinstall section
31 Aug 2010; Mario Fetka <mario.fetka@gmail.com>
-trac-gitplugin-0.11.0.1.ebuild, -trac-gitplugin-0.11.0.2.ebuild,
-trac-gitplugin-0.11.0.2-r1.ebuild, -trac-gitplugin-0.12.0.2.ebuild,

View File

@ -1,3 +1,3 @@
EBUILD trac-gitplugin-0.12.0.2-r1.ebuild 1722 RMD160 43a68da60b9c0710436fbbdce7257a8fdc710c59 SHA1 78200fa6b325c2762b3d56d7245f578546d79548 SHA256 25de5182f24d9c7f666435fe46af90e6614cb65acdb94fd62ce037813fc3d168
MISC ChangeLog 975 RMD160 aa4ca098098bfeadc578654ea5a40285fb5adfc7 SHA1 45ebb7f46f52d3c7100b908f808a6a9dd58948bf SHA256 0248dd240d82899aa6b0018b5061387ba077f5c22eec78fffe068a3160cfa8db
EBUILD trac-gitplugin-0.12.0.2-r1.ebuild 1746 RMD160 3d3d6e14404b0db1ead09e6ff8d32aa8c7e50694 SHA1 0bbd50c10ce04252cf5074ba63e9a0f64cab4fd6 SHA256 8b9b9ed2f7e8529158a055185dce99786f946bc09d691cf33764958967224a36
MISC ChangeLog 1116 RMD160 6a5f7ad33713297790f195013c0b6d349c538a5d SHA1 c34f46af3e750a841ca1be325c76074125b31fe5 SHA256 52b7b582656a5502b228636297a2b78d6c18fcbdd39b0fd1815d4e81d10cacd3
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

View File

@ -30,6 +30,7 @@ src_install() {
}
pkg_postinst() {
distutils_pkg_postinst
elog "To enable the GitPlugin plugin in your Trac environments, you have to add:"
elog " [components]"
elog " # for plugin version 0.11.0.1+"