diff -r c4c374052218 -r c848fb84f0dc sys-process/glances/glances-1.3.2.ebuild --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sys-process/glances/glances-1.3.2.ebuild Wed Dec 21 12:03:29 2011 +0100 @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +PYTHON_DEPEND='2:2.6' + +inherit python + +DESCRIPTION="CLI curses based monitoring tool" +HOMEPAGE="https://github.com/nicolargo/glances" +SRC_URI="mirror://github/nicolargo/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-python/pystatgrab-0.5" +RDEPEND="${DEPEND}" + +pkg_preinst() { + # trick to remove files installed in wrong dir + rm -rf "${D}/usr/doc" +}