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 33284158020 for ; Sat, 5 Nov 2022 16:39:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BC50E0817; Sat, 5 Nov 2022 16:39:22 +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 608DFE07EE for ; Sat, 5 Nov 2022 16:39: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 801DA34122E for ; Sat, 5 Nov 2022 16:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03CF1738 for ; Sat, 5 Nov 2022 16:39:18 +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: <1667639274.d75c7e1bf99f02fe2625fe98df52c20900f8b323.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebchannel/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebchannel/Manifest dev-qt/qtwebchannel/qtwebchannel-6.4.0.ebuild X-VCS-Directories: dev-qt/qtwebchannel/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d75c7e1bf99f02fe2625fe98df52c20900f8b323 X-VCS-Branch: master Date: Sat, 5 Nov 2022 16:39: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: 451673c8-c242-487c-970d-d493ef9147bc X-Archives-Hash: 7ee0862d7fa356d0941b14fc9d7dc96c commit: d75c7e1bf99f02fe2625fe98df52c20900f8b323 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 5 09:07:54 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 5 09:07:54 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d75c7e1b dev-qt/qtwebchannel: drop 6.4.0 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebchannel/Manifest | 1 - dev-qt/qtwebchannel/qtwebchannel-6.4.0.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-qt/qtwebchannel/Manifest b/dev-qt/qtwebchannel/Manifest deleted file mode 100644 index 7420e449..00000000 --- a/dev-qt/qtwebchannel/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qtwebchannel-everywhere-src-6.4.0.tar.xz 213096 BLAKE2B 04450f13d6af7996624c5c1e1f1b7f3c6a8ee64088086da3b237c1e1775ac90fad5a7a13ed1213d321f9703565c7ca42cf899dae675a616dd25fa6abad6e7f8a SHA512 5e668869646e9a4a115680004180948777c9cc2b4e6cc3afb4be74e298ec1e7338f61643ac1f46649d39f65e3f50de05d2b635d77bf211105e91dd0d5324fff6 diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.4.0.ebuild b/dev-qt/qtwebchannel/qtwebchannel-6.4.0.ebuild deleted file mode 100644 index 62dd2732..00000000 --- a/dev-qt/qtwebchannel/qtwebchannel-6.4.0.ebuild +++ /dev/null @@ -1,19 +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 WebChannel" - -if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -fi - -DEPEND=" - =dev-qt/qtbase-${PV}*[concurrent] - =dev-qt/qtdeclarative-${PV}* - =dev-qt/qtwebsockets-${PV}* -" -RDEPEND="${DEPEND}"