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 B9CD71382C5 for ; Sun, 25 Feb 2018 19:46:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E49A1E07EC; Sun, 25 Feb 2018 19:46:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BF116E07EC for ; Sun, 25 Feb 2018 19:46:22 +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 88857335C38 for ; Sun, 25 Feb 2018 19:46:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C5CB1E1 for ; Sun, 25 Feb 2018 19:46:20 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1519587959.4ca54e22582ec2da3f687f4a2eb818c54381587c.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/sparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/sparse/Manifest sys-devel/sparse/sparse-0.5.1.ebuild sys-devel/sparse/sparse-9999.ebuild X-VCS-Directories: sys-devel/sparse/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 4ca54e22582ec2da3f687f4a2eb818c54381587c X-VCS-Branch: master Date: Sun, 25 Feb 2018 19:46:20 +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: 23e0bc9e-92a9-47fb-9226-5eeec2ef0504 X-Archives-Hash: e4f0564a2f114ff27a6668f04671221f commit: 4ca54e22582ec2da3f687f4a2eb818c54381587c Author: Jason A. Donenfeld gentoo org> AuthorDate: Sun Feb 25 19:45:24 2018 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Sun Feb 25 19:45:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca54e22 sys-devel/sparse: update distribution URI Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-devel/sparse/Manifest | 2 +- sys-devel/sparse/sparse-0.5.1.ebuild | 2 +- sys-devel/sparse/sparse-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/sparse/Manifest b/sys-devel/sparse/Manifest index 089768e1271..d6cc9aa6606 100644 --- a/sys-devel/sparse/Manifest +++ b/sys-devel/sparse/Manifest @@ -1 +1 @@ -DIST sparse-0.5.1.tar.gz 278241 BLAKE2B 6004631c97e2a126d1e239aa1d8fcc540a92b3f63a6a2615f2f63b79a001495e8b27ffa7377c57b43227f3b50288be24cb4657c7801806f7c6d1d11b0f8c8ee9 SHA512 04a26e2b44d99e7402b5e8a8f61ecbd62adbc9c481a0c3c8e0ab2f9599d99f50679ce3f3d0c1ccfd6204c6ec5d9fa272f9fc4c4d21173897ebd592d14c6ee852 +DIST sparse-0.5.1.tar.xz 215144 BLAKE2B 209aa7cf34a9135dae38466a0ba41ff4fb888c363ed59a68a5820d4b6ef1636d717b8172a6d638d9dbc61197efb7a3e06ef85830b6f1c359737520b4b3aa0fbe SHA512 f7fc516ef8343a4153b9bda1b50b326dcd55a77fce5acccd9aa4c5636d6510573c7e26b0a7ca1df847082faf2be2d292336ad1cec855e395703a6b1e04d3a8a1 diff --git a/sys-devel/sparse/sparse-0.5.1.ebuild b/sys-devel/sparse/sparse-0.5.1.ebuild index aad07d85db7..a2645e71308 100644 --- a/sys-devel/sparse/sparse-0.5.1.ebuild +++ b/sys-devel/sparse/sparse-0.5.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/devel/${PN}/${PN}.git" KEYWORDS="" else - SRC_URI="https://git.kernel.org/pub/scm/devel/${PN}/${PN}.git/snapshot/${P}.tar.gz" + SRC_URI="mirror://kernel/software/devel/${PN}/dist/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi diff --git a/sys-devel/sparse/sparse-9999.ebuild b/sys-devel/sparse/sparse-9999.ebuild index 800ee845a61..43d03a624df 100644 --- a/sys-devel/sparse/sparse-9999.ebuild +++ b/sys-devel/sparse/sparse-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/devel/${PN}/${PN}.git" KEYWORDS="" else - SRC_URI="https://git.kernel.org/pub/scm/devel/${PN}/${PN}.git/snapshot/${P}.tar.gz" + SRC_URI="mirror://kernel/software/devel/${PN}/dist/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi