dev-python/gdata: replace googlecode links
authorMike Gilbert <floppym@gentoo.org>
Thu, 24 Nov 2016 03:35:01 +0000 (22:35 -0500)
committerMike Gilbert <floppym@gentoo.org>
Thu, 24 Nov 2016 03:35:01 +0000 (22:35 -0500)
Package-Manager: portage-2.3.2_p8

dev-python/gdata/gdata-2.0.14.ebuild
dev-python/gdata/gdata-2.0.18.ebuild
dev-python/gdata/metadata.xml

index 997522e5655c51a91abc4aa4f95547a93443e926..2afbd1d627a3e04a9c1e03d2af6563423064af88 100644 (file)
@@ -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() {
index 3a5631e05cd3f23ae738d08dab90f7505e40bd8e..e8c8e9e08b89d1a691d73af90bf779d83dee79a8 100644 (file)
@@ -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"
index def01b341dfa266121ed7d7188678e4705339cde..998f3d09ddb9da7a7b02745452dbde120173825d 100644 (file)
@@ -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>