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 52737158094 for ; Sat, 24 Sep 2022 21:24:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05535E0991; Sat, 24 Sep 2022 21:24:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E264DE0991 for ; Sat, 24 Sep 2022 21:24:33 +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 38943340E3E for ; Sat, 24 Sep 2022 21:24:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B93F45FD for ; Sat, 24 Sep 2022 21:24:29 +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: <1664051143.4e5a0902e94a80674b6e4a712a83e975baf218e6.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebchannel/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild X-VCS-Directories: dev-qt/qtwebchannel/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4e5a0902e94a80674b6e4a712a83e975baf218e6 X-VCS-Branch: master Date: Sat, 24 Sep 2022 21:24:29 +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: d9edbd4e-dabb-4f3e-97ac-b79a017cb168 X-Archives-Hash: 11bac6e05b13eb3365c0ab13b66e17b5 commit: 4e5a0902e94a80674b6e4a712a83e975baf218e6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 24 20:25:43 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 24 20:25:43 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4e5a0902 dev-qt/qtwebchannel: drop 6.3.9999 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild b/dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild deleted file mode 100644 index 62dd2732..00000000 --- a/dev-qt/qtwebchannel/qtwebchannel-6.3.9999.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}"