summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-05-13 08:49:49 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-13 08:49:49 +0100
commit428934910d0e8b9868398e2b872a75081cf7632b (patch)
tree1735700ad849653424329902e029aeb0ba82b8c7 /dev-util/include-what-you-use
parentdev-util/include-what-you-use: set upper bound to clang-3.7 (diff)
downloadgentoo-428934910d0e8b9868398e2b872a75081cf7632b.tar.gz
gentoo-428934910d0e8b9868398e2b872a75081cf7632b.tar.bz2
gentoo-428934910d0e8b9868398e2b872a75081cf7632b.zip
dev-util/include-what-you-use: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-util/include-what-you-use')
-rw-r--r--dev-util/include-what-you-use/include-what-you-use-3.6-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-util/include-what-you-use/include-what-you-use-3.6-r1.ebuild b/dev-util/include-what-you-use/include-what-you-use-3.6-r1.ebuild
deleted file mode 100644
index a959f45c54cb..000000000000
--- a/dev-util/include-what-you-use/include-what-you-use-3.6-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils cmake-utils flag-o-matic
-
-WEIRD_UPSREAM_VERSION=0.4
-
-DESCRIPTION="find unused include directives in C/C++ programs"
-HOMEPAGE="http://include-what-you-use.org/"
-SRC_URI="http://include-what-you-use.org/downloads/${PN}-${WEIRD_UPSREAM_VERSION}.src.tar.gz -> ${P}.src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=sys-devel/llvm-3.6
- >=sys-devel/clang-3.6
-"
-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
-}