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 A9D2815802F for ; Sun, 26 Mar 2023 16:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E1A7E0823; Sun, 26 Mar 2023 16:59:18 +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 5A681E0823 for ; Sun, 26 Mar 2023 16:59:17 +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 67FE234121B for ; Sun, 26 Mar 2023 16:59:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB3C6975 for ; Sun, 26 Mar 2023 16:59:13 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1679849946.452ef92b08bab9d054a18577c6e6005c5ab47911.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt5compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qt5compat/Manifest dev-qt/qt5compat/qt5compat-6.4.2.ebuild X-VCS-Directories: dev-qt/qt5compat/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 452ef92b08bab9d054a18577c6e6005c5ab47911 X-VCS-Branch: master Date: Sun, 26 Mar 2023 16:59:13 +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: 749cb060-41fc-4d48-a1d2-b61b0c21f9be X-Archives-Hash: a88b2de33a8c48896a158cf43ec76fce commit: 452ef92b08bab9d054a18577c6e6005c5ab47911 Author: Jimi Huotari gentoo org> AuthorDate: Sun Mar 26 16:57:08 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun Mar 26 16:59:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452ef92b dev-qt/qt5compat: drop 6.4.2 Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qt5compat/Manifest | 1 - dev-qt/qt5compat/qt5compat-6.4.2.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-qt/qt5compat/Manifest b/dev-qt/qt5compat/Manifest index 6b72b7cfd09a..f6bd8fa02cb0 100644 --- a/dev-qt/qt5compat/Manifest +++ b/dev-qt/qt5compat/Manifest @@ -1,2 +1 @@ -DIST qt5compat-everywhere-src-6.4.2.tar.xz 14638200 BLAKE2B 518d254012f65e2f73dbef362abaf5e2890f6b8a97a0e6211b65a92e2e64d149b0fafd39a7f7a9d2f87a6deda04286a0eb2ced56810fb894d5305da5a81f5edf SHA512 8aa49cbbe92e628be3b502bbf0a9668b7664829a12c8cf0eced816cda880d034d567f287d2a1bd1efb7d693b3de7e583d2c2d69e2437cdeda737c67d7949ca56 DIST qt5compat-everywhere-src-6.4.3.tar.xz 14638428 BLAKE2B 70afd4ff347fc58a4b67ce15d7ccaa542084eeeda672c5f33feedd550cb21a7d93bab192b24ab9b8330aad2a9cfee9f9b47f908cde5667a444f44e0882ceab60 SHA512 22e3d6360afdb83b4bd122153cf3bba09d8593dbdd65ccf5b80e032b9de437f868b05c7170e636fd6bd8f42dd1eb56b07f21b73fd0c4a5437fcb72aa070d830b diff --git a/dev-qt/qt5compat/qt5compat-6.4.2.ebuild b/dev-qt/qt5compat/qt5compat-6.4.2.ebuild deleted file mode 100644 index e930872d0c3d..000000000000 --- a/dev-qt/qt5compat/qt5compat-6.4.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt6-build - -DESCRIPTION="Qt module containing the unsupported Qt 5 APIs" - -if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -fi - -DEPEND=" - =dev-qt/qtbase-${PV}*[gui,network] - =dev-qt/qtdeclarative-${PV}* -" -RDEPEND="${DEPEND}"