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

dev-python/feedparser/feedparser-5.1.3-r2.ebuild

index fc56d097579128ff091a8b6af21bfa4b8201d32b..170e4c7921e355fc8c10c38f37c8843d17ceb02f 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,7 +9,7 @@ inherit distutils-r1 eutils
 
 DESCRIPTION="Parse RSS and Atom feeds in Python"
 HOMEPAGE="https://github.com/kurtmckee/feedparser https://pypi.python.org/pypi/feedparser"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
 
 # sgmllib is licensed under PSF-2.
 LICENSE="BSD-2 PSF-2"