summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Asplund <peter.azp@gmail.com>2018-02-17 21:10:09 +0100
committerPeter Asplund <peter.azp@gmail.com>2018-02-17 21:10:09 +0100
commit6d2133082c1811e233d5adf95ae682cbd12fa077 (patch)
tree846a218f8dce3cce80c590b7d18ee62021334a29
parentAdd renderdoc and remove old oclint (diff)
downloadAzP-6d2133082c1811e233d5adf95ae682cbd12fa077.tar.gz
AzP-6d2133082c1811e233d5adf95ae682cbd12fa077.tar.bz2
AzP-6d2133082c1811e233d5adf95ae682cbd12fa077.zip
Add renderdoc and remove old oclint
-rw-r--r--dev-cpp/oclint/oclint-0.10.2.ebuild28
-rw-r--r--dev-cpp/oclint/oclint-0.11.ebuild28
2 files changed, 0 insertions, 56 deletions
diff --git a/dev-cpp/oclint/oclint-0.10.2.ebuild b/dev-cpp/oclint/oclint-0.10.2.ebuild
deleted file mode 100644
index 896ef1d..0000000
--- a/dev-cpp/oclint/oclint-0.10.2.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
-}
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
-}