# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.11 2010/12/04 14:38:05 grobian Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" inherit eutils distutils DESCRIPTION="A flexible XMPP client/component/server library for Python." HOMEPAGE="https://github.com/fritzy/SleekXMPP" SRC_URI="https://download.github.com/fritzy-SleekXMPP-1.0-Beta4-0-g45991e4.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="app-arch/unzip" RDEPEND="" S=${WORKDIR}/fritzy-SleekXMPP-45991e4 src_prepare() { epatch "${FILESDIR}"/${P}_fulljid.patch }