# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils IUSE="" DESCRIPTION="getargs is a Python module that implements a command line parser" #SRC_URI="http://www.iamroot.org/projects/${PN}/${P}.tar.gz" #HOMEPAGE="http://www.iamroot.org/projects/getargs.html" DEPEND="virtual/python" SLOT="0" KEYWORDS="x86" LICENSE="GPL-2" src_install() { distutils_src_install insinto /usr/share/doc/${PF}/examples && doins test.opt test.py dodoc INSTALL }