# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 PYTHON_DEPEND="*:2.5" inherit python DESCRIPTION="emerge.log parser written in python" HOMEPAGE="https://bitbucket.org/LK4D4/pqlop" SRC_URI="https://bitbucket.org/LK4D4/pqlop/raw/${PV}/pqlop.py -> ${P}.py" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/argparse" src_install() { newbin "${DISTDIR}/${P}.py" ${PN} || die "newbin failed" }