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 07755139694 for ; Fri, 14 Jul 2017 07:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CB7D1FC050; Fri, 14 Jul 2017 07:45:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F39191FC050 for ; Fri, 14 Jul 2017 07:45:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D964341A38 for ; Fri, 14 Jul 2017 07:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8018E74B8 for ; Fri, 14 Jul 2017 07:45:37 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1500018329.3e18c17e41bf45c0e191af93156958ce4ce92803.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fontypython/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fontypython/fontypython-0.4.4-r3.ebuild X-VCS-Directories: media-gfx/fontypython/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3e18c17e41bf45c0e191af93156958ce4ce92803 X-VCS-Branch: master Date: Fri, 14 Jul 2017 07:45:37 +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: 4b7647ae-fc81-436f-b0d5-e63ccab63bd5 X-Archives-Hash: b3fdc9cee3413ee1cea5c456a0f3bba6 commit: 3e18c17e41bf45c0e191af93156958ce4ce92803 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Jul 14 07:40:43 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jul 14 07:45:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e18c17e media-gfx/fontypython: change SRC_URI to use 'mirror://nongnu/' Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-gfx/fontypython/fontypython-0.4.4-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild b/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild index e50c5e2b3f7..ca9ebc36f3c 100644 --- a/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild +++ b/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ inherit distutils-r1 multilib wxwidgets DESCRIPTION="Font preview application" HOMEPAGE="https://savannah.nongnu.org/projects/fontypython" -SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz" +SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"