diff options
Diffstat (limited to 'sys-block/seekwatcher/seekwatcher-0.6.ebuild')
-rw-r--r-- | sys-block/seekwatcher/seekwatcher-0.6.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sys-block/seekwatcher/seekwatcher-0.6.ebuild b/sys-block/seekwatcher/seekwatcher-0.6.ebuild index dca417421427..dfae59887be2 100644 --- a/sys-block/seekwatcher/seekwatcher-0.6.ebuild +++ b/sys-block/seekwatcher/seekwatcher-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/seekwatcher/seekwatcher-0.6.ebuild,v 1.4 2007/12/16 10:31:17 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/seekwatcher/seekwatcher-0.6.ebuild,v 1.5 2008/02/12 17:33:12 robbat2 Exp $ DESCRIPTION="Seekwatcher generates graphs from blktrace runs to help visualize IO patterns and performance." HOMEPAGE="http://oss.oracle.com/~mason/seekwatcher/" @@ -19,3 +19,10 @@ src_install() { dobin seekwatcher dohtml README.html } + +pkg_postinst() { + elog "If you want to generate IO-movies from captured data, you must" + elog "install at least one of the following packages:" + elog "- media-video/mplayer with USE=encode" + elog "- media-libs/libtheora with USE=examples" +} |