Package-Manager: portage-2.3.2_p8
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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"
DEPEND=""
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MY_P}"
-
PYTHON_MODNAME="atom gdata"
src_test() {
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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"
<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>