sys-process/glances/glances-1.3.2.ebuild
changeset 31 c848fb84f0dc
equal deleted inserted replaced
30:c4c374052218 31:c848fb84f0dc
       
     1 # Copyright 1999-2011 Gentoo Foundation
       
     2 # Distributed under the terms of the GNU General Public License v2
       
     3 # $Header: $
       
     4 
       
     5 EAPI=4
       
     6 
       
     7 PYTHON_DEPEND='2:2.6'
       
     8 
       
     9 inherit python
       
    10 
       
    11 DESCRIPTION="CLI curses based monitoring tool"
       
    12 HOMEPAGE="https://github.com/nicolargo/glances"
       
    13 SRC_URI="mirror://github/nicolargo/${PN}/${P}.tar.gz"
       
    14 
       
    15 LICENSE="LGPL-3"
       
    16 SLOT="0"
       
    17 KEYWORDS="~amd64"
       
    18 IUSE=""
       
    19 
       
    20 DEPEND=">=dev-python/pystatgrab-0.5"
       
    21 RDEPEND="${DEPEND}"
       
    22 
       
    23 pkg_preinst() {
       
    24 	# trick to remove files installed in wrong dir
       
    25 	rm -rf "${D}/usr/doc"
       
    26 }