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 DF37C1382C5 for ; Tue, 2 Feb 2021 19:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7A41E08CE; Tue, 2 Feb 2021 19:41:27 +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 BBEA2E08CE for ; Tue, 2 Feb 2021 19:41:27 +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 64605341566 for ; Tue, 2 Feb 2021 19:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C09374A4 for ; Tue, 2 Feb 2021 19:41:24 +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: <1612294624.77bbb3d7088bb028ba983871ae8397a417fe14da.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.6.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: 77bbb3d7088bb028ba983871ae8397a417fe14da X-VCS-Branch: master Date: Tue, 2 Feb 2021 19:41:24 +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: ee4f4f81-6a08-4d39-845a-24c5c8ba8ccd X-Archives-Hash: 2ddca149fb53918bb726b15e3a26eb3b commit: 77bbb3d7088bb028ba983871ae8397a417fe14da Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 2 19:36:57 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 2 19:37:04 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=77bbb3d7 dev-util/kdevelop: Add dev-util/indent, dev-util/uncrustify optfeature Reported-by: Vasiliy Yeremeyev gmail.com> Bug: https://bugs.gentoo.org/767286 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-5.6.9999.ebuild | 10 ++++++---- dev-util/kdevelop/kdevelop-9999.ebuild | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-5.6.9999.ebuild b/dev-util/kdevelop/kdevelop-5.6.9999.ebuild index 420c18e51e..9ca60dd1d3 100644 --- a/dev-util/kdevelop/kdevelop-5.6.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-5.6.9999.ebuild @@ -123,10 +123,12 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "Optional dependencies:" optfeature "konsole view" kde-apps/konsole - optfeature "Static C++ Qt code analysis" dev-util/clazy - optfeature "Static C/C++ code analysis" dev-util/cppcheck - optfeature "Heap memory profiling" dev-util/heaptrack[qt5] - optfeature "Meson Project manager plugin" dev-util/meson + optfeature "static C++ Qt code analysis" dev-util/clazy + optfeature "static C/C++ code analysis" dev-util/cppcheck + optfeature "heap memory profiling" dev-util/heaptrack[qt5] + optfeature "meson project manager plugin" dev-util/meson + optfeature "formatting configurations via customscript plugin" dev-util/indent + optfeature "formatting configurations via customscript plugin" dev-util/uncrustify fi ecm_pkg_postinst } diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index 213ceb2dea..2748e48bb5 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -123,10 +123,12 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "Optional dependencies:" optfeature "konsole view" kde-apps/konsole - optfeature "Static C++ Qt code analysis" dev-util/clazy - optfeature "Static C/C++ code analysis" dev-util/cppcheck - optfeature "Heap memory profiling" dev-util/heaptrack[qt5] - optfeature "Meson Project manager plugin" dev-util/meson + optfeature "static C++ Qt code analysis" dev-util/clazy + optfeature "static C/C++ code analysis" dev-util/cppcheck + optfeature "heap memory profiling" dev-util/heaptrack[qt5] + optfeature "meson project manager plugin" dev-util/meson + optfeature "formatting configurations via customscript plugin" dev-util/indent + optfeature "formatting configurations via customscript plugin" dev-util/uncrustify fi ecm_pkg_postinst }