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 7820815808B for ; Fri, 25 Mar 2022 19:46:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B59DEE08CE; Fri, 25 Mar 2022 19:46:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 741D1E08CE for ; Fri, 25 Mar 2022 19:46:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 996F0342D65 for ; Fri, 25 Mar 2022 19:46:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 512F4315 for ; Fri, 25 Mar 2022 19:46:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1648237539.4777a2c149b3fd6298b6f49ea5591537d62e2bc2.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4777a2c149b3fd6298b6f49ea5591537d62e2bc2 X-VCS-Branch: master Date: Fri, 25 Mar 2022 19:46:08 +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: 5d26d035-b22c-47d6-9afa-e8d42b3f59fa X-Archives-Hash: eb581f5dc4c84711626c390690537d5a commit: 4777a2c149b3fd6298b6f49ea5591537d62e2bc2 Author: Ulrich Müller gentoo org> AuthorDate: Fri Mar 18 20:29:29 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 25 19:45:39 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4777a2c1 *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/qt5-build.eclass | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 0a5a7ff3..3c8f92f9 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -20,7 +20,7 @@ case ${EAPI} in *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -# @ECLASS-VARIABLE: QT5_BUILD_TYPE +# @ECLASS_VARIABLE: QT5_BUILD_TYPE # @DESCRIPTION: # Default value is "release". # If PV matches "*9999*", this is automatically set to "live". @@ -30,7 +30,7 @@ if [[ ${PV} == *9999* ]]; then fi readonly QT5_BUILD_TYPE -# @ECLASS-VARIABLE: QT5_KDEPATCHSET_REV +# @ECLASS_VARIABLE: QT5_KDEPATCHSET_REV # @DEFAULT_UNSET # @PRE_INHERIT # @DESCRIPTION: @@ -44,32 +44,32 @@ readonly QT5_BUILD_TYPE # Used for SRC_URI and applied in src_prepare. # Must be set before inheriting the eclass. -# @ECLASS-VARIABLE: QT5_MODULE +# @ECLASS_VARIABLE: QT5_MODULE # @PRE_INHERIT # @DESCRIPTION: # The upstream name of the module this package belongs to. Used for # SRC_URI and EGIT_REPO_URI. Must be set before inheriting the eclass. : ${QT5_MODULE:=${PN}} -# @ECLASS-VARIABLE: QT5_PV +# @ECLASS_VARIABLE: QT5_PV # @DESCRIPTION: # 3-component version for use in dependency declarations on other dev-qt/ pkgs. QT5_PV=$(ver_cut 1-3) readonly QT5_PV -# @ECLASS-VARIABLE: _QT5_P +# @ECLASS_VARIABLE: _QT5_P # @INTERNAL # @DESCRIPTION: # The upstream package name of the module this package belongs to. # Used for SRC_URI and S. -# @ECLASS-VARIABLE: QT5_TARGET_SUBDIRS +# @ECLASS_VARIABLE: QT5_TARGET_SUBDIRS # @DEFAULT_UNSET # @DESCRIPTION: # Array variable containing the source directories that should be built. # All paths must be relative to ${S}. -# @ECLASS-VARIABLE: QT5_GENTOO_CONFIG +# @ECLASS_VARIABLE: QT5_GENTOO_CONFIG # @DEFAULT_UNSET # @DESCRIPTION: # Array of triplets that are evaluated in src_install @@ -77,7 +77,7 @@ readonly QT5_PV # definitions, which are then merged together with all other Qt5 packages # installed on the system to obtain the global qconfig.{h,pri} files. -# @ECLASS-VARIABLE: QT5_GENTOO_PRIVATE_CONFIG +# @ECLASS_VARIABLE: QT5_GENTOO_PRIVATE_CONFIG # @DEFAULT_UNSET # @DESCRIPTION: # Array of pairs that are evaluated in src_install @@ -85,7 +85,7 @@ readonly QT5_PV # which are then merged together with all other Qt5 packages installed on the # system to obtain the global qmodule.pri file. -# @ECLASS-VARIABLE: VIRTUALX_REQUIRED +# @ECLASS_VARIABLE: VIRTUALX_REQUIRED # @PRE_INHERIT # @DESCRIPTION: # For proper description see virtualx.eclass man page. @@ -117,7 +117,7 @@ if [[ ${PN} != qtwebengine ]]; then esac fi -# @ECLASS-VARIABLE: QT5_BUILD_DIR +# @ECLASS_VARIABLE: QT5_BUILD_DIR # @OUTPUT_VARIABLE # @DESCRIPTION: # Build directory for out-of-source builds.