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

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2397 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-09-17 16:01:02 +00:00
parent 440153bb9f
commit d4b4fe7ba0
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-distributedinformationtheme-1.0.ebuild:
Add distutils_pkg_postinst to postinstall section
31 Aug 2010; Mario Fetka <mario.fetka@gmail.com>
trac-distributedinformationtheme-1.0.ebuild:
correct homepage

View File

@ -1,3 +1,3 @@
EBUILD trac-distributedinformationtheme-1.0.ebuild 1001 RMD160 9d7a68d81ae8de16a972739fafad04807bf2c539 SHA1 c9a90b044d08fced50337e7ae5fe106fdb790de6 SHA256 2e2ba0cd43f5ef52c35081acb08ab273b4066848ac1be03a35e1fcc6d4d27575
MISC ChangeLog 345 RMD160 06199503c5c573a300cd31fda83de4efdf18fa8d SHA1 5a106dd84c069b366471a0d82a47808ede670a82 SHA256 c3271e7dadd6a92fd327a78fecbe3b2f63fefa8b51c9b86d6505992ed553b53e
EBUILD trac-distributedinformationtheme-1.0.ebuild 1025 RMD160 f65193ce1c3015ac14760562ad656ebd7e9bd29c SHA1 e333764592a6135dd6e44ff6eac640c04a5d7217 SHA256 f2fcabd3760629375be680ffd05ba17d456ac9f32878c4dc0c54568a5a82c534
MISC ChangeLog 496 RMD160 116ea87ea0ca9d7eafd7be2d9facecad5b83a11a SHA1 bb17c22c9c5ec32ff57967f5e7c79ec736c7db8e SHA256 75b44f9c1816eb01b2dcfc0c56c7b1b6b0639cead0ddf305ebf49b85edb19761
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -24,6 +24,7 @@ RDEPEND=">=www-apps/trac-0.12
>=www-apps/trac-themeengine-1.0"
pkg_postinst() {
distutils_pkg_postinst
elog "To enable the IntraBlog template, you have to add:"
elog " [components]"
elog " distributedinformationtheme.* = enabled"