From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA0901395E2 for ; Thu, 24 Nov 2016 03:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B586E0BB9; Thu, 24 Nov 2016 03:28:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 019ADE0BB9 for ; Thu, 24 Nov 2016 03:28:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27D5E340F1A for ; Thu, 24 Nov 2016 03:28:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63ABA49C for ; Thu, 24 Nov 2016 03:28:49 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1479958126.c4ae549ba13afb7cca1fc0a39f488c77210869fd.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/feedparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/feedparser/feedparser-5.1.3-r2.ebuild X-VCS-Directories: dev-python/feedparser/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c4ae549ba13afb7cca1fc0a39f488c77210869fd X-VCS-Branch: master Date: Thu, 24 Nov 2016 03:28:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad798318-0597-4e78-a502-63ae36a7954c X-Archives-Hash: c6a8eeec9631de77925fb614b2916f20 commit: c4ae549ba13afb7cca1fc0a39f488c77210869fd Author: Mike Gilbert gentoo org> AuthorDate: Thu Nov 24 03:28:46 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Nov 24 03:28:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ae549b dev-python/feedparser: replace googlecode link Package-Manager: portage-2.3.2_p8 dev-python/feedparser/feedparser-5.1.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/feedparser/feedparser-5.1.3-r2.ebuild b/dev-python/feedparser/feedparser-5.1.3-r2.ebuild index fc56d09..170e4c7 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"