summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetros S (Petross404) <petross404@gmail.com>2017-05-14 22:34:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-17 09:39:03 +0200
commitf476ea8c43dad4094d66a6af7e6e31fafba8ec1a (patch)
tree61f9ce370340758265c96f4d5b3c4087e486bf9b
parent8137013c5692ff536a962ddc7f9fa16d3d6e434f (diff)
downloadkde-f476ea8c43dad4094d66a6af7e6e31fafba8ec1a.tar.gz
kde-f476ea8c43dad4094d66a6af7e6e31fafba8ec1a.tar.bz2
kde-f476ea8c43dad4094d66a6af7e6e31fafba8ec1a.zip
dev-util/kdevelop-clang-tidy: New package
Gentoo-bug: 618226 Package-Manager: Portage-2.3.5, Repoman-2.3.1
-rw-r--r--dev-util/kdevelop-clang-tidy/kdevelop-clang-tidy-9999.ebuild34
-rw-r--r--dev-util/kdevelop-clang-tidy/metadata.xml8
2 files changed, 42 insertions, 0 deletions
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 00000000000..0dac6c053c9
--- /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 00000000000..2fdbf33d963
--- /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>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>