Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-common/
Date: Wed, 19 Sep 2018 20:23:07
Message-Id: 1537388188.beede507f3db525c0d9d9e15640f7601a9a85444.mgorny@gentoo
1 commit: beede507f3db525c0d9d9e15640f7601a9a85444
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 19 17:16:06 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 19 20:16:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beede507
7
8 sys-devel/clang-common: Bump to 7.0.0 final
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang-common/Manifest | 2 +-
13 .../{clang-common-7.0.0_rc3.ebuild => clang-common-7.0.0.ebuild} | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-devel/clang-common/Manifest b/sys-devel/clang-common/Manifest
17 index 9d33afcec0d..c3ae2bbac32 100644
18 --- a/sys-devel/clang-common/Manifest
19 +++ b/sys-devel/clang-common/Manifest
20 @@ -1,2 +1,2 @@
21 DIST cfe-6.0.1.src.tar.xz 11905772 BLAKE2B abb60e9f9827d1d8a24f0aaf8a1d1e32979293cc401258d230f93290e633645747fd0344af189ac7081b06be2cada503364e1e432b37110ade4b3578e40c7605 SHA512 f64ba9290059f6e36fee41c8f32bf483609d31c291fcd2f77d41fecfdf3c8233a5e23b93a1c73fed03683823bd6e72757ed993dd32527de3d5f2b7a64bb031b9
22 -DIST cfe-7.0.0rc3.src.tar.xz 12541108 BLAKE2B a9c466d249075f78b93f963bfc0f6f9a592c7c12fa006be748ddab01634ed2d4b726455016f9aa3cc3597eeeaf98c8e897b4eb0c20d3de3e554d886326c2290f SHA512 ccea3fda77861d841feb6325db74bbaf42c2ff3a6262d76eacb39ac1c19cc781e917bd172d1f52ebc61c55dd3eb614fc44394719fad067033cc8b1eeb20ec6c6
23 +DIST cfe-7.0.0.src.tar.xz 12541904 BLAKE2B 92ecfcb37e7efb4f3dde275e7a087a52f1ddc607bee78fd222f87e6391ab7deb9a4e761c05e405126f46170fdff04aeaf9bd1e886a326c92a064ca81be4e6f21 SHA512 17a658032a0160c57d4dc23cb45a1516a897e0e2ba4ebff29472e471feca04c5b68cff351cdf231b42aab0cff587b84fe11b921d1ca7194a90e6485913d62cb7
24
25 diff --git a/sys-devel/clang-common/clang-common-7.0.0_rc3.ebuild b/sys-devel/clang-common/clang-common-7.0.0.ebuild
26 similarity index 80%
27 rename from sys-devel/clang-common/clang-common-7.0.0_rc3.ebuild
28 rename to sys-devel/clang-common/clang-common-7.0.0.ebuild
29 index 144dd9bebea..4cc3e42ef4b 100644
30 --- a/sys-devel/clang-common/clang-common-7.0.0_rc3.ebuild
31 +++ b/sys-devel/clang-common/clang-common-7.0.0.ebuild
32 @@ -8,11 +8,11 @@ inherit bash-completion-r1
33 MY_P=cfe-${PV/_/}.src
34 DESCRIPTION="Common files shared between multiple slots of clang"
35 HOMEPAGE="https://llvm.org/"
36 -SRC_URI="https://prereleases.llvm.org/${PV/_//}/${MY_P}.tar.xz"
37 +SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz"
38
39 LICENSE="UoI-NCSA"
40 SLOT="0"
41 -KEYWORDS=""
42 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
43 IUSE=""
44
45 PDEPEND="sys-devel/clang:*"