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 F17D3158020 for ; Sat, 5 Nov 2022 16:39:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1148E07D8; Sat, 5 Nov 2022 16:39:21 +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 CD34FE07D8 for ; Sat, 5 Nov 2022 16:39:21 +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 46D0934123E for ; Sat, 5 Nov 2022 16:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D402A72F for ; Sat, 5 Nov 2022 16:39:17 +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: <1667639270.5a2c6f130900a6141212c7627856be7173ad2f2c.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qttools/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qttools/Manifest dev-qt/qttools/qttools-6.4.0.ebuild X-VCS-Directories: dev-qt/qttools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5a2c6f130900a6141212c7627856be7173ad2f2c X-VCS-Branch: master Date: Sat, 5 Nov 2022 16:39:17 +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: 0de5aacc-ab7e-4f3c-9eee-cb63541d590d X-Archives-Hash: ebbd6d37a6c86dd136ab4c2ce5396d43 commit: 5a2c6f130900a6141212c7627856be7173ad2f2c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 5 09:07:50 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 5 09:07:50 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5a2c6f13 dev-qt/qttools: drop 6.4.0 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qttools/Manifest | 1 - dev-qt/qttools/qttools-6.4.0.ebuild | 55 ------------------------------------- 2 files changed, 56 deletions(-) diff --git a/dev-qt/qttools/Manifest b/dev-qt/qttools/Manifest deleted file mode 100644 index c155251c..00000000 --- a/dev-qt/qttools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qttools-everywhere-src-6.4.0.tar.xz 8738432 BLAKE2B 0bd6c3e1e4badf16ec74209c1ddc45820bee9403753b6603000fcad8e82b5ee73b4df0f4d346de5c855e0b545e43c17b11ba5702e9caa5b8b2e6280d82a3fab5 SHA512 ff4ed95491d26227b3bfea665fe810572f537a295dda0cffa26b18525961026db0471e7ef04667e3e4b8ae6b92dbedccb0fa77d733274c34d489d448b961ab44 diff --git a/dev-qt/qttools/qttools-6.4.0.ebuild b/dev-qt/qttools/qttools-6.4.0.ebuild deleted file mode 100644 index 6aa7cb05..00000000 --- a/dev-qt/qttools/qttools-6.4.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt6-build - -DESCRIPTION="Qt Tools Collection" - -if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -fi - -IUSE=" - assistant designer distancefieldgenerator +linguist pixeltool - qdbus qdoc qtattributionsscanner qtdiag qtplugininfo -" - -DEPEND=" - =dev-qt/qtbase-${PV}*[network] - assistant? ( =dev-qt/qtbase-${PV}*[sql,widgets] ) - designer? ( =dev-qt/qtbase-${PV}*[widgets] ) - distancefieldgenerator? ( - =dev-qt/qtbase-${PV}*[widgets] - =dev-qt/qtdeclarative-${PV}* - ) - pixeltool? ( =dev-qt/qtbase-${PV}*[widgets] ) - qdbus? ( =dev-qt/qtbase-${PV}*[widgets] ) - qdoc? ( sys-devel/clang:= ) - qtdiag? ( =dev-qt/qtbase-${PV}*[opengl,widgets] ) -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-6.4.0-clang-15-build.patch" # Bug 873640 -) - -src_configure() { - local mycmakeargs=( - $(qt_feature assistant) - -DQT_FEATURE_commandlineparser=ON - $(qt_feature designer) - $(qt_feature distancefieldgenerator) - $(qt_feature linguist) - $(qt_feature pixeltool) - $(qt_feature qdbus) - $(qt_feature qdoc clang) - $(qt_feature qtattributionsscanner) - $(qt_feature qtdiag) - $(qt_feature qtplugininfo) - -DQT_FEATURE_thread=ON - ) - - qt6-build_src_configure -}