# 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://iamroot.beigetower.org/pkgs/${P}.tar.bz2" HOMEPAGE="http://iamroot.beigetower.org/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 }