diff options
Diffstat (limited to 'dev-python/gdata')
-rw-r--r-- | dev-python/gdata/gdata-2.0.14.ebuild | 10 | ||||
-rw-r--r-- | dev-python/gdata/gdata-2.0.18.ebuild | 6 | ||||
-rw-r--r-- | dev-python/gdata/metadata.xml | 2 |
3 files changed, 7 insertions, 11 deletions
diff --git a/dev-python/gdata/gdata-2.0.14.ebuild b/dev-python/gdata/gdata-2.0.14.ebuild index 997522e5655c..2afbd1d627a3 100644 --- a/dev-python/gdata/gdata-2.0.14.ebuild +++ b/dev-python/gdata/gdata-2.0.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,11 +10,9 @@ RESTRICT_PYTHON_ABIS="3.*" inherit distutils -MY_P="gdata-${PV}" - DESCRIPTION="Python client library for Google data APIs" -HOMEPAGE="https://code.google.com/p/gdata-python-client/ https://pypi.python.org/pypi/gdata" -SRC_URI="https://gdata-python-client.googlecode.com/files/${MY_P}.tar.gz" +HOMEPAGE="https://github.com/google/gdata-python-client https://pypi.python.org/pypi/gdata" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" @@ -24,8 +22,6 @@ IUSE="examples" DEPEND="" RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_P}" - PYTHON_MODNAME="atom gdata" src_test() { diff --git a/dev-python/gdata/gdata-2.0.18.ebuild b/dev-python/gdata/gdata-2.0.18.ebuild index 3a5631e05cd3..e8c8e9e08b89 100644 --- a/dev-python/gdata/gdata-2.0.18.ebuild +++ b/dev-python/gdata/gdata-2.0.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,8 +9,8 @@ PYTHON_REQ_USE="ssl(+),xml(+)" inherit distutils-r1 DESCRIPTION="Python client library for Google data APIs" -HOMEPAGE="https://code.google.com/p/gdata-python-client/ https://pypi.python.org/pypi/gdata" -SRC_URI="https://gdata-python-client.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://github.com/google/gdata-python-client https://pypi.python.org/pypi/gdata" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-python/gdata/metadata.xml b/dev-python/gdata/metadata.xml index def01b341dfa..998f3d09ddb9 100644 --- a/dev-python/gdata/metadata.xml +++ b/dev-python/gdata/metadata.xml @@ -6,6 +6,6 @@ <name>Python</name> </maintainer> <upstream> - <remote-id type="google-code">gdata-python-client</remote-id> + <remote-id type="github">google/gdata-python-client</remote-id> </upstream> </pkgmetadata> |