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 DC6B413832E for ; Mon, 15 Aug 2016 20:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DFC4E0B9C; Mon, 15 Aug 2016 20:38:12 +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 929D4E0B9C for ; Mon, 15 Aug 2016 20:38:11 +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 A7777340EEA for ; Mon, 15 Aug 2016 20:38:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 645757DD for ; Mon, 15 Aug 2016 20:38:08 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1471293442.cd920a783ebd0afe7d659666fc48004614ae975b.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/diffutils/diffutils-3.4-r1.ebuild sys-apps/diffutils/diffutils-3.4.ebuild X-VCS-Directories: sys-apps/diffutils/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: cd920a783ebd0afe7d659666fc48004614ae975b X-VCS-Branch: master Date: Mon, 15 Aug 2016 20:38:08 +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: fbb53c8e-7426-4d6a-beb6-852e7d993ea9 X-Archives-Hash: 2549d322b5bb2aa81f379eb911f71170 commit: cd920a783ebd0afe7d659666fc48004614ae975b Author: Tim Harder gentoo org> AuthorDate: Mon Aug 15 20:33:58 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Aug 15 20:37:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd920a78 sys-apps/diffutils: move gnu-alpha mirror after regular gnu mirror Most recent releases are not found on the gnu-alpha mirrors. sys-apps/diffutils/diffutils-3.4-r1.ebuild | 4 ++-- sys-apps/diffutils/diffutils-3.4.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/diffutils/diffutils-3.4-r1.ebuild b/sys-apps/diffutils/diffutils-3.4-r1.ebuild index 43a9069..bdf1bb1 100644 --- a/sys-apps/diffutils/diffutils-3.4-r1.ebuild +++ b/sys-apps/diffutils/diffutils-3.4-r1.ebuild @@ -8,8 +8,8 @@ inherit flag-o-matic DESCRIPTION="Tools to make diffs and compare files" HOMEPAGE="https://www.gnu.org/software/diffutils/" -SRC_URI="mirror://gnu-alpha/diffutils/${P}.tar.xz - mirror://gnu/diffutils/${P}.tar.xz" +SRC_URI="mirror://gnu/diffutils/${P}.tar.xz + mirror://gnu-alpha/diffutils/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-apps/diffutils/diffutils-3.4.ebuild b/sys-apps/diffutils/diffutils-3.4.ebuild index a8e780e..27eb13b 100644 --- a/sys-apps/diffutils/diffutils-3.4.ebuild +++ b/sys-apps/diffutils/diffutils-3.4.ebuild @@ -8,8 +8,8 @@ inherit flag-o-matic DESCRIPTION="Tools to make diffs and compare files" HOMEPAGE="https://www.gnu.org/software/diffutils/" -SRC_URI="mirror://gnu-alpha/diffutils/${P}.tar.xz - mirror://gnu/diffutils/${P}.tar.xz" +SRC_URI="mirror://gnu/diffutils/${P}.tar.xz + mirror://gnu-alpha/diffutils/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"