From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73C021396D0 for ; Tue, 15 Aug 2017 09:16:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AECFC1FC05E; Tue, 15 Aug 2017 09:16:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81F2B1FC05E for ; Tue, 15 Aug 2017 09:16:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81132341833 for ; Tue, 15 Aug 2017 09:16:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28AF8784B for ; Tue, 15 Aug 2017 09:16:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1502786496.8793e463a2dfdb8b89dd1a9083379e908b5e6fd4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-5.1.9999.ebuild dev-util/kdevelop/kdevelop-9999.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8793e463a2dfdb8b89dd1a9083379e908b5e6fd4 X-VCS-Branch: master Date: Tue, 15 Aug 2017 09:16:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 51864229-e5be-4883-a7f2-da2b2bd163ef X-Archives-Hash: 0688d7b87845f596631c0b27bc6c7f5d commit: 8793e463a2dfdb8b89dd1a9083379e908b5e6fd4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 15 08:41:36 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 15 08:41:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8793e463 dev-util/kdevelop: Drop USE=qthelp, raise min. clang to 3.8.0 Add more info about optional runtime dependencies. Package-Manager: Portage-2.3.7, Repoman-2.3.3 dev-util/kdevelop/kdevelop-5.1.9999.ebuild | 8 ++++++++ dev-util/kdevelop/kdevelop-9999.ebuild | 15 +++++++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-5.1.9999.ebuild b/dev-util/kdevelop/kdevelop-5.1.9999.ebuild index 5830cee06b..d9f720e8f1 100644 --- a/dev-util/kdevelop/kdevelop-5.1.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-5.1.9999.ebuild @@ -87,3 +87,11 @@ src_configure() { kde5_src_configure } + +pkg_postinst() { + kde5_pkg_postinst + + if ! has_version "dev-util/cppcheck" ; then + elog "For static C/C++ code analysis support, please install dev-util/cppcheck" + fi +} diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index a2e611bc0d..700ad7578b 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more" LICENSE="GPL-2 LGPL-2" -IUSE="cvs +gdbui okteta +plasma +qmake qthelp reviewboard subversion webkit +welcomepage" +IUSE="cvs +gdbui okteta +plasma +qmake reviewboard subversion webkit +welcomepage" [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86" REQUIRED_USE="test? ( welcomepage )" @@ -50,12 +50,13 @@ COMMON_DEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) + $(add_qt_dep qthelp) $(add_qt_dep qtnetwork) $(add_qt_dep qttest) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) dev-libs/grantlee:5 - >=sys-devel/clang-3.5.0:* + >=sys-devel/clang-3.8.0:* x11-misc/shared-mime-info gdbui? ( $(add_plasma_dep libksysguard) ) okteta? ( $(add_kdeapps_dep okteta) ) @@ -64,7 +65,6 @@ COMMON_DEPEND=" $(add_frameworks_dep plasma) ) qmake? ( dev-util/kdevelop-pg-qt:5 ) - qthelp? ( $(add_qt_dep qthelp) ) reviewboard? ( dev-libs/purpose ) subversion? ( dev-libs/apr:1 @@ -106,7 +106,6 @@ src_configure() { $(cmake-utils_use_find_package plasma KF5Plasma) $(cmake-utils_use_find_package okteta OktetaKastenControllers) $(cmake-utils_use_find_package qmake KDevelop-PG-Qt) - -DBUILD_qthelp=$(usex qthelp) $(cmake-utils_use_find_package reviewboard KDEExperimentalPurpose) $(cmake-utils_use_find_package subversion SubversionLibrary) $(cmake-utils_use_find_package !webkit Qt5WebEngineWidgets) @@ -122,4 +121,12 @@ pkg_postinst() { if ! has_version "kde-apps/konsole" ; then elog "For konsole view, please install kde-apps/konsole" fi + + if ! has_version "dev-util/cppcheck" ; then + elog "For static C/C++ code analysis support, please install dev-util/cppcheck" + fi + + if ! has_version "dev-util/heaptrack[qt5]" ; then + elog "For heap memory profiling support, please install dev-util/heaptrack" + fi }