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: Sun, 27 Jul 2014 13:36:43
Message-Id: 1406467601.fd0170b72ae239f5d51e2ec807036c7de3895877.pesa@gentoo
1 commit: fd0170b72ae239f5d51e2ec807036c7de3895877
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 27 13:26:41 2014 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 27 13:26:41 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=fd0170b7
7
8 [qt5-build.eclass] QCONFIG_* variables are no longer public API.
9
10 ---
11 eclass/qt5-build.eclass | 15 ---------------
12 1 file changed, 15 deletions(-)
13
14 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
15 index 28b82d9..d089b87 100644
16 --- a/eclass/qt5-build.eclass
17 +++ b/eclass/qt5-build.eclass
18 @@ -115,21 +115,6 @@ esac
19 # definitions, which are then merged together with all other Qt5 packages
20 # installed on the system to obtain the global qconfig.{h,pri} files.
21
22 -# @ECLASS-VARIABLE: QCONFIG_ADD
23 -# @DEFAULT_UNSET
24 -# @DESCRIPTION:
25 -# Array of options that must be added to QT_CONFIG in qconfig.pri
26 -
27 -# @ECLASS-VARIABLE: QCONFIG_REMOVE
28 -# @DEFAULT_UNSET
29 -# @DESCRIPTION:
30 -# Array of options that must be removed from QT_CONFIG in qconfig.pri
31 -
32 -# @ECLASS-VARIABLE: QCONFIG_DEFINE
33 -# @DEFAULT_UNSET
34 -# @DESCRIPTION:
35 -# Array of macros that must be defined in QtCore/qconfig.h
36 -
37 # @ECLASS-VARIABLE: VIRTUALX_REQUIRED
38 # @DESCRIPTION:
39 # For proper description see virtualx.eclass man page.