summaryrefslogtreecommitdiff
path: root/dev-python/python-gflags/python-gflags-2.0.ebuild
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-11-23 23:46:56 -0500
committerMike Gilbert <floppym@gentoo.org>2016-11-23 23:46:56 -0500
commit1f341a3e111e238db51f7fd5c556ab5112fb0944 (patch)
tree24c8af51f34dc9e8b5000d2e6ba6e3a3cfd6993a /dev-python/python-gflags/python-gflags-2.0.ebuild
parentc2fe78f7f29e8b45a8b9c9e1f5c74aaedf567977 (diff)
downloadgentoo-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/python-gflags-2.0.ebuild')
-rw-r--r--dev-python/python-gflags/python-gflags-2.0.ebuild6
1 files changed, 3 insertions, 3 deletions
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"