Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Mon, 27 Nov 2017 02:14:51
Message-Id: 1511748851.81b7f4a8db78fc9d6ff79b2cd55bbea0e8d8ebec.pesa@gentoo
1 commit: 81b7f4a8db78fc9d6ff79b2cd55bbea0e8d8ebec
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 02:14:11 2017 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 02:14:11 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=81b7f4a8
7
8 qt5-build.eclass: improve eclassdoc
9
10 eclass/qt5-build.eclass | 5 ++++-
11 1 file changed, 4 insertions(+), 1 deletion(-)
12
13 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
14 index f5ef89cc..7462ab20 100644
15 --- a/eclass/qt5-build.eclass
16 +++ b/eclass/qt5-build.eclass
17 @@ -6,6 +6,7 @@
18 # qt@g.o
19 # @AUTHOR:
20 # Davide Pesavento <pesa@g.o>
21 +# @SUPPORTED_EAPIS: 6
22 # @BLURB: Eclass for Qt5 split ebuilds.
23 # @DESCRIPTION:
24 # This eclass contains various functions that are used when building Qt5.
25 @@ -21,9 +22,10 @@ case ${EAPI} in
26 esac
27
28 # @ECLASS-VARIABLE: QT5_MODULE
29 +# @PRE_INHERIT
30 # @DESCRIPTION:
31 # The upstream name of the module this package belongs to. Used for
32 -# SRC_URI and EGIT_REPO_URI. Must be defined before inheriting the eclass.
33 +# SRC_URI and EGIT_REPO_URI. Must be set before inheriting the eclass.
34 : ${QT5_MODULE:=${PN}}
35
36 # @ECLASS-VARIABLE: QT5_TARGET_SUBDIRS
37 @@ -92,6 +94,7 @@ EGIT_REPO_URI=(
38 [[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3
39
40 # @ECLASS-VARIABLE: QT5_BUILD_DIR
41 +# @OUTPUT_VARIABLE
42 # @DESCRIPTION:
43 # Build directory for out-of-source builds.
44 case ${QT5_BUILD_TYPE} in