Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 383777
Collapse All | Expand All

(-)dstat.orig/dstat-0.7.2.ebuild (-1 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.7.2.ebuild,v 1.2 2011/03/06 10:42:45 jlec Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.7.2.ebuild,v 1.2 2011/03/06 10:42:45 jlec Exp $
4
4
5
EAPI=2
5
EAPI=3
6
6
7
PYTHON_DEPEND="2"
7
PYTHON_DEPEND="2"
8
8
Lines 36-41 Link Here
36
		examples/{mstat,read}.py docs/*.txt \
36
		examples/{mstat,read}.py docs/*.txt \
37
		|| die "dodoc failed"
37
		|| die "dodoc failed"
38
	dohtml docs/*.html || die "dohtml failed"
38
	dohtml docs/*.html || die "dohtml failed"
39
	python_convert_shebangs 2 "${ED}"/usr/bin/dstat || die
39
}
40
}
40
41
41
pkg_postinst() {
42
pkg_postinst() {

Return to bug 383777