summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-08 10:29:03 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-09 20:20:25 +0100
commit8244a2aad6999f9b907929c3ed364d54792e09ce (patch)
treef66b10cc36757fe0eeadbbf7ea73205636f7bfa0 /sys-devel/llvm-common/llvm-common-6.0.1.ebuild
parentsys-devel/llvm: Remove 6* (diff)
downloadgentoo-8244a2aad6999f9b907929c3ed364d54792e09ce.tar.gz
gentoo-8244a2aad6999f9b907929c3ed364d54792e09ce.tar.bz2
gentoo-8244a2aad6999f9b907929c3ed364d54792e09ce.zip
sys-devel/llvm-common: Remove 6*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm-common/llvm-common-6.0.1.ebuild')
-rw-r--r--sys-devel/llvm-common/llvm-common-6.0.1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/sys-devel/llvm-common/llvm-common-6.0.1.ebuild b/sys-devel/llvm-common/llvm-common-6.0.1.ebuild
deleted file mode 100644
index 5f3bbef8c0b7..000000000000
--- a/sys-devel/llvm-common/llvm-common-6.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P=llvm-${PV/_/}.src
-DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="https://llvm.org/"
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="!sys-devel/llvm:0"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- einfo "Unpacking parts of ${MY_P}.tar.xz ..."
- tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/utils/vim" || die
-}
-
-src_configure() { :; }
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
- insinto /usr/share/vim/vimfiles
- doins -r utils/vim/*/
- # some users may find it useful
- newdoc utils/vim/README README.vim
- dodoc utils/vim/vimrc
-}