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 C945915810F for ; Sat, 10 Jun 2023 13:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C19F4E0951; Sat, 10 Jun 2023 13:33:16 +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 6A450E0951 for ; Sat, 10 Jun 2023 13:33:16 +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 763CD341190 for ; Sat, 10 Jun 2023 13:33:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E28BAA3 for ; Sat, 10 Jun 2023 13:33:12 +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: <1686403983.761ffc2937da6ba976ed920353a25a0035d6d430.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.5.0.ebuild X-VCS-Directories: dev-qt/qt5compat/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 761ffc2937da6ba976ed920353a25a0035d6d430 X-VCS-Branch: master Date: Sat, 10 Jun 2023 13:33:12 +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: adc10642-4c60-4a84-ae63-7be335540d99 X-Archives-Hash: 3060f846f78a4f8ff2568229bcae56d8 commit: 761ffc2937da6ba976ed920353a25a0035d6d430 Author: Jimi Huotari gentoo org> AuthorDate: Wed Jun 7 14:34:04 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sat Jun 10 13:33:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761ffc29 dev-qt/qt5compat: drop 6.5.0 Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qt5compat/Manifest | 1 - dev-qt/qt5compat/qt5compat-6.5.0.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-qt/qt5compat/Manifest b/dev-qt/qt5compat/Manifest index be54a401e10d..c52169a8d840 100644 --- a/dev-qt/qt5compat/Manifest +++ b/dev-qt/qt5compat/Manifest @@ -1,2 +1 @@ -DIST qt5compat-everywhere-src-6.5.0.tar.xz 14638216 BLAKE2B ff1a9a9d52bd089e5dafe53ae518ad7f7d0c2c52ad9b309f84465bd45dbe6167d30bc5df4ac53d1983625c4136fe682efccacf7c9969828f709e9e8df7fc44ca SHA512 097f6cda4dee6eac8dd224d8539c26c1c016cb065f1718040f1b8e0b230b562f9b46f05d20655d30fe719d0886e02961a6dfbe7226d0dcc30f7145fe2f32a000 DIST qt5compat-everywhere-src-6.5.1.tar.xz 14638620 BLAKE2B 633f53dff9dd7f586018caf18cfdce0564684e7c9a7e2747dac087501f049370a91a10494e5b7f103fdbac42c163188d5fb6166cfdbaad7bb0f2230e7c14620b SHA512 513de021e2ab3413399b9f8cb7e86e744af468e28f1d11c1024d49650ac6658939e7e96607432511aa4095e6e122b9434f36e43ea712e657b10d7dfa0bd08b7d diff --git a/dev-qt/qt5compat/qt5compat-6.5.0.ebuild b/dev-qt/qt5compat/qt5compat-6.5.0.ebuild deleted file mode 100644 index e930872d0c3d..000000000000 --- a/dev-qt/qt5compat/qt5compat-6.5.0.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}"