Added mygpoclient from gentoo bugzilla, a dependency for gpodder-2.5
This commit is contained in:
32
media-sound/mygpoclient/mygpoclient-1.4.ebuild
Normal file
32
media-sound/mygpoclient/mygpoclient-1.4.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit distutils
|
||||
|
||||
EAPI="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
|
||||
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 gpodder.net web services."
|
||||
HOMEPAGE="http://thpinfo.com/2010/mygpoclient/ http://gpodder.net"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="|| ( >=dev-lang/python-2.6
|
||||
dev-python/simplejson )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools"
|
||||
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
Reference in New Issue
Block a user