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 6639E1382C5 for ; Thu, 4 Jun 2020 14:26:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40071E088F; Thu, 4 Jun 2020 14:26:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0F521E088C for ; Thu, 4 Jun 2020 14:26:09 +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 3B7A334F1D5 for ; Thu, 4 Jun 2020 14:26:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D5851DA for ; Thu, 4 Jun 2020 14:26:05 +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: <1591107920.ac5c075f85aee7e1fc7dedc28c5ad2a926c2e2a9.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.5.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: ac5c075f85aee7e1fc7dedc28c5ad2a926c2e2a9 X-VCS-Branch: master Date: Thu, 4 Jun 2020 14:26:05 +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: 59328640-0e15-4db6-95dd-8ccc92d9e3db X-Archives-Hash: 1c5cb1dfeb03eb981d8e1a45262e1e58 commit: ac5c075f85aee7e1fc7dedc28c5ad2a926c2e2a9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 2 14:24:50 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 2 14:25:20 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac5c075f dev-util/kdevelop: Sort more deps, drop unnecessary minimum version Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-5.5.9999.ebuild | 10 +++++----- dev-util/kdevelop/kdevelop-9999.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-5.5.9999.ebuild b/dev-util/kdevelop/kdevelop-5.5.9999.ebuild index ba429fd377..9caaf25315 100644 --- a/dev-util/kdevelop/kdevelop-5.5.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-5.5.9999.ebuild @@ -12,13 +12,13 @@ VIRTUALDBUS_TEST="true" VIRTUALX_REQUIRED="test" inherit ecm kde.org +DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more" +HOMEPAGE="https://www.kdevelop.org/" + if [[ ${KDE_BUILD_TYPE} = release ]]; then KEYWORDS="~amd64 ~arm64 ~x86" fi -DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more" -HOMEPAGE="https://www.kdevelop.org/" - LICENSE="GPL-2 LGPL-2" SLOT="5/55" # look at KDEVELOP_SOVERSION inside CMakeLists.txt IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit" @@ -34,6 +34,7 @@ COMMON_DEPEND=" >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5 >=dev-util/astyle-3.1:= + kde-apps/libkomparediff2:5 >=kde-frameworks/karchive-${KFMIN}:5 >=kde-frameworks/kbookmarks-${KFMIN}:5 >=kde-frameworks/kcmutils-${KFMIN}:5 @@ -63,9 +64,8 @@ COMMON_DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-frameworks/sonnet-${KFMIN}:5 >=kde-frameworks/threadweaver-${KFMIN}:5 - kde-apps/libkomparediff2:5 >=sys-devel/clang-6.0:= - gdbui? ( >=kde-plasma/libksysguard-5.16.5:5= ) + gdbui? ( kde-plasma/libksysguard:5= ) hex? ( app-editors/okteta:5 ) plasma? ( >=kde-frameworks/krunner-${KFMIN}:5 diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index ba429fd377..9caaf25315 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -12,13 +12,13 @@ VIRTUALDBUS_TEST="true" VIRTUALX_REQUIRED="test" inherit ecm kde.org +DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more" +HOMEPAGE="https://www.kdevelop.org/" + if [[ ${KDE_BUILD_TYPE} = release ]]; then KEYWORDS="~amd64 ~arm64 ~x86" fi -DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more" -HOMEPAGE="https://www.kdevelop.org/" - LICENSE="GPL-2 LGPL-2" SLOT="5/55" # look at KDEVELOP_SOVERSION inside CMakeLists.txt IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit" @@ -34,6 +34,7 @@ COMMON_DEPEND=" >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5 >=dev-util/astyle-3.1:= + kde-apps/libkomparediff2:5 >=kde-frameworks/karchive-${KFMIN}:5 >=kde-frameworks/kbookmarks-${KFMIN}:5 >=kde-frameworks/kcmutils-${KFMIN}:5 @@ -63,9 +64,8 @@ COMMON_DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-frameworks/sonnet-${KFMIN}:5 >=kde-frameworks/threadweaver-${KFMIN}:5 - kde-apps/libkomparediff2:5 >=sys-devel/clang-6.0:= - gdbui? ( >=kde-plasma/libksysguard-5.16.5:5= ) + gdbui? ( kde-plasma/libksysguard:5= ) hex? ( app-editors/okteta:5 ) plasma? ( >=kde-frameworks/krunner-${KFMIN}:5