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 8F58913877A for ; Sun, 27 Jul 2014 13:36:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FED8E0C17; Sun, 27 Jul 2014 13:36:43 +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 C621EE0C17 for ; Sun, 27 Jul 2014 13:36:42 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC4D333FA4D for ; Sun, 27 Jul 2014 13:36:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A1E2718BEF for ; Sun, 27 Jul 2014 13:36:40 +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: <1406467601.fd0170b72ae239f5d51e2ec807036c7de3895877.pesa@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: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: fd0170b72ae239f5d51e2ec807036c7de3895877 X-VCS-Branch: master Date: Sun, 27 Jul 2014 13:36:40 +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: efff0b93-fa89-4446-be79-e75d6e67feff X-Archives-Hash: 0971f2b33bfee15e8164299936fe6ee4 commit: fd0170b72ae239f5d51e2ec807036c7de3895877 Author: Davide Pesavento gentoo org> AuthorDate: Sun Jul 27 13:26:41 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Jul 27 13:26:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=fd0170b7 [qt5-build.eclass] QCONFIG_* variables are no longer public API. --- eclass/qt5-build.eclass | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 28b82d9..d089b87 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -115,21 +115,6 @@ esac # 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: QCONFIG_ADD -# @DEFAULT_UNSET -# @DESCRIPTION: -# Array of options that must be added to QT_CONFIG in qconfig.pri - -# @ECLASS-VARIABLE: QCONFIG_REMOVE -# @DEFAULT_UNSET -# @DESCRIPTION: -# Array of options that must be removed from QT_CONFIG in qconfig.pri - -# @ECLASS-VARIABLE: QCONFIG_DEFINE -# @DEFAULT_UNSET -# @DESCRIPTION: -# Array of macros that must be defined in QtCore/qconfig.h - # @ECLASS-VARIABLE: VIRTUALX_REQUIRED # @DESCRIPTION: # For proper description see virtualx.eclass man page.