diff options
author | 2017-05-24 13:21:47 +0200 | |
---|---|---|
committer | 2017-06-03 10:27:27 +0200 | |
commit | 657a3359480beb7de63bc0aab9430f8444addc3e (patch) | |
tree | 8053f2112617cdc507273c6c822db4f53a6436d3 /dev-util/include-what-you-use/include-what-you-use-3.5.ebuild | |
parent | sys-devel/llvm: Fix CHOST symlinks for 3.4.2-r100 (diff) | |
download | gentoo-657a3359480beb7de63bc0aab9430f8444addc3e.tar.gz gentoo-657a3359480beb7de63bc0aab9430f8444addc3e.tar.bz2 gentoo-657a3359480beb7de63bc0aab9430f8444addc3e.zip |
dev-util/include-what-you-use: Clean old up
Remove versions requiring LLVM older than the current stable (3.9).
Diffstat (limited to 'dev-util/include-what-you-use/include-what-you-use-3.5.ebuild')
-rw-r--r-- | dev-util/include-what-you-use/include-what-you-use-3.5.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-util/include-what-you-use/include-what-you-use-3.5.ebuild b/dev-util/include-what-you-use/include-what-you-use-3.5.ebuild deleted file mode 100644 index 5ae300882cc2..000000000000 --- a/dev-util/include-what-you-use/include-what-you-use-3.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils cmake-utils flag-o-matic - -DESCRIPTION="find unused include directives in C/C++ programs" -HOMEPAGE="https://github.com/include-what-you-use/include-what-you-use" -SRC_URI="http://include-what-you-use.com/downloads/include-what-you-use-3.5.src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="=sys-devel/llvm-3.5* - =sys-devel/clang-3.5*" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch_user -} - -src_configure() { - append-ldflags -L$(llvm-config --libdir) - - local mycmakeargs=( - -DLLVM_PATH=$(llvm-config --libdir) - ) - cmake-utils_src_configure -} |