Gentoo Archives: gentoo-commits

From: Jason Donenfeld <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/sparse/
Date: Sun, 25 Feb 2018 19:46:23
Message-Id: 1519587959.4ca54e22582ec2da3f687f4a2eb818c54381587c.zx2c4@gentoo
1 commit: 4ca54e22582ec2da3f687f4a2eb818c54381587c
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 25 19:45:24 2018 +0000
4 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 25 19:45:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca54e22
7
8 sys-devel/sparse: update distribution URI
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-devel/sparse/Manifest | 2 +-
13 sys-devel/sparse/sparse-0.5.1.ebuild | 2 +-
14 sys-devel/sparse/sparse-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-devel/sparse/Manifest b/sys-devel/sparse/Manifest
18 index 089768e1271..d6cc9aa6606 100644
19 --- a/sys-devel/sparse/Manifest
20 +++ b/sys-devel/sparse/Manifest
21 @@ -1 +1 @@
22 -DIST sparse-0.5.1.tar.gz 278241 BLAKE2B 6004631c97e2a126d1e239aa1d8fcc540a92b3f63a6a2615f2f63b79a001495e8b27ffa7377c57b43227f3b50288be24cb4657c7801806f7c6d1d11b0f8c8ee9 SHA512 04a26e2b44d99e7402b5e8a8f61ecbd62adbc9c481a0c3c8e0ab2f9599d99f50679ce3f3d0c1ccfd6204c6ec5d9fa272f9fc4c4d21173897ebd592d14c6ee852
23 +DIST sparse-0.5.1.tar.xz 215144 BLAKE2B 209aa7cf34a9135dae38466a0ba41ff4fb888c363ed59a68a5820d4b6ef1636d717b8172a6d638d9dbc61197efb7a3e06ef85830b6f1c359737520b4b3aa0fbe SHA512 f7fc516ef8343a4153b9bda1b50b326dcd55a77fce5acccd9aa4c5636d6510573c7e26b0a7ca1df847082faf2be2d292336ad1cec855e395703a6b1e04d3a8a1
24
25 diff --git a/sys-devel/sparse/sparse-0.5.1.ebuild b/sys-devel/sparse/sparse-0.5.1.ebuild
26 index aad07d85db7..a2645e71308 100644
27 --- a/sys-devel/sparse/sparse-0.5.1.ebuild
28 +++ b/sys-devel/sparse/sparse-0.5.1.ebuild
29 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
30 EGIT_REPO_URI="https://git.kernel.org/pub/scm/devel/${PN}/${PN}.git"
31 KEYWORDS=""
32 else
33 - SRC_URI="https://git.kernel.org/pub/scm/devel/${PN}/${PN}.git/snapshot/${P}.tar.gz"
34 + SRC_URI="mirror://kernel/software/devel/${PN}/dist/${P}.tar.xz"
35 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
36 fi
37
38
39 diff --git a/sys-devel/sparse/sparse-9999.ebuild b/sys-devel/sparse/sparse-9999.ebuild
40 index 800ee845a61..43d03a624df 100644
41 --- a/sys-devel/sparse/sparse-9999.ebuild
42 +++ b/sys-devel/sparse/sparse-9999.ebuild
43 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
44 EGIT_REPO_URI="https://git.kernel.org/pub/scm/devel/${PN}/${PN}.git"
45 KEYWORDS=""
46 else
47 - SRC_URI="https://git.kernel.org/pub/scm/devel/${PN}/${PN}.git/snapshot/${P}.tar.gz"
48 + SRC_URI="mirror://kernel/software/devel/${PN}/dist/${P}.tar.xz"
49 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
50 fi