Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qt-docs/
Date: Thu, 28 Feb 2019 14:19:57
Message-Id: 1551363407.5659bc9f1692760c7a531f1549a0d6a2b331c125.asturm@gentoo
1 commit: 5659bc9f1692760c7a531f1549a0d6a2b331c125
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 31 19:54:22 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 14:16:47 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5659bc9f
7
8 dev-qt/qt-docs: Switch to new QT5_DOCDIR
9
10 Acked-by: Michael Palimaka <kensington <AT> gentoo.org>
11 Package-Manager: Portage-2.3.59, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-qt/qt-docs/qt-docs-5.12.1_p201901300533.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-qt/qt-docs/qt-docs-5.12.1_p201901300533.ebuild b/dev-qt/qt-docs/qt-docs-5.12.1_p201901300533.ebuild
18 index d252c8f5..9f6dfa1a 100644
19 --- a/dev-qt/qt-docs/qt-docs-5.12.1_p201901300533.ebuild
20 +++ b/dev-qt/qt-docs/qt-docs-5.12.1_p201901300533.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -50,8 +50,8 @@ src_prepare() {
28 }
29
30 src_install() {
31 - # must be the same as QT_INSTALL_DOCS
32 - local dest=/usr/share/doc/qt-${PV%_p*}
33 + # must be the same as QT5_DOCDIR
34 + local dest=/usr/share/qt5-doc
35 insinto "${dest}"
36 use html && doins -r */
37 use qch && doins *.qch