# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Python module to add extra function getstatusoutputerror" HOMEPAGE="http://rudd-o.com/projects/${PN}/" SRC_URI="http://rudd-o.com/wp-content/projects/files/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.2.0" src_install() { python setup.py install --prefix=${D}/usr || die }