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 DD049138334 for ; Sat, 5 Oct 2019 18:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5CC6E08A8; Sat, 5 Oct 2019 18:56:05 +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 8CA08E08A8 for ; Sat, 5 Oct 2019 18:56:05 +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 706B634B9B4 for ; Sat, 5 Oct 2019 18:56:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABD1983D for ; Sat, 5 Oct 2019 18:56:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570301653.cb84aba723236bd0c22d5ee3df0f62850cd37c7f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/reiserfsprogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/reiserfsprogs/reiserfsprogs-3.6.25.ebuild sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild X-VCS-Directories: sys-fs/reiserfsprogs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cb84aba723236bd0c22d5ee3df0f62850cd37c7f X-VCS-Branch: master Date: Sat, 5 Oct 2019 18:56:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 53f57040-9abd-4269-bf61-460d2d4e7057 X-Archives-Hash: 6fd0f9fa6a34861b1cc7368a94ca7a4e commit: cb84aba723236bd0c22d5ee3df0f62850cd37c7f Author: Michał Górny gentoo org> AuthorDate: Mon Sep 30 06:49:13 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 5 18:54:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb84aba7 sys-fs/reiserfsprogs: Inline mirror://kernel Signed-off-by: Michał Górny gentoo.org> sys-fs/reiserfsprogs/reiserfsprogs-3.6.25.ebuild | 4 ++-- sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.25.ebuild b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.25.ebuild index 136fa84d1c7..4d91db899a7 100644 --- a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.25.ebuild +++ b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.25.ebuild @@ -7,8 +7,8 @@ inherit eutils flag-o-matic usr-ldscript DESCRIPTION="Reiserfs Utilities" HOMEPAGE="https://www.kernel.org/pub/linux/utils/fs/reiserfs/" -SRC_URI="mirror://kernel/linux/utils/fs/reiserfs/${P}.tar.xz - mirror://kernel/linux/kernel/people/jeffm/${PN}/v${PV}/${P}.tar.xz" +SRC_URI="https://www.kernel.org/pub/linux/utils/fs/reiserfs/${P}.tar.xz + https://www.kernel.org/pub/linux/kernel/people/jeffm/${PN}/v${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild index feb4dea8f90..b3cade31573 100644 --- a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild +++ b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.27.ebuild @@ -7,8 +7,8 @@ inherit autotools flag-o-matic usr-ldscript DESCRIPTION="Reiserfs Utilities" HOMEPAGE="https://www.kernel.org/pub/linux/utils/fs/reiserfs/" -SRC_URI="mirror://kernel/linux/utils/fs/reiserfs/${P}.tar.xz - mirror://kernel/linux/kernel/people/jeffm/${PN}/v${PV}/${P}.tar.xz" +SRC_URI="https://www.kernel.org/pub/linux/utils/fs/reiserfs/${P}.tar.xz + https://www.kernel.org/pub/linux/kernel/people/jeffm/${PN}/v${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"