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 25486158094 for ; Sat, 24 Sep 2022 17:03:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EFAEE0AE8; Sat, 24 Sep 2022 17:03: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 49709E0AE8 for ; Sat, 24 Sep 2022 17:03: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 935B3340CBB for ; Sat, 24 Sep 2022 17:03:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D8C75FA for ; Sat, 24 Sep 2022 17:03:19 +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: <1664030560.731f623e4c9c6df3a95c6b9e7608845a5369260d.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwayland/Manifest dev-qt/qtwayland/qtwayland-6.3.2.ebuild X-VCS-Directories: dev-qt/qtwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 731f623e4c9c6df3a95c6b9e7608845a5369260d X-VCS-Branch: master Date: Sat, 24 Sep 2022 17:03:19 +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: 6aa4339c-fad4-4e11-b883-74dcd447fb1f X-Archives-Hash: beb115c493a9d6b98cee7f3e8a345cb4 commit: 731f623e4c9c6df3a95c6b9e7608845a5369260d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 24 14:42:40 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 24 14:42:40 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=731f623e dev-qt/qtwayland: drop 6.3.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwayland/Manifest | 1 - dev-qt/qtwayland/qtwayland-6.3.2.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest deleted file mode 100644 index 590505ab..00000000 --- a/dev-qt/qtwayland/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qtwayland-everywhere-src-6.3.2.tar.xz 836192 BLAKE2B 3cb7c72c37d4b69a798cd14cc9aca694ba6ed01330e71772653e841717dcdd1c6e0d77597066647430e5f52dd5cd48636e1a6a2dcaadc2ab86a52be803c90f92 SHA512 475ba168bacb2d35a5962b27542f43420e3baf42d2026699b272174076ee6a26f8c3663ba8e44508f2011c5b7a2e4b3086390264cdf621b393c79fe89265bd03 diff --git a/dev-qt/qtwayland/qtwayland-6.3.2.ebuild b/dev-qt/qtwayland/qtwayland-6.3.2.ebuild deleted file mode 100644 index 09413e55..00000000 --- a/dev-qt/qtwayland/qtwayland-6.3.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt6-build - -DESCRIPTION="Wayland platform plugin for Qt" - -if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -fi - -BDEPEND="dev-util/wayland-scanner" -DEPEND=" - dev-libs/wayland - =dev-qt/qtbase-${PV}*[gui,opengl] - =dev-qt/qtdeclarative-${PV}* - media-libs/libglvnd - x11-libs/libxkbcommon -" -RDEPEND="${DEPEND}"