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 AB36F15808A for ; Wed, 6 Sep 2023 08:50:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57EB42BC01B; Wed, 6 Sep 2023 08:49:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4281C2BC01B for ; Wed, 6 Sep 2023 08:49:59 +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 79187335CCD for ; Wed, 6 Sep 2023 08:49:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 103321126 for ; Wed, 6 Sep 2023 08:49:57 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1693990176.34670ebc0790326e41f1e1a7ae29f71d9a6cdc29.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qttools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qttools/qttools-6.5.2-r1.ebuild dev-qt/qttools/qttools-6.5.9999.ebuild dev-qt/qttools/qttools-6.9999.ebuild X-VCS-Directories: dev-qt/qttools/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 34670ebc0790326e41f1e1a7ae29f71d9a6cdc29 X-VCS-Branch: master Date: Wed, 6 Sep 2023 08:49:57 +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: 8f105b7b-8511-4624-a4db-16bb822d6b86 X-Archives-Hash: dc1243a5f2653b667a17e2f5fcc7e776 commit: 34670ebc0790326e41f1e1a7ae29f71d9a6cdc29 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Sep 6 04:15:39 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Sep 6 08:49:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34670ebc dev-qt/qttools: optfeature on qt-docs with assistant (qt6) Pulling by default does feel like a stretch, especially given this also provides QtHelp in this unsplit qttools and may just be pulled a dep. But no harm in an optfeature. Bug: https://bugs.gentoo.org/602296 Bug: https://bugs.gentoo.org/881435 Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qttools/qttools-6.5.2-r1.ebuild | 8 +++++++- dev-qt/qttools/qttools-6.5.9999.ebuild | 8 +++++++- dev-qt/qttools/qttools-6.9999.ebuild | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/dev-qt/qttools/qttools-6.5.2-r1.ebuild b/dev-qt/qttools/qttools-6.5.2-r1.ebuild index 4c7d4b23fe7b..243633446599 100644 --- a/dev-qt/qttools/qttools-6.5.2-r1.ebuild +++ b/dev-qt/qttools/qttools-6.5.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit llvm qt6-build +inherit llvm optfeature qt6-build DESCRIPTION="Qt Tools Collection" @@ -67,3 +67,9 @@ src_configure() { qt6-build_src_configure } + +pkg_postinst() { + use assistant && + optfeature "Qt documentation viewable in assistant" \ + dev-qt/qt-docs:6 #602296 +} diff --git a/dev-qt/qttools/qttools-6.5.9999.ebuild b/dev-qt/qttools/qttools-6.5.9999.ebuild index 4c7d4b23fe7b..243633446599 100644 --- a/dev-qt/qttools/qttools-6.5.9999.ebuild +++ b/dev-qt/qttools/qttools-6.5.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit llvm qt6-build +inherit llvm optfeature qt6-build DESCRIPTION="Qt Tools Collection" @@ -67,3 +67,9 @@ src_configure() { qt6-build_src_configure } + +pkg_postinst() { + use assistant && + optfeature "Qt documentation viewable in assistant" \ + dev-qt/qt-docs:6 #602296 +} diff --git a/dev-qt/qttools/qttools-6.9999.ebuild b/dev-qt/qttools/qttools-6.9999.ebuild index 4c7d4b23fe7b..243633446599 100644 --- a/dev-qt/qttools/qttools-6.9999.ebuild +++ b/dev-qt/qttools/qttools-6.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit llvm qt6-build +inherit llvm optfeature qt6-build DESCRIPTION="Qt Tools Collection" @@ -67,3 +67,9 @@ src_configure() { qt6-build_src_configure } + +pkg_postinst() { + use assistant && + optfeature "Qt documentation viewable in assistant" \ + dev-qt/qt-docs:6 #602296 +}