commit: f476ea8c43dad4094d66a6af7e6e31fafba8ec1a
Author: Petros S (Petross404) <petross404 <AT> gmail <DOT> com>
AuthorDate: Sun May 14 20:34:53 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 17 07:39:03 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f476ea8c
dev-util/kdevelop-clang-tidy: New package
Gentoo-bug: 618226
Package-Manager: Portage-2.3.5, Repoman-2.3.1
.../kdevelop-clang-tidy-9999.ebuild | 34 ++++++++++++++++++++++
dev-util/kdevelop-clang-tidy/metadata.xml | 8 +++++
2 files changed, 42 insertions(+)
diff --git a/dev-util/kdevelop-clang-tidy/kdevelop-clang-tidy-9999.ebuild
b/dev-util/kdevelop-clang-tidy/kdevelop-clang-tidy-9999.ebuild
new file mode 100644
index 0000000000..0dac6c053c
--- /dev/null
+++ b/dev-util/kdevelop-clang-tidy/kdevelop-clang-tidy-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDEBASE="kdevelop"
+KDE_TEST="forceoptional"
+KMNAME="kdev-clang-tidy"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="KDevelop plugin for clang-tidy static analysis support"
+LICENSE="GPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep ktexteditor)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ dev-util/kdevplatform:5
+"
+DEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep threadweaver)
+"
+RDEPEND="${COMMON_DEPEND}
+ dev-util/kdevelop:5
+"
diff --git a/dev-util/kdevelop-clang-tidy/metadata.xml
b/dev-util/kdevelop-clang-tidy/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/dev-util/kdevelop-clang-tidy/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>