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 C3D4E15ACFC for ; Sat, 6 May 2023 11:26:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B039E0843; Sat, 6 May 2023 11:26:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 771C1E0843 for ; Sat, 6 May 2023 11:26:22 +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 C0CBD341245 for ; Sat, 6 May 2023 11:26:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DD80A6F for ; Sat, 6 May 2023 11:26:18 +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: <1683372354.d841b35de35b37fa3ab21829f02bc03538b2e470.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.3.ebuild X-VCS-Directories: dev-qt/qt5compat/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: d841b35de35b37fa3ab21829f02bc03538b2e470 X-VCS-Branch: master Date: Sat, 6 May 2023 11:26:18 +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: e2f55f0a-1bf3-4601-898a-02b1b9b70fbc X-Archives-Hash: b7dbf2210a3ddae196c8d64f7502f255 commit: d841b35de35b37fa3ab21829f02bc03538b2e470 Author: Jimi Huotari gentoo org> AuthorDate: Sat May 6 11:24:43 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sat May 6 11:25:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d841b35d dev-qt/qt5compat: drop 6.4.3 Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qt5compat/Manifest | 1 - dev-qt/qt5compat/qt5compat-6.4.3.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-qt/qt5compat/Manifest b/dev-qt/qt5compat/Manifest index 20302f0740f5..4a6087f4655d 100644 --- a/dev-qt/qt5compat/Manifest +++ b/dev-qt/qt5compat/Manifest @@ -1,2 +1 @@ -DIST qt5compat-everywhere-src-6.4.3.tar.xz 14638428 BLAKE2B 70afd4ff347fc58a4b67ce15d7ccaa542084eeeda672c5f33feedd550cb21a7d93bab192b24ab9b8330aad2a9cfee9f9b47f908cde5667a444f44e0882ceab60 SHA512 22e3d6360afdb83b4bd122153cf3bba09d8593dbdd65ccf5b80e032b9de437f868b05c7170e636fd6bd8f42dd1eb56b07f21b73fd0c4a5437fcb72aa070d830b DIST qt5compat-everywhere-src-6.5.0.tar.xz 14638216 BLAKE2B ff1a9a9d52bd089e5dafe53ae518ad7f7d0c2c52ad9b309f84465bd45dbe6167d30bc5df4ac53d1983625c4136fe682efccacf7c9969828f709e9e8df7fc44ca SHA512 097f6cda4dee6eac8dd224d8539c26c1c016cb065f1718040f1b8e0b230b562f9b46f05d20655d30fe719d0886e02961a6dfbe7226d0dcc30f7145fe2f32a000 diff --git a/dev-qt/qt5compat/qt5compat-6.4.3.ebuild b/dev-qt/qt5compat/qt5compat-6.4.3.ebuild deleted file mode 100644 index e930872d0c3d..000000000000 --- a/dev-qt/qt5compat/qt5compat-6.4.3.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}"