commit: ac0b289ebaa568797576e62d5119a4c4ef8152cb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 20:25:51 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 20:25:51 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ac0b289e
dev-qt/qtwebsockets: drop 6.3.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtwebsockets/qtwebsockets-6.3.9999.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.3.9999.ebuild
b/dev-qt/qtwebsockets/qtwebsockets-6.3.9999.ebuild
deleted file mode 100644
index 6b0e253a..00000000
--- a/dev-qt/qtwebsockets/qtwebsockets-6.3.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Implementation of the WebSocket protocol for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64"
-fi
-
-DEPEND="
- =dev-qt/qtbase-${PV}*[network]
- =dev-qt/qtdeclarative-${PV}*
-"
-RDEPEND="${DEPEND}"