commit:     8acf9b84da31a783243693ca62c1ee54d85fb1da
Author:     Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Tue Jun 25 08:27:20 2024 +0000
Commit:     gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Sun Jun 30 21:07:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=8acf9b84

Revert "sys-devel/clang-common: Remove LLVM 14"

This reverts commit bee3e15ba3d44d1d55cab86b7a2bf97b2a932b9e.

Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>

 sys-devel/clang-common/clang-common-14.0.6.ebuild | 24 +++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/sys-devel/clang-common/clang-common-14.0.6.ebuild 
b/sys-devel/clang-common/clang-common-14.0.6.ebuild
new file mode 100644
index 0000000..38e08a5
--- /dev/null
+++ b/sys-devel/clang-common/clang-common-14.0.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 llvm.org
+
+DESCRIPTION="Common files shared between multiple slots of clang"
+HOMEPAGE="https://llvm.org/";
+
+LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ppc-macos 
~x64-macos"
+
+PDEPEND="
+       sys-devel/clang:*
+"
+
+LLVM_COMPONENTS=( clang/utils )
+llvm.org_set_globals
+
+src_install() {
+       newbashcomp bash-autocomplete.sh clang
+}

Reply via email to