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 C2047158009 for ; Thu, 22 Jun 2023 15:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAD94E085E; Thu, 22 Jun 2023 15:53:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C34E9E085E for ; Thu, 22 Jun 2023 15:53:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 11B88340D15 for ; Thu, 22 Jun 2023 15:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 724A4A9C for ; Thu, 22 Jun 2023 15:53:47 +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: <1687449217.335a7437d389c50a55ef1025a38803b1e85bbba1.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtlocation/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtlocation/qtlocation-5.15.10.9999.ebuild X-VCS-Directories: dev-qt/qtlocation/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 335a7437d389c50a55ef1025a38803b1e85bbba1 X-VCS-Branch: master Date: Thu, 22 Jun 2023 15:53:47 +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: 07861018-6e19-485d-95db-c9306b92f78c X-Archives-Hash: e1e3165bea1e843fe79eb2f3fb8b5d25 commit: 335a7437d389c50a55ef1025a38803b1e85bbba1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 18 16:08:55 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 22 15:53:37 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=335a7437 dev-qt/qtlocation: Drop src_configure() quirk, fixes InternalEclassUsage Moved into qt5-build.eclass. Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtlocation/qtlocation-5.15.10.9999.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dev-qt/qtlocation/qtlocation-5.15.10.9999.ebuild b/dev-qt/qtlocation/qtlocation-5.15.10.9999.ebuild index 44fe4356..a560ac92 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.10.9999.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.10.9999.ebuild @@ -38,12 +38,3 @@ QT5_TARGET_SUBDIRS=( src/imports/locationlabs src/plugins/geoservices ) - -src_configure() { - # src/plugins/geoservices requires files that are only generated when - # qmake is run in the root directory. Bug 633776. - mkdir -p "${QT5_BUILD_DIR}"/src/location || die - qt5_qmake "${QT5_BUILD_DIR}" - cp "${S}"/src/location/qtlocation-config.pri "${QT5_BUILD_DIR}"/src/location || die - qt5-build_src_configure -}