summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-24 15:47:18 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-24 16:40:59 +0200
commit59851ffd0d70cd3f20d8114ceacea77f742bfd0e (patch)
treec00994a00f8d5a40c282c5f41e61e946d95bc54d /sys-devel/llvm-common/llvm-common-11.1.0.ebuild
parentsys-devel/llvm: Remove LLVM 11 (diff)
downloadgentoo-59851ffd0d70cd3f20d8114ceacea77f742bfd0e.tar.gz
gentoo-59851ffd0d70cd3f20d8114ceacea77f742bfd0e.tar.bz2
gentoo-59851ffd0d70cd3f20d8114ceacea77f742bfd0e.zip
sys-devel/llvm-common: Remove LLVM 11
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25182 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm-common/llvm-common-11.1.0.ebuild')
-rw-r--r--sys-devel/llvm-common/llvm-common-11.1.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-devel/llvm-common/llvm-common-11.1.0.ebuild b/sys-devel/llvm-common/llvm-common-11.1.0.ebuild
deleted file mode 100644
index 277a3cc44f96..000000000000
--- a/sys-devel/llvm-common/llvm-common-11.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit llvm.org
-
-DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="https://llvm.org/"
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
-IUSE=""
-
-RDEPEND="!sys-devel/llvm:0"
-
-LLVM_COMPONENTS=( llvm/utils/vim )
-llvm.org_set_globals
-
-src_install() {
- insinto /usr/share/vim/vimfiles
- doins -r */
- # some users may find it useful
- newdoc README README.vim
- dodoc vimrc
-}