# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils eutils DESCRIPTION="This is a sample skeleton ebuild file" HOMEPAGE="http://foo.bar.com/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_unpack() { distutils_src_unpack cd "${S}" epatch "${FILESDIR}"/setup.py.patch }