Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-docs/
Date: Thu, 02 Jul 2020 10:51:50
Message-Id: 1593687090.2b0c2a55e31f03f7d1b7175f6a15866f0b1b1c4d.asturm@gentoo
1 commit: 2b0c2a55e31f03f7d1b7175f6a15866f0b1b1c4d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 10:50:40 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 10:51:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0c2a55
7
8 dev-qt/qt-docs: Drop IUSE=core and install tarballs unconditionally
9
10 It is probably not unreasonable for those components and solves two issues.
11
12 Reported-by: <xbjfk.github <AT> gmail.com>
13 Closes: https://bugs.gentoo.org/729986
14 Package-Manager: Portage-2.3.103, Repoman-2.3.23
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild | 4 +++-
18 1 file changed, 3 insertions(+), 1 deletion(-)
19
20 diff --git a/dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild b/dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild
21 index 9014281d55f..14dde085d7e 100644
22 --- a/dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild
23 +++ b/dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild
24 @@ -12,7 +12,6 @@ declare -A QT5_DOCS=(
25 [assistant]="qtassistant"
26 [bluetooth]="qtbluetooth"
27 [concurrent]="qtconcurrent"
28 - [core]="qtcore qmake qtdoc"
29 [dbus]="qtdbus"
30 [declarative]="qtqml qtqmltest qtquick qtquickdialogs qtquickextras"
31 [designer]="qtdesigner qtuitools"
32 @@ -60,6 +59,9 @@ IUSE="charts datavis +html networkauth +qch script timeline virtualkeyboard webe
33 REQUIRED_USE="|| ( html qch )"
34
35 SRC_URI="
36 + ${BASE_URI}/${PV_FULL}qmake-documentation.7z
37 + ${BASE_URI}/${PV_FULL}qtcore-documentation.7z
38 + ${BASE_URI}/${PV_FULL}qtdoc-documentation.7z
39 charts? ( ${BASE_URI}.qtcharts/${PV_FULL}qtcharts-documentation.7z )
40 datavis? ( ${BASE_URI}.qtdatavis3d/${PV_FULL}qtdatavisualization-documentation.7z )
41 networkauth? ( ${BASE_URI}.qtnetworkauth/${PV_FULL}qtnetworkauth-documentation.7z )