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 A8D70138351 for ; Sun, 22 Mar 2020 21:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DE8CE08FA; Sun, 22 Mar 2020 21:30:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 73459E08FA for ; Sun, 22 Mar 2020 21:30:57 +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 4105734DF62 for ; Sun, 22 Mar 2020 21:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C060195 for ; Sun, 22 Mar 2020 21:30:54 +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: <1584911686.6b26df9059cfd35e997f3e78ec96620c95fd463b.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-9999.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6b26df9059cfd35e997f3e78ec96620c95fd463b X-VCS-Branch: master Date: Sun, 22 Mar 2020 21:30:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4aae75e6-44b4-46e2-95ea-f54de66f8651 X-Archives-Hash: cafd8b3d1a2fe2759f0a2eb284f83236 commit: 6b26df9059cfd35e997f3e78ec96620c95fd463b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 22 21:14:18 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 22 21:14:46 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b26df90 dev-util/kdevelop: Sort DEPENDs, drop KDE_APPS_MINIMAL, req. >=clang-6 Upstream commit 7cb06699bdfced962081c15939c738d57033ab15 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-9999.ebuild | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index 0355a681dc..2cf7c3bb05 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -5,7 +5,6 @@ EAPI=7 ECM_HANDBOOK="forceoptional" ECM_TEST="true" -KDE_APPS_MINIMAL=19.04.3 KFMIN=5.60.0 QTMIN=5.12.3 VIRTUALDBUS_TEST="true" @@ -24,6 +23,16 @@ SLOT="5/55" # look at KDEVELOP_SOVERSION inside CMakeLists.txt IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit" COMMON_DEPEND=" + dev-libs/grantlee:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5[widgets] + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qthelp-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qttest-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + >=dev-util/astyle-3.1:= >=kde-frameworks/karchive-${KFMIN}:5 >=kde-frameworks/kbookmarks-${KFMIN}:5 >=kde-frameworks/kcmutils-${KFMIN}:5 @@ -53,18 +62,8 @@ COMMON_DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-frameworks/sonnet-${KFMIN}:5 >=kde-frameworks/threadweaver-${KFMIN}:5 - >=kde-apps/libkomparediff2-${KDE_APPS_MINIMAL}:5 - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5[widgets] - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qthelp-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qttest-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - dev-libs/grantlee:5 - >=dev-util/astyle-3.1:= - >=sys-devel/clang-3.8.0:= + kde-apps/libkomparediff2:5 + >=sys-devel/clang-6.0:= gdbui? ( >=kde-plasma/libksysguard-5.16.5:5 ) hex? ( app-editors/okteta:5 ) plasma? ( @@ -86,14 +85,14 @@ DEPEND="${COMMON_DEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 " RDEPEND="${COMMON_DEPEND} - >=kde-apps/kapptemplate-${KDE_APPS_MINIMAL}:5 - >=kde-apps/kio-extras-${KDE_APPS_MINIMAL}:5 >=dev-qt/qdbus-${QTMIN}:5 >=dev-qt/qtquickcontrols-${QTMIN}:5 >=dev-qt/qtquickcontrols2-${QTMIN}:5 dev-util/ninja + kde-apps/kapptemplate:5 + kde-apps/kio-extras:5 >=sys-devel/gdb-7.0[python] - reviewboard? ( >=kde-apps/ktp-accounts-kcm-${KDE_APPS_MINIMAL}:5 ) + reviewboard? ( kde-apps/ktp-accounts-kcm:5 ) !dev-util/kdevelop-clang-tidy "