commit:     fd4910309d523d15a01b363637509635382ddeb7
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 03:35:01 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 03:35:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd491030

dev-python/gdata: replace googlecode links

Package-Manager: portage-2.3.2_p8

 dev-python/gdata/gdata-2.0.14.ebuild | 10 +++-------
 dev-python/gdata/gdata-2.0.18.ebuild |  6 +++---
 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 997522e..2afbd1d 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 3a5631e..e8c8e9e 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 def01b3..998f3d0 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>

Reply via email to