# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils EAPI="2" if [[ ${PV} == "9999" ]] ; then inherit git KEYWORDS="~x86 ~amd64 ~amd64-linux ~x86-linux" EGIT_REPO_URI="git://repo.or.cz/mygpoclient.git" else KEYWORDS="x86 amd64 amd64-linux x86-linux" SRC_URI="http://thpinfo.com/2010/${PN}/${P}.tar.gz" RESTRICT="nomirror" fi DESCRIPTION="Pythonic interface to the my.gpodder.org web services." HOMEPAGE="http://thpinfo.com/2010/mygpoclient http://my.gpodder.org" LICENSE="GPL-3" SLOT="0" RDEPEND="|| ( >=dev-lang/python-2.6 dev-python/simplejson )" DEPEND="${RDEPEND} dev-python/setuptools"