# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /git/ox-overlay/dev-python/pybird-1.0.8.ebuild,v 1.0.8 2012/11/01 19:17:54 Jens Ott $ EAPI="4" SUPPORT_PYTHON_ABIS="1" PYTHON_DEPEND="2:2.7" RESTRICT_PYTHON_ABIS="3.*" inherit eutils distutils DESCRIPTION="Class and tools for handling of bird-routing daemon from python" HOMEPAGE="http://pypi.python.org/pypi/pybird/1.0.8" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="" RDEPEND="" S="${WORKDIR}/${P}" DOCS="PKG-INFO README" PYTHON_MODNAME="pybird.py" src_prepare(){ cd ${S} epatch "${FILESDIR}/get_prefix_info.diff" }