diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-11-23 23:46:56 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-11-23 23:46:56 -0500 |
commit | 1f341a3e111e238db51f7fd5c556ab5112fb0944 (patch) | |
tree | 24c8af51f34dc9e8b5000d2e6ba6e3a3cfd6993a /dev-python/python-gflags | |
parent | dev-python/pysvg: bump to 0.2.2 (diff) | |
download | gentoo-1f341a3e111e238db51f7fd5c556ab5112fb0944.tar.gz gentoo-1f341a3e111e238db51f7fd5c556ab5112fb0944.tar.bz2 gentoo-1f341a3e111e238db51f7fd5c556ab5112fb0944.zip |
dev-python/python-gflags: replace googlecode links
Package-Manager: portage-2.3.2_p8
Diffstat (limited to 'dev-python/python-gflags')
-rw-r--r-- | dev-python/python-gflags/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-gflags/metadata.xml | 3 | ||||
-rw-r--r-- | dev-python/python-gflags/python-gflags-2.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/python-gflags/python-gflags-3.0.2.ebuild | 2 |
4 files changed, 6 insertions, 7 deletions
diff --git a/dev-python/python-gflags/Manifest b/dev-python/python-gflags/Manifest index 0d03860e988f..9a1ab292e90d 100644 --- a/dev-python/python-gflags/Manifest +++ b/dev-python/python-gflags/Manifest @@ -1,2 +1,2 @@ -DIST python-gflags-2.0.tar.gz 64929 SHA256 311066217acb8cd8519a4c872cb3fe64f02bcf105802bb761ab0de55c2386cd6 SHA512 28566acffd092f09105f3b9ad3be4ada11f024f940914e6efb103907f3779283c63bdfe13edad83aa470c5e887b49ad8b05031fc1895f3bad9b5d9c368bbfe18 WHIRLPOOL 61054cce9033ef26ee6d6296fc761c840f394de07f068a899b52a5d4212de4e4601f9a203fd8033db576e79369e4d53a0bb04bfca0e50cf828ff94105a2b453a +DIST python-gflags-2.0.tar.gz 65094 SHA256 0dff6360423f3ec08cbe3bfaf37b339461a54a21d13be0dd5d9c9999ce531078 SHA512 43bddf631501f08537167c3915a6ace9a5e70b1bac0351614b07d3de1e149475c2cbb04a9770096dc033fefd35d12eea0b4c849f5660f9950db1129023dd36ac WHIRLPOOL 23769400b455352ea9f0d0a09f78df1ddc640a59c3bb65bafc1a0020d678453ed35aec3ee4224a8ded1b83f0b1c62c348c77b1065dc034bbe29a5a177f93f0ad DIST python-gflags-3.0.2.tar.gz 91481 SHA256 f2ca688f385bba47382a067d2d77322ab974fd4d596baad95bcd7d319241061d SHA512 f24b404a1821d55f2d7423548c241f54962e79b31ade6b718e0c50591756ec269545445326e459a1b02806ca5eab7ccf9c545211e4148b3da050069b9a97088f WHIRLPOOL 4a72cde4f2715d2fd32760b0b69f4ff1b0b14d94ad3d00d002cd16a9d3715f7f61bf14878fca4073c8c573ae853229c15d781eb766ad324ce053645a76cedba5 diff --git a/dev-python/python-gflags/metadata.xml b/dev-python/python-gflags/metadata.xml index fa321e2fe2e1..e3ab2083f513 100644 --- a/dev-python/python-gflags/metadata.xml +++ b/dev-python/python-gflags/metadata.xml @@ -6,7 +6,6 @@ <name>Python</name> </maintainer> <upstream> - <remote-id type="google-code">python-gflags</remote-id> - <remote-id type="github">gflags/python-gflags</remote-id> + <remote-id type="github">google/python-gflags</remote-id> </upstream> </pkgmetadata> diff --git a/dev-python/python-gflags/python-gflags-2.0.ebuild b/dev-python/python-gflags/python-gflags-2.0.ebuild index f1c398249fc5..f31df99a532a 100644 --- a/dev-python/python-gflags/python-gflags-2.0.ebuild +++ b/dev-python/python-gflags/python-gflags-2.0.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_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Google's Python argument parsing library" -HOMEPAGE="https://github.com/gflags/python-gflags" -SRC_URI="https://python-gflags.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://github.com/google/python-gflags" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-python/python-gflags/python-gflags-3.0.2.ebuild b/dev-python/python-gflags/python-gflags-3.0.2.ebuild index 5fe4a04f8921..8a6ac0635a88 100644 --- a/dev-python/python-gflags/python-gflags-3.0.2.ebuild +++ b/dev-python/python-gflags/python-gflags-3.0.2.ebuild @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Google's Python argument parsing library" -HOMEPAGE="https://github.com/gflags/python-gflags" +HOMEPAGE="https://github.com/google/python-gflags" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |