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 C4AD1138335 for ; Sat, 5 Oct 2019 18:56:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12BA9E089A; Sat, 5 Oct 2019 18:56:04 +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 EEFA1E089A for ; Sat, 5 Oct 2019 18:56:03 +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 6D25C34B9AD for ; Sat, 5 Oct 2019 18:56:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2CA5829 for ; Sat, 5 Oct 2019 18:55:59 +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: <1570301642.b42ab9cb28e2a1064c3e10c44f333bd9a28fe366.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/man-pages/man-pages-5.01.ebuild sys-apps/man-pages/man-pages-5.02.ebuild X-VCS-Directories: sys-apps/man-pages/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b42ab9cb28e2a1064c3e10c44f333bd9a28fe366 X-VCS-Branch: master Date: Sat, 5 Oct 2019 18:55:59 +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: 743d5f79-ac17-4fe0-820d-edaeab9df64f X-Archives-Hash: 7da1d79b9e96eb20694c4048ceaca62b commit: b42ab9cb28e2a1064c3e10c44f333bd9a28fe366 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 30 06:48:57 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 5 18:54:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42ab9cb sys-apps/man-pages: Inline mirror://kernel Signed-off-by: Michał Górny gentoo.org> sys-apps/man-pages/man-pages-5.01.ebuild | 4 ++-- sys-apps/man-pages/man-pages-5.02.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/man-pages/man-pages-5.01.ebuild b/sys-apps/man-pages/man-pages-5.01.ebuild index 54ff0e614ce..8572a75e3a4 100644 --- a/sys-apps/man-pages/man-pages-5.01.ebuild +++ b/sys-apps/man-pages/man-pages-5.01.ebuild @@ -7,8 +7,8 @@ GENTOO_PATCH=2 DESCRIPTION="A somewhat comprehensive collection of Linux man pages" HOMEPAGE="https://www.kernel.org/doc/man-pages/" -SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz - mirror://kernel/linux/docs/man-pages/${P}.tar.xz +SRC_URI="https://www.kernel.org/pub/linux/docs/man-pages/Archive/${P}.tar.xz + https://www.kernel.org/pub/linux/docs/man-pages/${P}.tar.xz mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2 https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2" diff --git a/sys-apps/man-pages/man-pages-5.02.ebuild b/sys-apps/man-pages/man-pages-5.02.ebuild index 8c3cec6cb63..ea909f0780a 100644 --- a/sys-apps/man-pages/man-pages-5.02.ebuild +++ b/sys-apps/man-pages/man-pages-5.02.ebuild @@ -7,8 +7,8 @@ GENTOO_PATCH=2 DESCRIPTION="A somewhat comprehensive collection of Linux man pages" HOMEPAGE="https://www.kernel.org/doc/man-pages/" -SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz - mirror://kernel/linux/docs/man-pages/${P}.tar.xz +SRC_URI="https://www.kernel.org/pub/linux/docs/man-pages/Archive/${P}.tar.xz + https://www.kernel.org/pub/linux/docs/man-pages/${P}.tar.xz mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2 https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2"