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 0D6D1139695 for ; Thu, 23 Feb 2017 20:21:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 484CC21C165; Thu, 23 Feb 2017 20:21:20 +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 27A9121C165 for ; Thu, 23 Feb 2017 20:21:20 +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 0C1AE3413B7 for ; Thu, 23 Feb 2017 20:21:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29BD4522D for ; Thu, 23 Feb 2017 20:21:17 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1487881237.c4e87a6cfe75954ce1289fc0257570e01f650d5f.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-augeas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-augeas/python-augeas-0.5.0.ebuild X-VCS-Directories: dev-python/python-augeas/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: c4e87a6cfe75954ce1289fc0257570e01f650d5f X-VCS-Branch: master Date: Thu, 23 Feb 2017 20:21:17 +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: 8ca5f178-3e2d-405b-9543-91eb80e85b42 X-Archives-Hash: b41c09f098a746bfd4f74c6b609e384a commit: c4e87a6cfe75954ce1289fc0257570e01f650d5f Author: Matthew Thode gentoo org> AuthorDate: Thu Feb 23 20:20:06 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Feb 23 20:20:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e87a6c dev-python/python-augeas: switching python-augeas to pypi from fedora-hosted Package-Manager: portage-2.3.3 dev-python/python-augeas/python-augeas-0.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-augeas/python-augeas-0.5.0.ebuild b/dev-python/python-augeas/python-augeas-0.5.0.ebuild index 4aa1931869..09fe2095b5 100644 --- a/dev-python/python-augeas/python-augeas-0.5.0.ebuild +++ b/dev-python/python-augeas/python-augeas-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Python bindings for Augeas" HOMEPAGE="http://augeas.net/" -SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"