diff options
Diffstat (limited to 'dev-cpp/oclint/oclint-0.11.ebuild')
-rw-r--r-- | dev-cpp/oclint/oclint-0.11.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-cpp/oclint/oclint-0.11.ebuild b/dev-cpp/oclint/oclint-0.11.ebuild deleted file mode 100644 index 896ef1d..0000000 --- a/dev-cpp/oclint/oclint-0.11.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Static code analysis tool for improving quality and reducing defects in C, C++ and Objective-C code" -HOMEPAGE="http://oclint.org/" -SRC_URI="https://github.com/oclint/oclint/archive/v${PV}.tar.gz" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="sys-devel/llvm" - -src_unpack() { - default - mv "${WORKDIR}"/* ${S} -} - -src_configure() { - local mycmakeargs="-D LLVM_ROOT=/usr/" - CMAKE_USE_DIR="${S}"/oclint-core cmake-utils_src_configure -} |