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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18673158094 for ; Fri, 26 Aug 2022 19:54:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E36BE08F2; Fri, 26 Aug 2022 19:54:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC1CAE08F2 for ; Fri, 26 Aug 2022 19:54:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF3963409A4 for ; Fri, 26 Aug 2022 19:54:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2895A526 for ; Fri, 26 Aug 2022 19:54:41 +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: <1661543663.209e2543ff0293df22904f518f4c8730caaa07d0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kate-addons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kate-addons/kate-addons-22.08.0-r1.ebuild kde-apps/kate-addons/kate-addons-22.08.0.ebuild X-VCS-Directories: kde-apps/kate-addons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 209e2543ff0293df22904f518f4c8730caaa07d0 X-VCS-Branch: master Date: Fri, 26 Aug 2022 19:54:41 +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: cc5e4bef-abbe-475a-b215-00dce9155d68 X-Archives-Hash: 17468b5fa70b0880cddaed6e0d5c5b1b commit: 209e2543ff0293df22904f518f4c8730caaa07d0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 26 19:50:27 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 26 19:54:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209e2543 kde-apps/kate-addons: Add missing cmake vars ticked by USE flags Signed-off-by: Andreas Sturmlechner gentoo.org> .../{kate-addons-22.08.0.ebuild => kate-addons-22.08.0-r1.ebuild} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kde-apps/kate-addons/kate-addons-22.08.0.ebuild b/kde-apps/kate-addons/kate-addons-22.08.0-r1.ebuild similarity index 91% rename from kde-apps/kate-addons/kate-addons-22.08.0.ebuild rename to kde-apps/kate-addons/kate-addons-22.08.0-r1.ebuild index eb254e303ee7..84aad14fc16a 100644 --- a/kde-apps/kate-addons/kate-addons-22.08.0.ebuild +++ b/kde-apps/kate-addons/kate-addons-22.08.0-r1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://kate-editor.org/ https://apps.kde.org/kate/" LICENSE="LGPL-2 LGPL-2+ MIT" SLOT="5" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="+filebrowser lspclient +projects plasma +snippets sql" +IUSE="+filebrowser lspclient plasma +projects +snippets sql" DEPEND=" >=dev-qt/qtconcurrent-${QTMIN}:5 @@ -82,6 +82,12 @@ src_configure() { -DBUILD_kate=FALSE -DBUILD_kwrite=FALSE -DCMAKE_DISABLE_FIND_PACKAGE_KF5DocTools=ON # docs in kate/kwrite + -DBUILD_filebrowser=$(usex filebrowser) + -DBUILD_lspclient=$(usex lspclient) + -DBUILD_sessionapplet=$(usex plasma) + -DBUILD_project=$(usex projects) + -DBUILD_snippets=$(usex snippets) + -DBUILD_katesql=$(usex sql) ) # provided by kde-apps/kate-lib