From: Mike Gilbert Date: Thu, 24 Nov 2016 03:28:46 +0000 (-0500) Subject: dev-python/feedparser: replace googlecode link X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c4ae549ba13afb7cca1fc0a39f488c77210869fd;p=gentoo.git dev-python/feedparser: replace googlecode link Package-Manager: portage-2.3.2_p8 --- diff --git a/dev-python/feedparser/feedparser-5.1.3-r2.ebuild b/dev-python/feedparser/feedparser-5.1.3-r2.ebuild index fc56d0975791..170e4c7921e3 100644 --- a/dev-python/feedparser/feedparser-5.1.3-r2.ebuild +++ b/dev-python/feedparser/feedparser-5.1.3-r2.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,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"