summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-cppcheck
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2015-07-22 16:31:30 +0200
committerAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2015-07-22 16:31:30 +0200
commit059abd910a39f12a380be6eb706c443d7b39e355 (patch)
tree25a96a198346427c74992759a4ca6d610f46b9be /dev-util/kdevelop-cppcheck
parentc1a0a33d539f84eb62d66941c6636414fb1b2ed2 (diff)
downloadkde-059abd910a39f12a380be6eb706c443d7b39e355.tar.gz
kde-059abd910a39f12a380be6eb706c443d7b39e355.tar.bz2
kde-059abd910a39f12a380be6eb706c443d7b39e355.zip
[kdevelop-cppcheck] New package
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-util/kdevelop-cppcheck')
-rw-r--r--dev-util/kdevelop-cppcheck/kdevelop-cppcheck-9999.ebuild36
-rw-r--r--dev-util/kdevelop-cppcheck/metadata.xml5
2 files changed, 41 insertions, 0 deletions
diff --git a/dev-util/kdevelop-cppcheck/kdevelop-cppcheck-9999.ebuild b/dev-util/kdevelop-cppcheck/kdevelop-cppcheck-9999.ebuild
new file mode 100644
index 00000000000..1323c9aabfd
--- /dev/null
+++ b/dev-util/kdevelop-cppcheck/kdevelop-cppcheck-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDEBASE="kdevelop"
+KMNAME="kdev-cppcheck"
+inherit kde5
+
+DESCRIPTION="cppcheck support for kdevelop"
+LICENSE="GPL-2"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep ktexteditor)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep threadweaver)
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtwidgets:5
+ dev-util/kdevplatform:5
+"
+DEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kxmlgui)
+"
+RDEPEND="${COMMON_DEPEND}
+ dev-util/cppcheck
+ dev-util/kdevelop:5
+"
diff --git a/dev-util/kdevelop-cppcheck/metadata.xml b/dev-util/kdevelop-cppcheck/metadata.xml
new file mode 100644
index 00000000000..a23f444b67d
--- /dev/null
+++ b/dev-util/kdevelop-cppcheck/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>