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: Fri, 04 Nov 2022 10:31:57
Message-Id: 1667557835.c0c636bc63ed1ca79a5a00a4923f67b0a88d27a2.mgorny@gentoo
1 commit: c0c636bc63ed1ca79a5a00a4923f67b0a88d27a2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 4 10:30:35 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 10:30:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c636bc
7
8 sys-devel/clang-common: Remove 16.0.0_pre20221016
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang-common/Manifest | 1 -
13 .../clang-common-16.0.0_pre20221016-r1.ebuild | 126 ---------------------
14 2 files changed, 127 deletions(-)
15
16 diff --git a/sys-devel/clang-common/Manifest b/sys-devel/clang-common/Manifest
17 index 841b675870dc..59a8a48ba599 100644
18 --- a/sys-devel/clang-common/Manifest
19 +++ b/sys-devel/clang-common/Manifest
20 @@ -1,6 +1,5 @@
21 DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B ee67c5407df8cef493b9c0004f15e428f22a536a17e5f4e3eb29a003b8a8ec0abe0fa3e072591161d5f30ef7d8867c1ce34d1b341ad858e93c00263499941a99 SHA512 6fc6eeb60fac698702d1aac495fc0161eb7216a1f8db2020af8fccec5837831f7cc20dc2a169bf4f0b5f520748280b4a86621f3697d622aa58faaa45dbfaad13
22 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f SHA512 b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
23 -DIST llvm-project-14f996dca8a2b5b17d6917528bfd9ee71ba6192a.tar.gz 169054148 BLAKE2B a23af6658a6ea8a7cb4272faef151937da229e39383ec068d7ef81e72a25d2a46dc2a86255a7f1148b7385b339d1c17e62f627df834d8eccc39be8921575f88d SHA512 e719d296016e7af718d022424c337a5df8d7124fdb49b9f219ab2a5dc592e6a59f6c09064775ea9349bcf4eed9d72214abb648de649ab872174c35635c945c04
24 DIST llvm-project-15.0.3.src.tar.xz 112069972 BLAKE2B 3d29bab890467ba87fedcc4e76522f444e63e3dfbe546793f8e67821bcd403bad460ea176254c9e0b72d60ea56b8480e498a7f610477c1108732d178804c26cd SHA512 d378d417f01c56534f301cfe6cb4958d811c04ae22acaacc917e7e5f0380859d40ce19dffb265d046b70fff95dbc2e759f492e4d5af0ade52f21ebaa8da65856
25 DIST llvm-project-15.0.3.src.tar.xz.sig 438 BLAKE2B e7e0614e144eb878f694c12e97cf42ff8476e47cb55e8f259eb2ec52e303463ad753771271512e89baf0137c1382b11cfa028c85324174ebcd054a124000f537 SHA512 41229bebdb0c2df9a5e3a4d6f02d39fac7dc91f21895a659523beab4fa3ef99ff06eff5e4386221369b6e2b6f8fe974d67b7d8496d5911ce484d09ae0db8b916
26 DIST llvm-project-15.0.4.src.tar.xz 110936424 BLAKE2B a02b76ad161e352b4d3d84baffdada9c6a0e704de7a2c4017df4d4d05a9e9d02113791cd7d91c3edfa1f5bcb7ab95e1772d60f7061514928c6828600f41a8322 SHA512 9d5b664dd77c08130601636f9d6c006b257f369470ce823aa56d06698a9f0edfec42f2c90da934b9ad52c4d7960d9a024ea46dc9640275be6d191b1ba9869459
27
28 diff --git a/sys-devel/clang-common/clang-common-16.0.0_pre20221016-r1.ebuild b/sys-devel/clang-common/clang-common-16.0.0_pre20221016-r1.ebuild
29 deleted file mode 100644
30 index 3e43f51a0aab..000000000000
31 --- a/sys-devel/clang-common/clang-common-16.0.0_pre20221016-r1.ebuild
32 +++ /dev/null
33 @@ -1,126 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -inherit bash-completion-r1 llvm.org
40 -
41 -DESCRIPTION="Common files shared between multiple slots of clang"
42 -HOMEPAGE="https://llvm.org/"
43 -
44 -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
45 -SLOT="0"
46 -KEYWORDS=""
47 -IUSE="
48 - default-compiler-rt default-libcxx default-lld llvm-libunwind
49 - stricter
50 -"
51 -
52 -PDEPEND="
53 - sys-devel/clang:*
54 - default-compiler-rt? (
55 - sys-devel/clang-runtime[compiler-rt]
56 - llvm-libunwind? ( sys-libs/llvm-libunwind )
57 - !llvm-libunwind? ( sys-libs/libunwind )
58 - )
59 - !default-compiler-rt? ( sys-devel/gcc )
60 - default-libcxx? ( >=sys-libs/libcxx-${PV} )
61 - !default-libcxx? ( sys-devel/gcc )
62 - default-lld? ( sys-devel/lld )
63 - !default-lld? ( sys-devel/binutils )
64 -"
65 -IDEPEND="
66 - !default-compiler-rt? ( sys-devel/gcc-config )
67 - !default-libcxx? ( sys-devel/gcc-config )
68 -"
69 -
70 -LLVM_COMPONENTS=( clang/utils )
71 -llvm.org_set_globals
72 -
73 -pkg_pretend() {
74 - [[ ${CLANG_IGNORE_DEFAULT_RUNTIMES} ]] && return
75 -
76 - local flag missing_flags=()
77 - for flag in default-{compiler-rt,libcxx,lld}; do
78 - if ! use "${flag}" && has_version "sys-devel/clang[${flag}]"; then
79 - missing_flags+=( "${flag}" )
80 - fi
81 - done
82 -
83 - if [[ ${missing_flags[@]} ]]; then
84 - eerror "It seems that you have the following flags set on sys-devel/clang:"
85 - eerror
86 - eerror " ${missing_flags[*]}"
87 - eerror
88 - eerror "The default runtimes are now set via flags on sys-devel/clang-common."
89 - eerror "The build is being aborted to prevent breakage. Please either set"
90 - eerror "the respective flags on this ebuild, e.g.:"
91 - eerror
92 - eerror " sys-devel/clang-common ${missing_flags[*]}"
93 - eerror
94 - eerror "or build with CLANG_IGNORE_DEFAULT_RUNTIMES=1."
95 - die "Mismatched defaults detected between sys-devel/clang and sys-devel/clang-common"
96 - fi
97 -}
98 -
99 -src_install() {
100 - newbashcomp bash-autocomplete.sh clang
101 -
102 - insinto /etc/clang
103 - newins - gentoo-runtimes.cfg <<-EOF
104 - # This file is initially generated by sys-devel/clang-runtime.
105 - # It is used to control the default runtimes using by clang.
106 -
107 - --rtlib=$(usex default-compiler-rt compiler-rt libgcc)
108 - --unwindlib=$(usex default-compiler-rt libunwind libgcc)
109 - --stdlib=$(usex default-libcxx libc++ libstdc++)
110 - -fuse-ld=$(usex default-lld lld bfd)
111 - EOF
112 -
113 - newins - gentoo-gcc-install.cfg <<-EOF
114 - # This file is maintained by gcc-config.
115 - # It is used to specify the selected GCC installation.
116 - EOF
117 -
118 - newins - gentoo-common.cfg <<-EOF
119 - # This file contains flags common to clang, clang++ and clang-cpp.
120 - @gentoo-runtimes.cfg
121 - @gentoo-gcc-install.cfg
122 - EOF
123 -
124 - if use stricter; then
125 - newins - gentoo-stricter.cfg <<-EOF
126 - # This file increases the strictness of older clang versions
127 - # to match the newest upstream version.
128 -
129 - # clang-16 defaults
130 - -Werror=implicit-function-declaration
131 - -Werror=implicit-int
132 - -Werror=incompatible-function-pointer-types
133 - EOF
134 -
135 - cat >> "${ED}/etc/clang/gentoo-common.cfg" <<-EOF || die
136 - @gentoo-stricter.cfg
137 - EOF
138 - fi
139 -
140 - local tool
141 - for tool in clang{,++,-cpp}; do
142 - newins - "${tool}.cfg" <<-EOF
143 - # This configuration file is used by ${tool} driver.
144 - @gentoo-common.cfg
145 - EOF
146 - done
147 -}
148 -
149 -pkg_preinst() {
150 - if has_version -b sys-devel/gcc-config && has_version sys-devel/gcc
151 - then
152 - local gcc_path=$(gcc-config --get-lib-path 2>/dev/null)
153 - if [[ -n ${gcc_path} ]]; then
154 - cat >> "${ED}/etc/clang/gentoo-gcc-install.cfg" <<-EOF
155 - --gcc-install-dir="${gcc_path%%:*}"
156 - EOF
157 - fi
158 - fi
159 -}