From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CA24B58973 for ; Tue, 2 Feb 2016 18:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E50E921C111; Tue, 2 Feb 2016 18:35:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E86421C113 for ; Tue, 2 Feb 2016 18:35:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9E84340DAF for ; Tue, 2 Feb 2016 18:35:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FDC7D25 for ; Tue, 2 Feb 2016 18:35:28 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1454438097.2098e9c2ea0756766cb1b4769c73592100655c62.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 2098e9c2ea0756766cb1b4769c73592100655c62 X-VCS-Branch: master Date: Tue, 2 Feb 2016 18:35:28 +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-Archives-Salt: 500b0c4b-93ce-4b72-9788-4581e464aa00 X-Archives-Hash: b0ae734f790bcde75a4af01b487b0505 commit: 2098e9c2ea0756766cb1b4769c73592100655c62 Author: Davide Pesavento gentoo org> AuthorDate: Tue Feb 2 18:04:21 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Feb 2 18:34:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2098e9c2 qt5-build.eclass: declare some variables readonly eclass/qt5-build.eclass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 8665f3b..5315f6b 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -31,6 +31,7 @@ HOMEPAGE="https://www.qt.io/" LICENSE="|| ( LGPL-2.1 LGPL-3 ) FDL-1.3" QT5_MINOR_VERSION=$(get_version_component_range 2) +readonly QT5_MINOR_VERSION SLOT="5" @@ -66,6 +67,7 @@ case ${PV} in S=${WORKDIR}/${MY_P} ;; esac +readonly QT5_BUILD_TYPE EGIT_REPO_URI=( "git://code.qt.io/qt/${QT5_MODULE}.git" @@ -405,6 +407,10 @@ qt5_prepare_env() { QT5_EXAMPLESDIR=${QT5_DATADIR}/examples QT5_TESTSDIR=${QT5_DATADIR}/tests QT5_SYSCONFDIR=${EPREFIX}/etc/xdg + readonly QT5_PREFIX QT5_HEADERDIR QT5_LIBDIR QT5_ARCHDATADIR \ + QT5_BINDIR QT5_PLUGINDIR QT5_LIBEXECDIR QT5_IMPORTDIR \ + QT5_QMLDIR QT5_DATADIR QT5_DOCDIR QT5_TRANSLATIONDIR \ + QT5_EXAMPLESDIR QT5_TESTSDIR QT5_SYSCONFDIR if [[ ${QT5_MODULE} == qtbase ]]; then # see mkspecs/features/qt_config.prf