# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.2.ebuild,v 1.1 2010/07/25 00:52:59 sbriesen Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" inherit distutils eutils DESCRIPTION="Python binding for Funambol C++ API" HOMEPAGE="https://pysyncml.forge.funambol.org/" SRC_URI="https://pysyncml.forge.funambol.org/files/documents/74/430/${P}-src.tar.bz2" LICENSE="GPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="=dev-libs/funambol-client-sdk-7.1.6" DEPEND="${RDEPEND}" S="${WORKDIR}"/pysyncml src_prepare() { epatch "${FILESDIR}"/${P}-setup.patch }