commit:     22fccc94b224cfdb23ffcf2f8151e05275971ec6
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 18:00:01 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 17:06:25 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=22fccc94

dev-qt/*: drop Qt6 (live ebuilds moved to ::gentoo)

Maintaining these in two different repos feels like just
a hassle (to me), and would rather have all in one place
so I can change live and release ebuilds(+metadata/eclass)
simultaneously as needed (plus chiitoo has ::gentoo commit
access now).

Do not want to leave stale ebuilds here, so cleaning up.

May move other packages if I happen to work on them, albeit
I have no real intention to touch non-Qt6 things outside
at most small things (anyone working on other things are
free to the same if they want, or stay as-is).

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-qt/qt3d/qt3d-6.5.9999.ebuild                   |  44 ----
 dev-qt/qt3d/qt3d-6.9999.ebuild                     |  44 ----
 dev-qt/qt5compat/metadata.xml                      |  17 --
 dev-qt/qt5compat/qt5compat-6.5.9999.ebuild         |  18 --
 dev-qt/qt5compat/qt5compat-6.9999.ebuild           |  18 --
 dev-qt/qtbase/metadata.xml                         |  37 ----
 dev-qt/qtbase/qtbase-6.5.9999.ebuild               | 188 ----------------
 dev-qt/qtbase/qtbase-6.9999.ebuild                 | 188 ----------------
 dev-qt/qtcharts/qtcharts-6.5.9999.ebuild           |  18 --
 dev-qt/qtcharts/qtcharts-6.9999.ebuild             |  18 --
 dev-qt/qtdeclarative/metadata.xml                  |   2 -
 dev-qt/qtdeclarative/qtdeclarative-6.5.9999.ebuild |  30 ---
 dev-qt/qtdeclarative/qtdeclarative-6.9999.ebuild   |  30 ---
 .../qtimageformats/qtimageformats-6.5.9999.ebuild  |  35 ---
 dev-qt/qtimageformats/qtimageformats-6.9999.ebuild |  35 ---
 dev-qt/qtlocation/qtlocation-6.5.9999.ebuild       |  20 --
 dev-qt/qtlocation/qtlocation-6.9999.ebuild         |  20 --
 dev-qt/qtmultimedia/qtmultimedia-6.5.9999.ebuild   |  65 ------
 dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild     |  65 ------
 dev-qt/qtnetworkauth/qtnetworkauth-6.5.9999.ebuild |  17 --
 dev-qt/qtnetworkauth/qtnetworkauth-6.9999.ebuild   |  17 --
 dev-qt/qtpositioning/qtpositioning-6.5.9999.ebuild |  19 --
 dev-qt/qtpositioning/qtpositioning-6.9999.ebuild   |  19 --
 dev-qt/qtquick3d/metadata.xml                      |  17 --
 dev-qt/qtquick3d/qtquick3d-6.5.9999.ebuild         |  32 ---
 dev-qt/qtquick3d/qtquick3d-6.9999.ebuild           |  32 ---
 .../qtquicktimeline-6.5.9999.ebuild                |  18 --
 .../qtquicktimeline/qtquicktimeline-6.9999.ebuild  |  18 --
 dev-qt/qtscxml/qtscxml-6.5.9999.ebuild             |  20 --
 dev-qt/qtscxml/qtscxml-6.9999.ebuild               |  20 --
 dev-qt/qtserialport/qtserialport-6.5.9999.ebuild   |  18 --
 dev-qt/qtserialport/qtserialport-6.9999.ebuild     |  18 --
 dev-qt/qtshadertools/metadata.xml                  |  17 --
 dev-qt/qtshadertools/qtshadertools-6.5.9999.ebuild |  17 --
 dev-qt/qtshadertools/qtshadertools-6.9999.ebuild   |  17 --
 dev-qt/qtsvg/qtsvg-6.5.9999.ebuild                 |  18 --
 dev-qt/qtsvg/qtsvg-6.9999.ebuild                   |  18 --
 dev-qt/qttools/metadata.xml                        |  29 ---
 dev-qt/qttools/qttools-6.5.9999.ebuild             |  66 ------
 dev-qt/qttools/qttools-6.9999.ebuild               |  66 ------
 .../qttranslations/qttranslations-6.5.9999.ebuild  |  17 --
 dev-qt/qttranslations/qttranslations-6.9999.ebuild |  17 --
 dev-qt/qtwayland/qtwayland-6.5.9999.ebuild         |  22 --
 dev-qt/qtwayland/qtwayland-6.9999.ebuild           |  22 --
 dev-qt/qtwebchannel/qtwebchannel-6.5.9999.ebuild   |  19 --
 dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild     |  19 --
 dev-qt/qtwebengine/qtwebengine-6.5.9999.ebuild     | 244 ---------------------
 dev-qt/qtwebengine/qtwebengine-6.9999.ebuild       | 244 ---------------------
 dev-qt/qtwebsockets/qtwebsockets-6.5.9999.ebuild   |  18 --
 dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild     |  18 --
 eclass/qt6-build.eclass                            | 182 ---------------
 51 files changed, 2227 deletions(-)

diff --git a/dev-qt/qt3d/qt3d-6.5.9999.ebuild b/dev-qt/qt3d/qt3d-6.5.9999.ebuild
deleted file mode 100644
index d62b749f..00000000
--- a/dev-qt/qt3d/qt3d-6.5.9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="3D rendering module for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE=""
-
-RDEPEND="
-       =dev-qt/qtbase-${PV}*[concurrent,gui,network,opengl,vulkan,widgets]
-       =dev-qt/qtdeclarative-${PV}*[widgets]
-       =dev-qt/qtmultimedia-${PV}*
-       =dev-qt/qtshadertools-${PV}*
-       media-libs/assimp:=
-"
-DEPEND="${RDEPEND}
-       dev-util/vulkan-headers
-"
-
-# No qtgamepad branching since 6.3.
-src_configure() {
-       local mycmakeargs=(
-               -DQT_FEATURE_opengl=ON
-               -DQT_FEATURE_qt3d_animation=ON
-               -DQT_FEATURE_qt3d_extras=ON
-               -DQT_FEATURE_qt3d_input=ON
-               -DQT_FEATURE_qt3d_logic=ON
-               -DQT_FEATURE_qt3d_render=ON
-               -DQT_FEATURE_qt3d_rhi_renderer=ON
-               -DQT_FEATURE_qt3d_system_assimp=ON
-               -DQT_FEATURE_regularexpression=ON
-               -DQT_FEATURE_system_zlib=ON
-               -DQT_FEATURE_vulkan=ON
-       )
-
-       qt6-build_src_configure
-}

diff --git a/dev-qt/qt3d/qt3d-6.9999.ebuild b/dev-qt/qt3d/qt3d-6.9999.ebuild
deleted file mode 100644
index d62b749f..00000000
--- a/dev-qt/qt3d/qt3d-6.9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="3D rendering module for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE=""
-
-RDEPEND="
-       =dev-qt/qtbase-${PV}*[concurrent,gui,network,opengl,vulkan,widgets]
-       =dev-qt/qtdeclarative-${PV}*[widgets]
-       =dev-qt/qtmultimedia-${PV}*
-       =dev-qt/qtshadertools-${PV}*
-       media-libs/assimp:=
-"
-DEPEND="${RDEPEND}
-       dev-util/vulkan-headers
-"
-
-# No qtgamepad branching since 6.3.
-src_configure() {
-       local mycmakeargs=(
-               -DQT_FEATURE_opengl=ON
-               -DQT_FEATURE_qt3d_animation=ON
-               -DQT_FEATURE_qt3d_extras=ON
-               -DQT_FEATURE_qt3d_input=ON
-               -DQT_FEATURE_qt3d_logic=ON
-               -DQT_FEATURE_qt3d_render=ON
-               -DQT_FEATURE_qt3d_rhi_renderer=ON
-               -DQT_FEATURE_qt3d_system_assimp=ON
-               -DQT_FEATURE_regularexpression=ON
-               -DQT_FEATURE_system_zlib=ON
-               -DQT_FEATURE_vulkan=ON
-       )
-
-       qt6-build_src_configure
-}

diff --git a/dev-qt/qt5compat/metadata.xml b/dev-qt/qt5compat/metadata.xml
deleted file mode 100644
index ae8aa959..00000000
--- a/dev-qt/qt5compat/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Qt Project</name>
-       </maintainer>
-       <upstream>
-               <bugs-to>https://bugreports.qt.io/</bugs-to>
-               <doc>https://doc.qt.io/</doc>
-       </upstream>
-       <slots>
-               <subslots>
-                       Must only be used by packages that are known to use 
private parts of the Qt API.
-               </subslots>
-       </slots>
-</pkgmetadata>

diff --git a/dev-qt/qt5compat/qt5compat-6.5.9999.ebuild 
b/dev-qt/qt5compat/qt5compat-6.5.9999.ebuild
deleted file mode 100644
index 54dca83e..00000000
--- a/dev-qt/qt5compat/qt5compat-6.5.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 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}"

diff --git a/dev-qt/qt5compat/qt5compat-6.9999.ebuild 
b/dev-qt/qt5compat/qt5compat-6.9999.ebuild
deleted file mode 100644
index 54dca83e..00000000
--- a/dev-qt/qt5compat/qt5compat-6.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 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}"

diff --git a/dev-qt/qtbase/metadata.xml b/dev-qt/qtbase/metadata.xml
deleted file mode 100644
index d828e063..00000000
--- a/dev-qt/qtbase/metadata.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Qt Project</name>
-       </maintainer>
-       <use>
-               <flag name="brotli">Enable support for Brotli 
decompression</flag>
-               <flag name="concurrent">Build Qt6Concurrent module</flag>
-               <flag name="dbus">Build Qt6DBus module</flag>
-               <flag name="egl">Enable EGL integration</flag>
-               <flag name="eglfs">Build the EGL Full Screen/Single Surface 
platform plugin</flag>
-               <flag name="evdev">Enable support for input devices via 
evdev</flag>
-               <flag name="gssapi">Enable support for GSSAPI 
(<pkg>virtual/krb5</pkg>)</flag>
-               <flag name="gtk">Build the GTK platform theme plugin</flag>
-               <flag name="gui">Build Qt6Gui module</flag>
-               <flag name="libinput">Enable support for input devices via 
<pkg>dev-libs/libinput</pkg></flag>
-               <flag name="libproxy">Use <pkg>net-libs/libproxy</pkg> for 
automatic HTTP/SOCKS proxy configuration</flag>
-               <flag name="network">Build Qt6Network module</flag>
-               <flag name="sql">Build Qt6Sql module</flag>
-               <flag name="systemd">Enable native journald logging 
support</flag>
-               <flag name="tslib">Enable support for touchscreen devices via 
<pkg>x11-libs/tslib</pkg></flag>
-               <flag name="tuio">Build plugin to receive touch events over the 
TUIO protocol</flag>
-               <flag name="widgets">Build Qt6Widgets module</flag>
-               <flag name="X">Build the XCB platform plugin and enable X11 
integration</flag>
-       </use>
-       <upstream>
-               <bugs-to>https://bugreports.qt.io/</bugs-to>
-               <doc>https://doc.qt.io/</doc>
-       </upstream>
-       <slots>
-               <subslots>
-                       Must only be used by packages that are known to use 
private parts of the Qt API.
-               </subslots>
-       </slots>
-</pkgmetadata>

diff --git a/dev-qt/qtbase/qtbase-6.5.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.5.9999.ebuild
deleted file mode 100644
index c29d890f..00000000
--- a/dev-qt/qtbase/qtbase-6.5.9999.ebuild
+++ /dev/null
@@ -1,188 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Cross-platform application development framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-# Qt Modules
-IUSE="+concurrent +dbus +gui +network +sql opengl +widgets +xml zstd"
-REQUIRED_USE="
-       opengl? ( gui )
-       widgets? ( gui )
-       X? ( || ( evdev libinput ) )
-"
-
-QTGUI_IUSE="accessibility egl eglfs evdev gles2-only +jpeg +libinput tslib 
tuio vulkan +X"
-QTNETWORK_IUSE="brotli gssapi libproxy sctp +ssl vnc"
-QTSQL_IUSE="freetds mysql oci8 odbc postgres +sqlite"
-IUSE+=" ${QTGUI_IUSE} ${QTNETWORK_IUSE} ${QTSQL_IUSE} cups gtk icu systemd 
+udev wayland"
-# QtPrintSupport = QtGui + QtWidgets enabled.
-# ibus = xkbcommon + dbus, and xkbcommon needs either libinput or X
-REQUIRED_USE+="
-       $(printf '%s? ( gui ) ' ${QTGUI_IUSE//+/})
-       $(printf '%s? ( network ) ' ${QTNETWORK_IUSE//+/})
-       $(printf '%s? ( sql ) ' ${QTSQL_IUSE//+/})
-       accessibility? ( dbus X )
-       cups? ( gui widgets )
-       eglfs? ( egl )
-       gtk? ( widgets )
-       gui? ( || ( eglfs X ) || ( libinput X ) )
-       libinput? ( udev )
-       sql? ( || ( freetds mysql oci8 odbc postgres sqlite ) )
-       vnc? ( gui )
-       X? ( gles2-only? ( egl ) )
-"
-
-# TODO:
-# qtimageformats: mng not done yet, qtimageformats.git upstream commit 9443239c
-# qtnetwork: connman, networkmanager
-DEPEND="
-       app-crypt/libb2
-       dev-libs/double-conversion:=
-       dev-libs/glib:2
-       dev-libs/libpcre2:=[pcre16,unicode]
-       dev-util/gtk-update-icon-cache
-       media-libs/fontconfig
-       >=media-libs/freetype-2.6.1:2
-       >=media-libs/harfbuzz-1.6.0:=
-       media-libs/tiff:=
-       >=sys-apps/dbus-1.4.20
-       sys-libs/zlib:=
-       brotli? ( app-arch/brotli:= )
-       evdev? ( sys-libs/mtdev )
-       freetds? ( dev-db/freetds )
-       gles2-only? ( media-libs/libglvnd )
-       !gles2-only? ( media-libs/libglvnd[X] )
-       gssapi? ( virtual/krb5 )
-       gtk? (
-               x11-libs/gtk+:3
-               x11-libs/libX11
-               x11-libs/pango
-       )
-       gui? ( media-libs/libpng:= )
-       icu? ( dev-libs/icu:= )
-       !icu? ( virtual/libiconv )
-       jpeg? ( media-libs/libjpeg-turbo:= )
-       libinput? (
-               dev-libs/libinput:=
-               >=x11-libs/libxkbcommon-0.5.0
-       )
-       libproxy? ( net-libs/libproxy )
-       mysql? ( dev-db/mysql-connector-c:= )
-       oci8? ( dev-db/oracle-instantclient:=[sdk] )
-       odbc? ( dev-db/unixODBC )
-       postgres? ( dev-db/postgresql:* )
-       sctp? ( kernel_linux? ( net-misc/lksctp-tools ) )
-       sqlite? ( dev-db/sqlite:3 )
-       ssl? ( dev-libs/openssl:= )
-       systemd? ( sys-apps/systemd:= )
-       tslib? ( >=x11-libs/tslib-1.21 )
-       udev? ( virtual/libudev:= )
-       vulkan? ( dev-util/vulkan-headers )
-       X? (
-               x11-libs/libdrm
-               x11-libs/libICE
-               x11-libs/libSM
-               x11-libs/libX11
-               >=x11-libs/libxcb-1.12:=
-               >=x11-libs/libxkbcommon-0.5.0[X]
-               x11-libs/xcb-util-cursor
-               x11-libs/xcb-util-image
-               x11-libs/xcb-util-keysyms
-               x11-libs/xcb-util-renderutil
-               x11-libs/xcb-util-wm
-       )
-       zstd? ( app-arch/zstd:= )
-"
-RDEPEND="${DEPEND}"
-PDEPEND="wayland? ( =dev-qt/qtwayland-${PV}* )"
-
-src_configure() {
-       local mycmakeargs=(
-               -DINSTALL_ARCHDATADIR=${QT6_ARCHDATADIR}
-               -DINSTALL_BINDIR=${QT6_BINDIR}
-               -DINSTALL_DATADIR=${QT6_DATADIR}
-               -DINSTALL_DOCDIR=${QT6_DOCDIR}
-               -DINSTALL_EXAMPLESDIR=${QT6_EXAMPLESDIR}
-               -DINSTALL_INCLUDEDIR=${QT6_HEADERDIR}
-               -DINSTALL_LIBDIR=${QT6_LIBDIR}
-               -DINSTALL_LIBEXECDIR=${QT6_LIBEXECDIR}
-               -DINSTALL_MKSPECSDIR=${QT6_ARCHDATADIR}/mkspecs
-               -DINSTALL_PLUGINSDIR=${QT6_PLUGINDIR}
-               -DINSTALL_QMLDIR=${QT6_QMLDIR}
-               -DINSTALL_SYSCONFDIR=${QT6_SYSCONFDIR}
-               -DINSTALL_TRANSLATIONSDIR=${QT6_TRANSLATIONDIR}
-               -DQT_FEATURE_androiddeployqt=OFF
-               $(qt_feature concurrent)
-               $(qt_feature dbus)
-               $(qt_feature gui)
-               $(qt_feature gui testlib)
-               $(qt_feature icu)
-               $(qt_feature network)
-               $(qt_feature sql)
-               $(qt_feature systemd journald)
-               $(qt_feature udev libudev)
-               $(qt_feature xml)
-               $(qt_feature zstd)
-       )
-       use gui && mycmakeargs+=(
-               $(qt_feature accessibility accessibility_atspi_bridge)
-               $(qt_feature egl)
-               $(qt_feature egl xcb_egl_plugin)
-               $(qt_feature eglfs eglfs_egldevice)
-               $(qt_feature eglfs eglfs_gbm)
-               $(qt_feature evdev)
-               $(qt_feature evdev mtdev)
-               -DQT_FEATURE_gif=ON
-               $(qt_feature jpeg)
-               $(qt_feature opengl)
-               $(qt_feature gles2-only opengles2)
-               $(qt_feature libinput)
-               $(qt_feature tslib)
-               $(qt_feature tuio tuiotouch)
-               $(qt_feature vulkan)
-               $(qt_feature widgets)
-               $(qt_feature X xcb)
-               $(qt_feature X xcb_xlib)
-       )
-       use widgets && mycmakeargs+=(
-               $(qt_feature cups)
-               $(qt_feature gtk gtk3)
-       )
-       if use libinput || use X; then
-               mycmakeargs+=( -DQT_FEATURE_xkbcommon=ON )
-       fi
-       use network && mycmakeargs+=(
-               $(qt_feature brotli)
-               $(qt_feature gssapi)
-               $(qt_feature libproxy)
-               $(qt_feature sctp)
-               $(qt_feature ssl openssl)
-               $(qt_feature vnc)
-       )
-       use sql && mycmakeargs+=(
-               $(qt_feature freetds sql_tds)
-               $(qt_feature mysql sql_mysql)
-               $(qt_feature oci8 sql_oci)
-               $(qt_feature odbc sql_odbc)
-               $(qt_feature postgres sql_psql)
-               $(qt_feature sqlite sql_sqlite)
-               $(qt_feature sqlite system_sqlite)
-       )
-
-       qt6-build_src_configure
-}
-
-src_install() {
-       qt6-build_src_install
-
-       # https://bugs.gentoo.org/863395
-       qt6_symlink_binary_to_path qmake 6
-}

diff --git a/dev-qt/qtbase/qtbase-6.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.9999.ebuild
deleted file mode 100644
index c29d890f..00000000
--- a/dev-qt/qtbase/qtbase-6.9999.ebuild
+++ /dev/null
@@ -1,188 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Cross-platform application development framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-# Qt Modules
-IUSE="+concurrent +dbus +gui +network +sql opengl +widgets +xml zstd"
-REQUIRED_USE="
-       opengl? ( gui )
-       widgets? ( gui )
-       X? ( || ( evdev libinput ) )
-"
-
-QTGUI_IUSE="accessibility egl eglfs evdev gles2-only +jpeg +libinput tslib 
tuio vulkan +X"
-QTNETWORK_IUSE="brotli gssapi libproxy sctp +ssl vnc"
-QTSQL_IUSE="freetds mysql oci8 odbc postgres +sqlite"
-IUSE+=" ${QTGUI_IUSE} ${QTNETWORK_IUSE} ${QTSQL_IUSE} cups gtk icu systemd 
+udev wayland"
-# QtPrintSupport = QtGui + QtWidgets enabled.
-# ibus = xkbcommon + dbus, and xkbcommon needs either libinput or X
-REQUIRED_USE+="
-       $(printf '%s? ( gui ) ' ${QTGUI_IUSE//+/})
-       $(printf '%s? ( network ) ' ${QTNETWORK_IUSE//+/})
-       $(printf '%s? ( sql ) ' ${QTSQL_IUSE//+/})
-       accessibility? ( dbus X )
-       cups? ( gui widgets )
-       eglfs? ( egl )
-       gtk? ( widgets )
-       gui? ( || ( eglfs X ) || ( libinput X ) )
-       libinput? ( udev )
-       sql? ( || ( freetds mysql oci8 odbc postgres sqlite ) )
-       vnc? ( gui )
-       X? ( gles2-only? ( egl ) )
-"
-
-# TODO:
-# qtimageformats: mng not done yet, qtimageformats.git upstream commit 9443239c
-# qtnetwork: connman, networkmanager
-DEPEND="
-       app-crypt/libb2
-       dev-libs/double-conversion:=
-       dev-libs/glib:2
-       dev-libs/libpcre2:=[pcre16,unicode]
-       dev-util/gtk-update-icon-cache
-       media-libs/fontconfig
-       >=media-libs/freetype-2.6.1:2
-       >=media-libs/harfbuzz-1.6.0:=
-       media-libs/tiff:=
-       >=sys-apps/dbus-1.4.20
-       sys-libs/zlib:=
-       brotli? ( app-arch/brotli:= )
-       evdev? ( sys-libs/mtdev )
-       freetds? ( dev-db/freetds )
-       gles2-only? ( media-libs/libglvnd )
-       !gles2-only? ( media-libs/libglvnd[X] )
-       gssapi? ( virtual/krb5 )
-       gtk? (
-               x11-libs/gtk+:3
-               x11-libs/libX11
-               x11-libs/pango
-       )
-       gui? ( media-libs/libpng:= )
-       icu? ( dev-libs/icu:= )
-       !icu? ( virtual/libiconv )
-       jpeg? ( media-libs/libjpeg-turbo:= )
-       libinput? (
-               dev-libs/libinput:=
-               >=x11-libs/libxkbcommon-0.5.0
-       )
-       libproxy? ( net-libs/libproxy )
-       mysql? ( dev-db/mysql-connector-c:= )
-       oci8? ( dev-db/oracle-instantclient:=[sdk] )
-       odbc? ( dev-db/unixODBC )
-       postgres? ( dev-db/postgresql:* )
-       sctp? ( kernel_linux? ( net-misc/lksctp-tools ) )
-       sqlite? ( dev-db/sqlite:3 )
-       ssl? ( dev-libs/openssl:= )
-       systemd? ( sys-apps/systemd:= )
-       tslib? ( >=x11-libs/tslib-1.21 )
-       udev? ( virtual/libudev:= )
-       vulkan? ( dev-util/vulkan-headers )
-       X? (
-               x11-libs/libdrm
-               x11-libs/libICE
-               x11-libs/libSM
-               x11-libs/libX11
-               >=x11-libs/libxcb-1.12:=
-               >=x11-libs/libxkbcommon-0.5.0[X]
-               x11-libs/xcb-util-cursor
-               x11-libs/xcb-util-image
-               x11-libs/xcb-util-keysyms
-               x11-libs/xcb-util-renderutil
-               x11-libs/xcb-util-wm
-       )
-       zstd? ( app-arch/zstd:= )
-"
-RDEPEND="${DEPEND}"
-PDEPEND="wayland? ( =dev-qt/qtwayland-${PV}* )"
-
-src_configure() {
-       local mycmakeargs=(
-               -DINSTALL_ARCHDATADIR=${QT6_ARCHDATADIR}
-               -DINSTALL_BINDIR=${QT6_BINDIR}
-               -DINSTALL_DATADIR=${QT6_DATADIR}
-               -DINSTALL_DOCDIR=${QT6_DOCDIR}
-               -DINSTALL_EXAMPLESDIR=${QT6_EXAMPLESDIR}
-               -DINSTALL_INCLUDEDIR=${QT6_HEADERDIR}
-               -DINSTALL_LIBDIR=${QT6_LIBDIR}
-               -DINSTALL_LIBEXECDIR=${QT6_LIBEXECDIR}
-               -DINSTALL_MKSPECSDIR=${QT6_ARCHDATADIR}/mkspecs
-               -DINSTALL_PLUGINSDIR=${QT6_PLUGINDIR}
-               -DINSTALL_QMLDIR=${QT6_QMLDIR}
-               -DINSTALL_SYSCONFDIR=${QT6_SYSCONFDIR}
-               -DINSTALL_TRANSLATIONSDIR=${QT6_TRANSLATIONDIR}
-               -DQT_FEATURE_androiddeployqt=OFF
-               $(qt_feature concurrent)
-               $(qt_feature dbus)
-               $(qt_feature gui)
-               $(qt_feature gui testlib)
-               $(qt_feature icu)
-               $(qt_feature network)
-               $(qt_feature sql)
-               $(qt_feature systemd journald)
-               $(qt_feature udev libudev)
-               $(qt_feature xml)
-               $(qt_feature zstd)
-       )
-       use gui && mycmakeargs+=(
-               $(qt_feature accessibility accessibility_atspi_bridge)
-               $(qt_feature egl)
-               $(qt_feature egl xcb_egl_plugin)
-               $(qt_feature eglfs eglfs_egldevice)
-               $(qt_feature eglfs eglfs_gbm)
-               $(qt_feature evdev)
-               $(qt_feature evdev mtdev)
-               -DQT_FEATURE_gif=ON
-               $(qt_feature jpeg)
-               $(qt_feature opengl)
-               $(qt_feature gles2-only opengles2)
-               $(qt_feature libinput)
-               $(qt_feature tslib)
-               $(qt_feature tuio tuiotouch)
-               $(qt_feature vulkan)
-               $(qt_feature widgets)
-               $(qt_feature X xcb)
-               $(qt_feature X xcb_xlib)
-       )
-       use widgets && mycmakeargs+=(
-               $(qt_feature cups)
-               $(qt_feature gtk gtk3)
-       )
-       if use libinput || use X; then
-               mycmakeargs+=( -DQT_FEATURE_xkbcommon=ON )
-       fi
-       use network && mycmakeargs+=(
-               $(qt_feature brotli)
-               $(qt_feature gssapi)
-               $(qt_feature libproxy)
-               $(qt_feature sctp)
-               $(qt_feature ssl openssl)
-               $(qt_feature vnc)
-       )
-       use sql && mycmakeargs+=(
-               $(qt_feature freetds sql_tds)
-               $(qt_feature mysql sql_mysql)
-               $(qt_feature oci8 sql_oci)
-               $(qt_feature odbc sql_odbc)
-               $(qt_feature postgres sql_psql)
-               $(qt_feature sqlite sql_sqlite)
-               $(qt_feature sqlite system_sqlite)
-       )
-
-       qt6-build_src_configure
-}
-
-src_install() {
-       qt6-build_src_install
-
-       # https://bugs.gentoo.org/863395
-       qt6_symlink_binary_to_path qmake 6
-}

diff --git a/dev-qt/qtcharts/qtcharts-6.5.9999.ebuild 
b/dev-qt/qtcharts/qtcharts-6.5.9999.ebuild
deleted file mode 100644
index 92c6cf41..00000000
--- a/dev-qt/qtcharts/qtcharts-6.5.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Chart component library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[gui,opengl,widgets]
-       =dev-qt/qtdeclarative-${PV}*
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtcharts/qtcharts-6.9999.ebuild 
b/dev-qt/qtcharts/qtcharts-6.9999.ebuild
deleted file mode 100644
index 92c6cf41..00000000
--- a/dev-qt/qtcharts/qtcharts-6.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Chart component library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[gui,opengl,widgets]
-       =dev-qt/qtdeclarative-${PV}*
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtdeclarative/metadata.xml 
b/dev-qt/qtdeclarative/metadata.xml
index b1f5174a..e9d3c89b 100644
--- a/dev-qt/qtdeclarative/metadata.xml
+++ b/dev-qt/qtdeclarative/metadata.xml
@@ -7,8 +7,6 @@
        </maintainer>
        <use>
                <flag name="localstorage">Build the LocalStorage import for 
QtQuick (requires QtSql)</flag>
-               <flag name="opengl">Enable OpenGL support</flag>
-               <flag name="sql">Enable QtSQL support</flag>
                <flag name="widgets">Enable QtWidgets support</flag>
        </use>
        <upstream>

diff --git a/dev-qt/qtdeclarative/qtdeclarative-6.5.9999.ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-6.5.9999.ebuild
deleted file mode 100644
index 8c9a771c..00000000
--- a/dev-qt/qtdeclarative/qtdeclarative-6.5.9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt Declarative (Quick 2)"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE="opengl +sql +widgets"
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[network,opengl=,sql=,widgets=]
-       =dev-qt/qtshadertools-${PV}*
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               $(qt_feature opengl)
-               $(qt_feature sql)
-               $(qt_feature widgets)
-       )
-
-       qt6-build_src_configure
-}

diff --git a/dev-qt/qtdeclarative/qtdeclarative-6.9999.ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-6.9999.ebuild
deleted file mode 100644
index 8c9a771c..00000000
--- a/dev-qt/qtdeclarative/qtdeclarative-6.9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt Declarative (Quick 2)"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE="opengl +sql +widgets"
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[network,opengl=,sql=,widgets=]
-       =dev-qt/qtshadertools-${PV}*
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               $(qt_feature opengl)
-               $(qt_feature sql)
-               $(qt_feature widgets)
-       )
-
-       qt6-build_src_configure
-}

diff --git a/dev-qt/qtimageformats/qtimageformats-6.5.9999.ebuild 
b/dev-qt/qtimageformats/qtimageformats-6.5.9999.ebuild
deleted file mode 100644
index ffa831e5..00000000
--- a/dev-qt/qtimageformats/qtimageformats-6.5.9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Additional format plugins for the Qt image I/O system"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE="mng"
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[gui]
-       media-libs/libwebp:=
-       media-libs/tiff:=
-       mng? ( media-libs/libmng:= )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DQT_FEATURE_jasper=OFF
-               $(qt_feature mng)
-               -DQT_FEATURE_tiff=ON
-               -DQT_FEATURE_webp=ON
-               -DQT_FEATURE_system_tiff=ON
-               -DQT_FEATURE_system_webp=ON
-       )
-
-       qt6-build_src_configure
-}

diff --git a/dev-qt/qtimageformats/qtimageformats-6.9999.ebuild 
b/dev-qt/qtimageformats/qtimageformats-6.9999.ebuild
deleted file mode 100644
index ffa831e5..00000000
--- a/dev-qt/qtimageformats/qtimageformats-6.9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Additional format plugins for the Qt image I/O system"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE="mng"
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[gui]
-       media-libs/libwebp:=
-       media-libs/tiff:=
-       mng? ( media-libs/libmng:= )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DQT_FEATURE_jasper=OFF
-               $(qt_feature mng)
-               -DQT_FEATURE_tiff=ON
-               -DQT_FEATURE_webp=ON
-               -DQT_FEATURE_system_tiff=ON
-               -DQT_FEATURE_system_webp=ON
-       )
-
-       qt6-build_src_configure
-}

diff --git a/dev-qt/qtlocation/qtlocation-6.5.9999.ebuild 
b/dev-qt/qtlocation/qtlocation-6.5.9999.ebuild
deleted file mode 100644
index c707518d..00000000
--- a/dev-qt/qtlocation/qtlocation-6.5.9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[network]
-       =dev-qt/qtdeclarative-${PV}*
-       =dev-qt/qtpositioning-${PV}*
-       =dev-qt/qtshadertools-${PV}*
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtlocation/qtlocation-6.9999.ebuild 
b/dev-qt/qtlocation/qtlocation-6.9999.ebuild
deleted file mode 100644
index c707518d..00000000
--- a/dev-qt/qtlocation/qtlocation-6.9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[network]
-       =dev-qt/qtdeclarative-${PV}*
-       =dev-qt/qtpositioning-${PV}*
-       =dev-qt/qtshadertools-${PV}*
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.5.9999.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-6.5.9999.ebuild
deleted file mode 100644
index 1091cf2d..00000000
--- a/dev-qt/qtmultimedia/qtmultimedia-6.5.9999.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Multimedia (audio, video, radio, camera) library for the Qt6 
framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE="alsa +ffmpeg gstreamer pulseaudio v4l vaapi"
-
-REQUIRED_USE="
-       || ( ffmpeg gstreamer )
-       vaapi? ( ffmpeg )
-"
-
-RDEPEND="
-       =dev-qt/qtbase-${PV}*[gui,network,widgets]
-       =dev-qt/qtdeclarative-${PV}*
-       =dev-qt/qtquick3d-${PV}*
-       =dev-qt/qtshadertools-${PV}*
-       =dev-qt/qtsvg-${PV}*
-       alsa? ( media-libs/alsa-lib )
-       ffmpeg? (
-               media-libs/libva:=
-               media-video/ffmpeg:=
-               x11-libs/libX11
-               x11-libs/libXext
-               x11-libs/libXrandr
-       )
-       gstreamer? (
-               dev-libs/glib:2
-               media-libs/gstreamer:1.0
-               media-libs/gst-plugins-bad:1.0
-               media-libs/gst-plugins-base:1.0
-               media-libs/libglvnd
-       )
-       pulseaudio? ( media-libs/libpulse[glib] )
-       vaapi? (
-               =dev-qt/qtbase-${PV}*[opengl]
-               media-libs/libglvnd
-               media-libs/libva:=
-       )
-"
-DEPEND="${RDEPEND}
-       gstreamer? ( x11-base/xorg-proto )
-       v4l? ( sys-kernel/linux-headers )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               $(qt_feature alsa)
-               $(qt_feature ffmpeg)
-               $(qt_feature gstreamer)
-               $(qt_feature v4l linux_v4l)
-               $(qt_feature pulseaudio)
-               $(qt_feature vaapi)
-       )
-
-       qt6-build_src_configure
-}

diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild
deleted file mode 100644
index 1091cf2d..00000000
--- a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Multimedia (audio, video, radio, camera) library for the Qt6 
framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE="alsa +ffmpeg gstreamer pulseaudio v4l vaapi"
-
-REQUIRED_USE="
-       || ( ffmpeg gstreamer )
-       vaapi? ( ffmpeg )
-"
-
-RDEPEND="
-       =dev-qt/qtbase-${PV}*[gui,network,widgets]
-       =dev-qt/qtdeclarative-${PV}*
-       =dev-qt/qtquick3d-${PV}*
-       =dev-qt/qtshadertools-${PV}*
-       =dev-qt/qtsvg-${PV}*
-       alsa? ( media-libs/alsa-lib )
-       ffmpeg? (
-               media-libs/libva:=
-               media-video/ffmpeg:=
-               x11-libs/libX11
-               x11-libs/libXext
-               x11-libs/libXrandr
-       )
-       gstreamer? (
-               dev-libs/glib:2
-               media-libs/gstreamer:1.0
-               media-libs/gst-plugins-bad:1.0
-               media-libs/gst-plugins-base:1.0
-               media-libs/libglvnd
-       )
-       pulseaudio? ( media-libs/libpulse[glib] )
-       vaapi? (
-               =dev-qt/qtbase-${PV}*[opengl]
-               media-libs/libglvnd
-               media-libs/libva:=
-       )
-"
-DEPEND="${RDEPEND}
-       gstreamer? ( x11-base/xorg-proto )
-       v4l? ( sys-kernel/linux-headers )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               $(qt_feature alsa)
-               $(qt_feature ffmpeg)
-               $(qt_feature gstreamer)
-               $(qt_feature v4l linux_v4l)
-               $(qt_feature pulseaudio)
-               $(qt_feature vaapi)
-       )
-
-       qt6-build_src_configure
-}

diff --git a/dev-qt/qtnetworkauth/qtnetworkauth-6.5.9999.ebuild 
b/dev-qt/qtnetworkauth/qtnetworkauth-6.5.9999.ebuild
deleted file mode 100644
index 90c31313..00000000
--- a/dev-qt/qtnetworkauth/qtnetworkauth-6.5.9999.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Network authorization library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[network,widgets]
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtnetworkauth/qtnetworkauth-6.9999.ebuild 
b/dev-qt/qtnetworkauth/qtnetworkauth-6.9999.ebuild
deleted file mode 100644
index 90c31313..00000000
--- a/dev-qt/qtnetworkauth/qtnetworkauth-6.9999.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Network authorization library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[network,widgets]
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtpositioning/qtpositioning-6.5.9999.ebuild 
b/dev-qt/qtpositioning/qtpositioning-6.5.9999.ebuild
deleted file mode 100644
index 60873b45..00000000
--- a/dev-qt/qtpositioning/qtpositioning-6.5.9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Physical position determination library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[dbus,gui,widgets]
-       =dev-qt/qtdeclarative-${PV}*
-       =dev-qt/qtserialport-${PV}*
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtpositioning/qtpositioning-6.9999.ebuild 
b/dev-qt/qtpositioning/qtpositioning-6.9999.ebuild
deleted file mode 100644
index 60873b45..00000000
--- a/dev-qt/qtpositioning/qtpositioning-6.9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Physical position determination library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[dbus,gui,widgets]
-       =dev-qt/qtdeclarative-${PV}*
-       =dev-qt/qtserialport-${PV}*
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtquick3d/metadata.xml b/dev-qt/qtquick3d/metadata.xml
deleted file mode 100644
index ae8aa959..00000000
--- a/dev-qt/qtquick3d/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Qt Project</name>
-       </maintainer>
-       <upstream>
-               <bugs-to>https://bugreports.qt.io/</bugs-to>
-               <doc>https://doc.qt.io/</doc>
-       </upstream>
-       <slots>
-               <subslots>
-                       Must only be used by packages that are known to use 
private parts of the Qt API.
-               </subslots>
-       </slots>
-</pkgmetadata>

diff --git a/dev-qt/qtquick3d/qtquick3d-6.5.9999.ebuild 
b/dev-qt/qtquick3d/qtquick3d-6.5.9999.ebuild
deleted file mode 100644
index 92a82e63..00000000
--- a/dev-qt/qtquick3d/qtquick3d-6.5.9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt module and API for defining 3D content in Qt QuickTools"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-elif [[ ${QT6_BUILD_TYPE} == live ]]; then
-       # Don't clone qtquick3d-assimp.
-       EGIT_SUBMODULES=()
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[concurrent,network,widgets]
-       =dev-qt/qtdeclarative-${PV}*
-       =dev-qt/qtshadertools-${PV}*
-       =dev-qt/qtquicktimeline-${PV}*
-       media-libs/assimp:=
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DQT_FEATURE_system_assimp=ON
-       )
-
-       qt6-build_src_configure
-}

diff --git a/dev-qt/qtquick3d/qtquick3d-6.9999.ebuild 
b/dev-qt/qtquick3d/qtquick3d-6.9999.ebuild
deleted file mode 100644
index 92a82e63..00000000
--- a/dev-qt/qtquick3d/qtquick3d-6.9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt module and API for defining 3D content in Qt QuickTools"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-elif [[ ${QT6_BUILD_TYPE} == live ]]; then
-       # Don't clone qtquick3d-assimp.
-       EGIT_SUBMODULES=()
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[concurrent,network,widgets]
-       =dev-qt/qtdeclarative-${PV}*
-       =dev-qt/qtshadertools-${PV}*
-       =dev-qt/qtquicktimeline-${PV}*
-       media-libs/assimp:=
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DQT_FEATURE_system_assimp=ON
-       )
-
-       qt6-build_src_configure
-}

diff --git a/dev-qt/qtquicktimeline/qtquicktimeline-6.5.9999.ebuild 
b/dev-qt/qtquicktimeline/qtquicktimeline-6.5.9999.ebuild
deleted file mode 100644
index 3b0370aa..00000000
--- a/dev-qt/qtquicktimeline/qtquicktimeline-6.5.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt module for keyframe-based timeline construction"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*
-       =dev-qt/qtdeclarative-${PV}*
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtquicktimeline/qtquicktimeline-6.9999.ebuild 
b/dev-qt/qtquicktimeline/qtquicktimeline-6.9999.ebuild
deleted file mode 100644
index 3b0370aa..00000000
--- a/dev-qt/qtquicktimeline/qtquicktimeline-6.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt module for keyframe-based timeline construction"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*
-       =dev-qt/qtdeclarative-${PV}*
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtscxml/qtscxml-6.5.9999.ebuild 
b/dev-qt/qtscxml/qtscxml-6.5.9999.ebuild
deleted file mode 100644
index 2fedc64d..00000000
--- a/dev-qt/qtscxml/qtscxml-6.5.9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE=""
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[gui,network,opengl,widgets]
-       =dev-qt/qtdeclarative-${PV}*
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtscxml/qtscxml-6.9999.ebuild 
b/dev-qt/qtscxml/qtscxml-6.9999.ebuild
deleted file mode 100644
index 2fedc64d..00000000
--- a/dev-qt/qtscxml/qtscxml-6.9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE=""
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[gui,network,opengl,widgets]
-       =dev-qt/qtdeclarative-${PV}*
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtserialport/qtserialport-6.5.9999.ebuild 
b/dev-qt/qtserialport/qtserialport-6.5.9999.ebuild
deleted file mode 100644
index bf569254..00000000
--- a/dev-qt/qtserialport/qtserialport-6.5.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Serial port abstraction library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[gui,widgets]
-       virtual/libudev:=
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtserialport/qtserialport-6.9999.ebuild 
b/dev-qt/qtserialport/qtserialport-6.9999.ebuild
deleted file mode 100644
index bf569254..00000000
--- a/dev-qt/qtserialport/qtserialport-6.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Serial port abstraction library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[gui,widgets]
-       virtual/libudev:=
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtshadertools/metadata.xml 
b/dev-qt/qtshadertools/metadata.xml
deleted file mode 100644
index ae8aa959..00000000
--- a/dev-qt/qtshadertools/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Qt Project</name>
-       </maintainer>
-       <upstream>
-               <bugs-to>https://bugreports.qt.io/</bugs-to>
-               <doc>https://doc.qt.io/</doc>
-       </upstream>
-       <slots>
-               <subslots>
-                       Must only be used by packages that are known to use 
private parts of the Qt API.
-               </subslots>
-       </slots>
-</pkgmetadata>

diff --git a/dev-qt/qtshadertools/qtshadertools-6.5.9999.ebuild 
b/dev-qt/qtshadertools/qtshadertools-6.5.9999.ebuild
deleted file mode 100644
index 88a20ffb..00000000
--- a/dev-qt/qtshadertools/qtshadertools-6.5.9999.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt APIs and Tools for Graphics Pipelines"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[gui]
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtshadertools/qtshadertools-6.9999.ebuild 
b/dev-qt/qtshadertools/qtshadertools-6.9999.ebuild
deleted file mode 100644
index 88a20ffb..00000000
--- a/dev-qt/qtshadertools/qtshadertools-6.9999.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt APIs and Tools for Graphics Pipelines"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[gui]
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtsvg/qtsvg-6.5.9999.ebuild 
b/dev-qt/qtsvg/qtsvg-6.5.9999.ebuild
deleted file mode 100644
index 960a9813..00000000
--- a/dev-qt/qtsvg/qtsvg-6.5.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="SVG rendering library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[gui,widgets]
-       sys-libs/zlib:=
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtsvg/qtsvg-6.9999.ebuild b/dev-qt/qtsvg/qtsvg-6.9999.ebuild
deleted file mode 100644
index 960a9813..00000000
--- a/dev-qt/qtsvg/qtsvg-6.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="SVG rendering library for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[gui,widgets]
-       sys-libs/zlib:=
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qttools/metadata.xml b/dev-qt/qttools/metadata.xml
deleted file mode 100644
index 7664b3e6..00000000
--- a/dev-qt/qttools/metadata.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Qt Project</name>
-       </maintainer>
-       <use>
-               <flag name="assistant">Build Qt Assistant</flag>
-               <flag name="designer">Build Qt Designer</flag>
-               <flag name="distancefieldgenerator">Build Qt Distance Field 
Generator</flag>
-               <flag name="linguist">Build Qt Linguist</flag>
-               <flag name="pixeltool">Build Qt Pixeltool</flag>
-               <flag name="qattributionsscanner">Build Qt Source Code 
Attribution Scanner</flag>
-               <flag name="qdbus">Build the Qt D-Bus Interface and D-Bus 
Viewer</flag>
-               <flag name="qdoc">Build Qt Documentation Generator</flag>
-               <flag name="qdiag">Build Qt Diag</flag>
-               <flag name="qplugininfo">Build Qt Plugin Info</flag>
-       </use>
-       <upstream>
-               <bugs-to>https://bugreports.qt.io/</bugs-to>
-               <doc>https://doc.qt.io/</doc>
-       </upstream>
-       <slots>
-               <subslots>
-                       Must only be used by packages that are known to use 
private parts of the Qt API.
-               </subslots>
-       </slots>
-</pkgmetadata>

diff --git a/dev-qt/qttools/qttools-6.5.9999.ebuild 
b/dev-qt/qttools/qttools-6.5.9999.ebuild
deleted file mode 100644
index e75eadff..00000000
--- a/dev-qt/qttools/qttools-6.5.9999.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt Tools Collection"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE="
-       assistant designer distancefieldgenerator +linguist pixeltool
-       qattributionsscanner qdbus qdoc qdiag qplugininfo
-"
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[network]
-       assistant? ( =dev-qt/qtbase-${PV}*[sql,widgets] )
-       designer? ( =dev-qt/qtbase-${PV}*[widgets] )
-       distancefieldgenerator? (
-               =dev-qt/qtbase-${PV}*[widgets]
-               =dev-qt/qtdeclarative-${PV}*
-       )
-       pixeltool? ( =dev-qt/qtbase-${PV}*[widgets] )
-       qdbus? ( =dev-qt/qtbase-${PV}*[widgets] )
-       qdoc? ( sys-devel/clang:= )
-       qdiag? ( =dev-qt/qtbase-${PV}*[opengl,widgets] )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               $(qt_feature assistant)
-               -DQT_FEATURE_commandlineparser=ON
-               $(qt_feature designer)
-               $(qt_feature distancefieldgenerator)
-               $(qt_feature linguist)
-               $(qt_feature pixeltool)
-               $(qt_feature qattributionsscanner qtattributionsscanner)
-               $(qt_feature qdbus)
-               $(qt_feature qdoc clang)
-               $(qt_feature qdiag qtdiag)
-               $(qt_feature qplugininfo qtplugininfo)
-               -DQT_FEATURE_thread=ON
-       )
-
-       qt6-build_src_configure
-}
-
-src_install() {
-       qt6-build_src_install
-
-       use assistant && qt6_symlink_binary_to_path assistant 6
-       use designer && qt6_symlink_binary_to_path designer 6
-       use distancefieldgenerator && qt6_symlink_binary_to_path 
qdistancefieldgenerator 6
-       use linguist && qt6_symlink_binary_to_path linguist 6
-       use pixeltool && qt6_symlink_binary_to_path pixeltool 6
-       use qdbus && qt6_symlink_binary_to_path qdbus 6
-       use qdbus && qt6_symlink_binary_to_path qdbusviewer 6
-       use qdoc && qt6_symlink_binary_to_path qdoc 6
-       use qdiag && qt6_symlink_binary_to_path qtdiag 6
-       use qplugininfo && qt6_symlink_binary_to_path qtplugininfo 6
-}

diff --git a/dev-qt/qttools/qttools-6.9999.ebuild 
b/dev-qt/qttools/qttools-6.9999.ebuild
deleted file mode 100644
index e75eadff..00000000
--- a/dev-qt/qttools/qttools-6.9999.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt Tools Collection"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE="
-       assistant designer distancefieldgenerator +linguist pixeltool
-       qattributionsscanner qdbus qdoc qdiag qplugininfo
-"
-
-DEPEND="
-       =dev-qt/qtbase-${PV}*[network]
-       assistant? ( =dev-qt/qtbase-${PV}*[sql,widgets] )
-       designer? ( =dev-qt/qtbase-${PV}*[widgets] )
-       distancefieldgenerator? (
-               =dev-qt/qtbase-${PV}*[widgets]
-               =dev-qt/qtdeclarative-${PV}*
-       )
-       pixeltool? ( =dev-qt/qtbase-${PV}*[widgets] )
-       qdbus? ( =dev-qt/qtbase-${PV}*[widgets] )
-       qdoc? ( sys-devel/clang:= )
-       qdiag? ( =dev-qt/qtbase-${PV}*[opengl,widgets] )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               $(qt_feature assistant)
-               -DQT_FEATURE_commandlineparser=ON
-               $(qt_feature designer)
-               $(qt_feature distancefieldgenerator)
-               $(qt_feature linguist)
-               $(qt_feature pixeltool)
-               $(qt_feature qattributionsscanner qtattributionsscanner)
-               $(qt_feature qdbus)
-               $(qt_feature qdoc clang)
-               $(qt_feature qdiag qtdiag)
-               $(qt_feature qplugininfo qtplugininfo)
-               -DQT_FEATURE_thread=ON
-       )
-
-       qt6-build_src_configure
-}
-
-src_install() {
-       qt6-build_src_install
-
-       use assistant && qt6_symlink_binary_to_path assistant 6
-       use designer && qt6_symlink_binary_to_path designer 6
-       use distancefieldgenerator && qt6_symlink_binary_to_path 
qdistancefieldgenerator 6
-       use linguist && qt6_symlink_binary_to_path linguist 6
-       use pixeltool && qt6_symlink_binary_to_path pixeltool 6
-       use qdbus && qt6_symlink_binary_to_path qdbus 6
-       use qdbus && qt6_symlink_binary_to_path qdbusviewer 6
-       use qdoc && qt6_symlink_binary_to_path qdoc 6
-       use qdiag && qt6_symlink_binary_to_path qtdiag 6
-       use qplugininfo && qt6_symlink_binary_to_path qtplugininfo 6
-}

diff --git a/dev-qt/qttranslations/qttranslations-6.5.9999.ebuild 
b/dev-qt/qttranslations/qttranslations-6.5.9999.ebuild
deleted file mode 100644
index 1e3a9009..00000000
--- a/dev-qt/qttranslations/qttranslations-6.5.9999.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Translation files for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE=""
-
-DEPEND="=dev-qt/qtbase-${PV}*"
-BDEPEND="=dev-qt/qttools-${PV}*[linguist]"

diff --git a/dev-qt/qttranslations/qttranslations-6.9999.ebuild 
b/dev-qt/qttranslations/qttranslations-6.9999.ebuild
deleted file mode 100644
index 1e3a9009..00000000
--- a/dev-qt/qttranslations/qttranslations-6.9999.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Translation files for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE=""
-
-DEPEND="=dev-qt/qtbase-${PV}*"
-BDEPEND="=dev-qt/qttools-${PV}*[linguist]"

diff --git a/dev-qt/qtwayland/qtwayland-6.5.9999.ebuild 
b/dev-qt/qtwayland/qtwayland-6.5.9999.ebuild
deleted file mode 100644
index 14d6b705..00000000
--- a/dev-qt/qtwayland/qtwayland-6.5.9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 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}*[egl,gui,opengl]
-       =dev-qt/qtdeclarative-${PV}*
-       media-libs/libglvnd
-       x11-libs/libxkbcommon
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtwayland/qtwayland-6.9999.ebuild 
b/dev-qt/qtwayland/qtwayland-6.9999.ebuild
deleted file mode 100644
index 14d6b705..00000000
--- a/dev-qt/qtwayland/qtwayland-6.9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 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}*[egl,gui,opengl]
-       =dev-qt/qtdeclarative-${PV}*
-       media-libs/libglvnd
-       x11-libs/libxkbcommon
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.5.9999.ebuild 
b/dev-qt/qtwebchannel/qtwebchannel-6.5.9999.ebuild
deleted file mode 100644
index e82c78f5..00000000
--- a/dev-qt/qtwebchannel/qtwebchannel-6.5.9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021-2023 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}"

diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild 
b/dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild
deleted file mode 100644
index e82c78f5..00000000
--- a/dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021-2023 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}"

diff --git a/dev-qt/qtwebengine/qtwebengine-6.5.9999.ebuild 
b/dev-qt/qtwebengine/qtwebengine-6.5.9999.ebuild
deleted file mode 100644
index 06273144..00000000
--- a/dev-qt/qtwebengine/qtwebengine-6.5.9999.ebuild
+++ /dev/null
@@ -1,244 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="xml(+)"
-CHROMIUM_VER="108.0.5359.181"
-CHROMIUM_PATCHES_VER="113.0.5672.126"
-
-inherit check-reqs estack flag-o-matic multiprocessing python-any-r1 qt6-build
-
-DESCRIPTION="Library for rendering dynamic web content in Qt6 C++ and QML 
applications"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE="
-       alsa bindist designer geolocation +jumbo-build kerberos pulseaudio 
screencast
-       +system-icu widgets
-"
-REQUIRED_USE="designer? ( widgets )"
-
-BDEPEND="
-       $(python_gen_any_dep 'dev-python/html5lib[${PYTHON_USEDEP}]')
-       dev-util/gperf
-       dev-util/ninja
-       dev-util/re2c
-       net-libs/nodejs[ssl]
-       sys-devel/bison
-       sys-devel/flex
-"
-RDEPEND="
-       app-arch/snappy:=
-       dev-libs/glib:2
-       dev-libs/nspr
-       dev-libs/nss
-       dev-libs/expat
-       dev-libs/libevent:=
-       dev-libs/libxml2[icu]
-       dev-libs/libxslt
-       dev-libs/re2:=
-       =dev-qt/qtdeclarative-${PV}*
-       =dev-qt/qtwebchannel-${PV}*
-       media-libs/fontconfig
-       media-libs/freetype
-       media-libs/harfbuzz:=
-       media-libs/lcms:2
-       media-libs/libjpeg-turbo:=
-       media-libs/libpng:=
-       >=media-libs/libvpx-1.5:=[svc(+)]
-       media-libs/libwebp:=
-       media-libs/openjpeg:2=
-       media-libs/opus
-       sys-apps/dbus
-       sys-apps/pciutils
-       sys-libs/zlib[minizip]
-       virtual/libudev
-       x11-libs/libdrm
-       x11-libs/libX11
-       x11-libs/libXcomposite
-       x11-libs/libXcursor
-       x11-libs/libxcb:=
-       x11-libs/libXdamage
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libXi
-       x11-libs/libxkbcommon
-       x11-libs/libxkbfile
-       x11-libs/libXrandr
-       x11-libs/libXrender
-       x11-libs/libXScrnSaver
-       x11-libs/libxshmfence:=
-       x11-libs/libXtst
-       alsa? ( media-libs/alsa-lib )
-       geolocation? ( =dev-qt/qtpositioning-${PV}* )
-       kerberos? ( virtual/krb5 )
-       pulseaudio? ( media-libs/libpulse:= )
-       screencast? ( media-video/pipewire:= )
-       system-icu? ( >=dev-libs/icu-69.1:= )
-       widgets? (
-               =dev-qt/qtbase-${PV}*[widgets]
-       )
-"
-DEPEND="${RDEPEND}
-       media-libs/libglvnd
-"
-
-python_check_deps() {
-       python_has_version "dev-python/html5lib[${PYTHON_USEDEP}]"
-}
-
-qtwebengine_check-reqs() {
-       # bug #307861
-       eshopts_push -s extglob
-       if is-flagq '-g?(gdb)?([1-9])'; then
-               ewarn "You have enabled debug info (probably have -g or -ggdb 
in your CFLAGS/CXXFLAGS)."
-               ewarn "You may experience really long compilation times and/or 
increased memory usage."
-               ewarn "If compilation fails, please try removing -g/-ggdb 
before reporting a bug."
-       fi
-       eshopts_pop
-
-       [[ ${MERGE_TYPE} == binary ]] && return
-
-       # (check-reqs added for bug #570534)
-       #
-       # Estimate the amount of RAM required
-       # Multiplier is *10 because Bash doesn't do floating point maths.
-       # Let's crudely assume ~2GB per compiler job for GCC.
-       local multiplier=20
-
-       # And call it ~1.5GB for Clang.
-       if tc-is-clang ; then
-               multiplier=15
-       fi
-
-       local CHECKREQS_DISK_BUILD="7G"
-       local CHECKREQS_DISK_USR="150M"
-       if ! has "distcc" ${FEATURES} ; then
-               # bug #830661
-               # Not super realistic to come up with good estimates for distcc 
right now
-               local CHECKREQS_MEMORY=$(($(makeopts_jobs)*multiplier/10))G
-       fi
-
-       check-reqs_${EBUILD_PHASE_FUNC}
-}
-
-pkg_pretend() {
-       qtwebengine_check-reqs
-}
-
-pkg_setup() {
-       qtwebengine_check-reqs
-       python-any-r1_pkg_setup
-}
-
-pkg_preinst() {
-       elog "This version of Qt WebEngine is based on Chromium version 
${CHROMIUM_VER}, with"
-       elog "additional security fixes up to ${CHROMIUM_PATCHES_VER}. 
Extensive as it is, the"
-       elog "list of backports is impossible to evaluate, but always bound to 
be behind"
-       elog "Chromium's release schedule."
-       elog "In addition, various online services may deny service based on an 
outdated"
-       elog "user agent version (and/or other checks). Google is already known 
to do so."
-       elog
-       elog "tldr: Your web browsing experience will be compromised."
-}
-
-src_unpack() {
-       # bug 307861
-       eshopts_push -s extglob
-       if is-flagq '-g?(gdb)?([1-9])'; then
-               ewarn
-               ewarn "You have enabled debug info (probably have -g or -ggdb 
in your CFLAGS/CXXFLAGS)."
-               ewarn "You may experience really long compilation times and/or 
increased memory usage."
-               ewarn "If compilation fails, please try removing -g/-ggdb 
before reporting a bug."
-               ewarn
-       fi
-       eshopts_pop
-
-       case ${QT6_BUILD_TYPE} in
-               live)    git-r3_src_unpack ;&
-               release) default ;;
-       esac
-}
-
-src_prepare() {
-       # bug 620444 - ensure local headers are used
-       find . -type f -name "*.pr[fio]" -exec \
-               sed -i -e 's|INCLUDEPATH += 
|&$${QTWEBENGINE_ROOT}_build/include $${QTWEBENGINE_ROOT}/include |' {} + || die
-
-       if use system-icu; then
-               # Sanity check to ensure that bundled copy of ICU is not used.
-               # Whole src/3rdparty/chromium/third_party/icu directory cannot 
be deleted because
-               # src/3rdparty/chromium/third_party/icu/BUILD.gn is used by 
build system.
-               # If usage of headers of bundled copy of ICU occurs, then lists 
of shim headers in
-               # shim_headers("icui18n_shim") and shim_headers("icuuc_shim") in
-               # src/3rdparty/chromium/third_party/icu/BUILD.gn should be 
updated.
-               local file
-               while read file; do
-                       echo "#error This file should not be used!" > "${file}" 
|| die
-               done < <(find src/3rdparty/chromium/third_party/icu -type f "(" 
-name "*.c" -o -name "*.cpp" -o -name "*.h" ")" 2>/dev/null)
-       fi
-
-       qt6-build_src_prepare
-}
-
-src_configure() {
-       export NINJA_PATH="${BROOT}"/usr/bin/ninja
-       export NINJAFLAGS="${NINJAFLAGS:--j$(makeopts_jobs) 
-l$(makeopts_loadavg "${MAKEOPTS}" 0) -v}"
-
-       local mycmakeargs=(
-               #-DQT_FEATURE_accessibility=off
-               #-DQT_FEATURE_force_asserts=off
-               #-DQT_FEATURE_opengl=off
-               #-DQT_FEATURE_printer=off
-               -DQT_FEATURE_qtpdf_build=off
-               -DQT_FEATURE_qtpdf_quick_build=off
-               -DQT_FEATURE_qtpdf_widgets_build=off
-               -DQT_FEATURE_qtwebengine_build=on
-               -DQT_FEATURE_qtwebengine_quick_build=on
-               -DQT_FEATURE_qtwebengine_widgets_build=on
-               #-DQT_FEATURE_ssl=off
-               #-DQT_FEATURE_static=off
-               #-DQT_FEATURE_system_zlib=off
-               #-DQT_FEATURE_system_png=off
-               #-DQT_FEATURE_system_jpeg=off
-               #-DQT_FEATURE_system_freetype=off
-               #-DQT_FEATURE_system_harfbuzz=off
-               #-DQT_FEATURE_use_gold_linker=off
-               #-DQT_FEATURE_use_lld_linker=off
-               -DQT_FEATURE_webengine_embedded_build=off
-               -DQT_FEATURE_webengine_extensions=on
-               #-DQT_FEATURE_webengine_full_debug_info=$(usex debug)
-               -DQT_FEATURE_webengine_geolocation=$(usex geolocation on off)
-               -DQT_FEATURE_webengine_jumbo_build=$(usex jumbo-build)
-               #-DQT_FEATURE_webengine_jumbo_file_merge_limit
-               -DQT_FEATURE_webengine_kerberos=$(usex kerberos on off)
-               -DQT_FEATURE_webengine_native_spellchecker=off
-               -DQT_FEATURE_webengine_ozone_x11=on
-               -DQT_FEATURE_webengine_pepper_plugins=on
-               -DQT_FEATURE_webengine_proprietary_codecs=$(usex bindist off on)
-               -DQT_FEATURE_webengine_printing_and_pdf=on
-               -DQT_FEATURE_webengine_sanitizer=on
-               -DQT_FEATURE_webengine_spellchecker=on
-               -DQT_FEATURE_webengine_system_opus=on
-               -DQT_FEATURE_webengine_system_libwebp=on
-               -DQT_FEATURE_webengine_system_alsa=$(usex alsa on off)
-               -DQT_FEATURE_webengine_system_ffmpeg=off # 
https://bugs.gentoo.org/831487
-               -DQT_FEATURE_webengine_system_icu=$(usex system-icu)
-               -DQT_FEATURE_webengine_system_libevent=on
-               -DQT_FEATURE_webengine_system_libopenjpeg2=on
-               -DQT_FEATURE_webengine_system_libpci=on
-               -DQT_FEATURE_webengine_system_libpng=on
-               -DQT_FEATURE_webengine_system_pulseaudio=$(usex pulseaudio on 
off)
-               -DQT_FEATURE_webengine_system_zlib=on
-               -DQT_FEATURE_webengine_webchannel=on
-               -DQT_FEATURE_webengine_webrtc=on
-               -DQT_FEATURE_webengine_webrtc_pipewire=$(usex screencast on off)
-               #-DQT_FEATURE_xcb=off
-       )
-
-       qt6-build_src_configure
-}

diff --git a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild 
b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
deleted file mode 100644
index bad90757..00000000
--- a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
+++ /dev/null
@@ -1,244 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="xml(+)"
-CHROMIUM_VER="108.0.5359.181"
-CHROMIUM_PATCHES_VER="114.0.5735.133"
-
-inherit check-reqs estack flag-o-matic multiprocessing python-any-r1 qt6-build
-
-DESCRIPTION="Library for rendering dynamic web content in Qt6 C++ and QML 
applications"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64"
-fi
-
-IUSE="
-       alsa bindist designer geolocation +jumbo-build kerberos pulseaudio 
screencast
-       +system-icu widgets
-"
-REQUIRED_USE="designer? ( widgets )"
-
-BDEPEND="
-       $(python_gen_any_dep 'dev-python/html5lib[${PYTHON_USEDEP}]')
-       dev-util/gperf
-       dev-util/ninja
-       dev-util/re2c
-       net-libs/nodejs[ssl]
-       sys-devel/bison
-       sys-devel/flex
-"
-RDEPEND="
-       app-arch/snappy:=
-       dev-libs/glib:2
-       dev-libs/nspr
-       dev-libs/nss
-       dev-libs/expat
-       dev-libs/libevent:=
-       dev-libs/libxml2[icu]
-       dev-libs/libxslt
-       dev-libs/re2:=
-       =dev-qt/qtdeclarative-${PV}*
-       =dev-qt/qtwebchannel-${PV}*
-       media-libs/fontconfig
-       media-libs/freetype
-       media-libs/harfbuzz:=
-       media-libs/lcms:2
-       media-libs/libjpeg-turbo:=
-       media-libs/libpng:=
-       >=media-libs/libvpx-1.5:=[svc(+)]
-       media-libs/libwebp:=
-       media-libs/openjpeg:2=
-       media-libs/opus
-       sys-apps/dbus
-       sys-apps/pciutils
-       sys-libs/zlib[minizip]
-       virtual/libudev
-       x11-libs/libdrm
-       x11-libs/libX11
-       x11-libs/libXcomposite
-       x11-libs/libXcursor
-       x11-libs/libxcb:=
-       x11-libs/libXdamage
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libXi
-       x11-libs/libxkbcommon
-       x11-libs/libxkbfile
-       x11-libs/libXrandr
-       x11-libs/libXrender
-       x11-libs/libXScrnSaver
-       x11-libs/libxshmfence:=
-       x11-libs/libXtst
-       alsa? ( media-libs/alsa-lib )
-       geolocation? ( =dev-qt/qtpositioning-${PV}* )
-       kerberos? ( virtual/krb5 )
-       pulseaudio? ( media-libs/libpulse:= )
-       screencast? ( media-video/pipewire:= )
-       system-icu? ( >=dev-libs/icu-69.1:= )
-       widgets? (
-               =dev-qt/qtbase-${PV}*[widgets]
-       )
-"
-DEPEND="${RDEPEND}
-       media-libs/libglvnd
-"
-
-python_check_deps() {
-       python_has_version "dev-python/html5lib[${PYTHON_USEDEP}]"
-}
-
-qtwebengine_check-reqs() {
-       # bug #307861
-       eshopts_push -s extglob
-       if is-flagq '-g?(gdb)?([1-9])'; then
-               ewarn "You have enabled debug info (probably have -g or -ggdb 
in your CFLAGS/CXXFLAGS)."
-               ewarn "You may experience really long compilation times and/or 
increased memory usage."
-               ewarn "If compilation fails, please try removing -g/-ggdb 
before reporting a bug."
-       fi
-       eshopts_pop
-
-       [[ ${MERGE_TYPE} == binary ]] && return
-
-       # (check-reqs added for bug #570534)
-       #
-       # Estimate the amount of RAM required
-       # Multiplier is *10 because Bash doesn't do floating point maths.
-       # Let's crudely assume ~2GB per compiler job for GCC.
-       local multiplier=20
-
-       # And call it ~1.5GB for Clang.
-       if tc-is-clang ; then
-               multiplier=15
-       fi
-
-       local CHECKREQS_DISK_BUILD="7G"
-       local CHECKREQS_DISK_USR="150M"
-       if ! has "distcc" ${FEATURES} ; then
-               # bug #830661
-               # Not super realistic to come up with good estimates for distcc 
right now
-               local CHECKREQS_MEMORY=$(($(makeopts_jobs)*multiplier/10))G
-       fi
-
-       check-reqs_${EBUILD_PHASE_FUNC}
-}
-
-pkg_pretend() {
-       qtwebengine_check-reqs
-}
-
-pkg_setup() {
-       qtwebengine_check-reqs
-       python-any-r1_pkg_setup
-}
-
-pkg_preinst() {
-       elog "This version of Qt WebEngine is based on Chromium version 
${CHROMIUM_VER}, with"
-       elog "additional security fixes up to ${CHROMIUM_PATCHES_VER}. 
Extensive as it is, the"
-       elog "list of backports is impossible to evaluate, but always bound to 
be behind"
-       elog "Chromium's release schedule."
-       elog "In addition, various online services may deny service based on an 
outdated"
-       elog "user agent version (and/or other checks). Google is already known 
to do so."
-       elog
-       elog "tldr: Your web browsing experience will be compromised."
-}
-
-src_unpack() {
-       # bug 307861
-       eshopts_push -s extglob
-       if is-flagq '-g?(gdb)?([1-9])'; then
-               ewarn
-               ewarn "You have enabled debug info (probably have -g or -ggdb 
in your CFLAGS/CXXFLAGS)."
-               ewarn "You may experience really long compilation times and/or 
increased memory usage."
-               ewarn "If compilation fails, please try removing -g/-ggdb 
before reporting a bug."
-               ewarn
-       fi
-       eshopts_pop
-
-       case ${QT6_BUILD_TYPE} in
-               live)    git-r3_src_unpack ;&
-               release) default ;;
-       esac
-}
-
-src_prepare() {
-       # bug 620444 - ensure local headers are used
-       find . -type f -name "*.pr[fio]" -exec \
-               sed -i -e 's|INCLUDEPATH += 
|&$${QTWEBENGINE_ROOT}_build/include $${QTWEBENGINE_ROOT}/include |' {} + || die
-
-       if use system-icu; then
-               # Sanity check to ensure that bundled copy of ICU is not used.
-               # Whole src/3rdparty/chromium/third_party/icu directory cannot 
be deleted because
-               # src/3rdparty/chromium/third_party/icu/BUILD.gn is used by 
build system.
-               # If usage of headers of bundled copy of ICU occurs, then lists 
of shim headers in
-               # shim_headers("icui18n_shim") and shim_headers("icuuc_shim") in
-               # src/3rdparty/chromium/third_party/icu/BUILD.gn should be 
updated.
-               local file
-               while read file; do
-                       echo "#error This file should not be used!" > "${file}" 
|| die
-               done < <(find src/3rdparty/chromium/third_party/icu -type f "(" 
-name "*.c" -o -name "*.cpp" -o -name "*.h" ")" 2>/dev/null)
-       fi
-
-       qt6-build_src_prepare
-}
-
-src_configure() {
-       export NINJA_PATH="${BROOT}"/usr/bin/ninja
-       export NINJAFLAGS="${NINJAFLAGS:--j$(makeopts_jobs) 
-l$(makeopts_loadavg "${MAKEOPTS}" 0) -v}"
-
-       local mycmakeargs=(
-               #-DQT_FEATURE_accessibility=off
-               #-DQT_FEATURE_force_asserts=off
-               #-DQT_FEATURE_opengl=off
-               #-DQT_FEATURE_printer=off
-               -DQT_FEATURE_qtpdf_build=off
-               -DQT_FEATURE_qtpdf_quick_build=off
-               -DQT_FEATURE_qtpdf_widgets_build=off
-               -DQT_FEATURE_qtwebengine_build=on
-               -DQT_FEATURE_qtwebengine_quick_build=on
-               -DQT_FEATURE_qtwebengine_widgets_build=on
-               #-DQT_FEATURE_ssl=off
-               #-DQT_FEATURE_static=off
-               #-DQT_FEATURE_system_zlib=off
-               #-DQT_FEATURE_system_png=off
-               #-DQT_FEATURE_system_jpeg=off
-               #-DQT_FEATURE_system_freetype=off
-               #-DQT_FEATURE_system_harfbuzz=off
-               #-DQT_FEATURE_use_gold_linker=off
-               #-DQT_FEATURE_use_lld_linker=off
-               -DQT_FEATURE_webengine_embedded_build=off
-               -DQT_FEATURE_webengine_extensions=on
-               #-DQT_FEATURE_webengine_full_debug_info=$(usex debug)
-               -DQT_FEATURE_webengine_geolocation=$(usex geolocation on off)
-               -DQT_FEATURE_webengine_jumbo_build=$(usex jumbo-build)
-               #-DQT_FEATURE_webengine_jumbo_file_merge_limit
-               -DQT_FEATURE_webengine_kerberos=$(usex kerberos on off)
-               -DQT_FEATURE_webengine_native_spellchecker=off
-               -DQT_FEATURE_webengine_ozone_x11=on
-               -DQT_FEATURE_webengine_pepper_plugins=on
-               -DQT_FEATURE_webengine_proprietary_codecs=$(usex bindist off on)
-               -DQT_FEATURE_webengine_printing_and_pdf=on
-               -DQT_FEATURE_webengine_sanitizer=on
-               -DQT_FEATURE_webengine_spellchecker=on
-               -DQT_FEATURE_webengine_system_opus=on
-               -DQT_FEATURE_webengine_system_libwebp=on
-               -DQT_FEATURE_webengine_system_alsa=$(usex alsa on off)
-               -DQT_FEATURE_webengine_system_ffmpeg=off # 
https://bugs.gentoo.org/831487
-               -DQT_FEATURE_webengine_system_icu=$(usex system-icu)
-               -DQT_FEATURE_webengine_system_libevent=on
-               -DQT_FEATURE_webengine_system_libopenjpeg2=on
-               -DQT_FEATURE_webengine_system_libpci=on
-               -DQT_FEATURE_webengine_system_libpng=on
-               -DQT_FEATURE_webengine_system_pulseaudio=$(usex pulseaudio on 
off)
-               -DQT_FEATURE_webengine_system_zlib=on
-               -DQT_FEATURE_webengine_webchannel=on
-               -DQT_FEATURE_webengine_webrtc=on
-               -DQT_FEATURE_webengine_webrtc_pipewire=$(usex screencast on off)
-               #-DQT_FEATURE_xcb=off
-       )
-
-       qt6-build_src_configure
-}

diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.5.9999.ebuild 
b/dev-qt/qtwebsockets/qtwebsockets-6.5.9999.ebuild
deleted file mode 100644
index abdcffa9..00000000
--- a/dev-qt/qtwebsockets/qtwebsockets-6.5.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021-2023 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}"

diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild 
b/dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild
deleted file mode 100644
index abdcffa9..00000000
--- a/dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021-2023 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}"

diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass
deleted file mode 100644
index 91f076ad..00000000
--- a/eclass/qt6-build.eclass
+++ /dev/null
@@ -1,182 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# @ECLASS: qt6-build.eclass
-# @MAINTAINER:
-# [email protected]
-# @SUPPORTED_EAPIS: 8
-# @BLURB: Eclass for Qt6 split ebuilds.
-# @DESCRIPTION:
-# This eclass contains various functions that are used when building Qt6.
-# Requires EAPI 8.
-
-case ${EAPI} in
-       8) ;;
-       *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
-esac
-
-if [[ -z ${_QT6_BUILD_ECLASS} ]]; then
-_QT6_BUILD_ECLASS=1
-
-[[ ${CATEGORY} != dev-qt ]] &&
-       die "${ECLASS} is only to be used for building Qt 6"
-
-# @ECLASS_VARIABLE: QT6_MODULE
-# @PRE_INHERIT
-# @DESCRIPTION:
-# The upstream name of the module this package belongs to. Used for
-# SRC_URI and EGIT_REPO_URI. Must be set before inheriting the eclass.
-: "${QT6_MODULE:=${PN}}"
-
-# @ECLASS_VARIABLE: VIRTUALX_REQUIRED
-# @DESCRIPTION:
-# For proper description see virtualx.eclass man page.
-# Here we redefine default value to be manual, if your package needs virtualx
-# for tests you should proceed with setting VIRTUALX_REQUIRED=test.
-: "${VIRTUALX_REQUIRED:=manual}"
-
-inherit cmake virtualx
-
-HOMEPAGE="https://www.qt.io/";
-LICENSE="|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3"
-SLOT=6/$(ver_cut 1-2)
-
-QT6_MINOR_VERSION=$(ver_cut 2)
-readonly QT6_MINOR_VERSION
-
-case ${PV} in
-       6.9999)
-               # git dev branch
-               QT6_BUILD_TYPE="live"
-               EGIT_BRANCH="dev"
-               ;;
-       6.?.9999|6.??.9999)
-               # git stable branch
-               QT6_BUILD_TYPE="live"
-               EGIT_BRANCH=${PV%.9999}
-               ;;
-       *_alpha*|*_beta*|*_rc*)
-               # development release
-               QT6_BUILD_TYPE="release"
-               MY_P=${QT6_MODULE}-everywhere-src-${PV/_/-}
-               
SRC_URI="https://download.qt.io/development_releases/qt/${PV%.*}/${PV/_/-}/submodules/${MY_P}.tar.xz";
-               S=${WORKDIR}/${MY_P}
-               ;;
-       *)
-               # official stable release
-               QT6_BUILD_TYPE="release"
-               MY_P=${QT6_MODULE}-everywhere-src-${PV}
-               
SRC_URI="https://download.qt.io/official_releases/qt/${PV%.*}/${PV}/submodules/${MY_P}.tar.xz";
-               S=${WORKDIR}/${MY_P}
-               ;;
-esac
-readonly QT6_BUILD_TYPE
-
-EGIT_REPO_URI=(
-       "https://code.qt.io/qt/${QT6_MODULE}.git";
-       "https://github.com/qt/${QT6_MODULE}.git";
-)
-[[ ${QT6_BUILD_TYPE} == live ]] && inherit git-r3
-
-# @ECLASS_VARIABLE: QT6_BUILD_DIR
-# @OUTPUT_VARIABLE
-# @DESCRIPTION:
-# Build directory for out-of-source builds.
-: "${QT6_BUILD_DIR:=${S}_build}"
-
-IUSE="debug test"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-       RESTRICT="test" # bug 457182
-else
-       RESTRICT="!test? ( test )"
-fi
-
-BDEPEND="
-       dev-lang/perl
-       virtual/pkgconfig
-"
-# TODO: Tests have not been split from qtbase.
-#if [[ ${PN} != qttest ]]; then
-#      DEPEND+=" test? ( ~dev-qt/qttest-${PV} )"
-#fi
-
-######  Phase functions  ######
-
-# @FUNCTION: qt6-build_src_prepare
-# @DESCRIPTION:
-# Prepares the environment and patches the sources if necessary.
-qt6-build_src_prepare() {
-       qt6_prepare_env
-
-       cmake_src_prepare
-}
-
-# @FUNCTION: qt6-build_src_configure
-# @DESCRIPTION:
-# Configures sources.
-qt6-build_src_configure() {
-       cmake_src_configure
-}
-
-# @FUNCTION: qt6-build_src_install
-# @DESCRIPTION:
-# Runs cmake_src_install and anything else that might be needed here.
-qt6-build_src_install() {
-       cmake_src_install
-}
-
-######  Public helpers  ######
-
-# @FUNCTION: qt_feature
-# @USAGE: <flag> [feature]
-# @DESCRIPTION:
-# <flag> is the name of a flag in IUSE.
-qt_feature() {
-       [[ $# -ge 1 ]] || die "${FUNCNAME}() requires at least one argument"
-       echo "-DQT_FEATURE_${2:-$1}=$(usex $1 ON OFF)"
-}
-
-# @FUNCTION: qt6_symlink_binary_to_path
-# @USAGE: <target binary name> [suffix]
-# @DESCRIPTION:
-# Symlink a given binary from QT6_BINDIR to QT6_PREFIX/bin, with optional 
suffix
-qt6_symlink_binary_to_path() {
-       [[ $# -ge 1 ]] || die "${FUNCNAME}() requires at least one argument"
-
-       dosym -r "${QT6_BINDIR}"/${1} /usr/bin/${1}${2}
-}
-
-######  Internal functions  ######
-
-# @FUNCTION: qt6_prepare_env
-# @INTERNAL
-# @DESCRIPTION:
-# Prepares the environment for building Qt.
-qt6_prepare_env() {
-       # setup installation directories
-       # note: keep paths in sync with qmake-utils.eclass
-       QT6_PREFIX=${EPREFIX}/usr
-       QT6_HEADERDIR=${QT6_PREFIX}/include/qt6
-       QT6_LIBDIR=${QT6_PREFIX}/$(get_libdir)
-       QT6_ARCHDATADIR=${QT6_PREFIX}/$(get_libdir)/qt6
-       QT6_BINDIR=${QT6_ARCHDATADIR}/bin
-       QT6_PLUGINDIR=${QT6_ARCHDATADIR}/plugins
-       QT6_LIBEXECDIR=${QT6_ARCHDATADIR}/libexec
-       QT6_IMPORTDIR=${QT6_ARCHDATADIR}/imports
-       QT6_QMLDIR=${QT6_ARCHDATADIR}/qml
-       QT6_DATADIR=${QT6_PREFIX}/share/qt6
-       QT6_DOCDIR=${QT6_PREFIX}/share/qt6-doc
-       QT6_TRANSLATIONDIR=${QT6_DATADIR}/translations
-       QT6_EXAMPLESDIR=${QT6_DATADIR}/examples
-       QT6_TESTSDIR=${QT6_DATADIR}/tests
-       QT6_SYSCONFDIR=${EPREFIX}/etc/xdg
-       readonly QT6_PREFIX QT6_HEADERDIR QT6_LIBDIR QT6_ARCHDATADIR \
-               QT6_BINDIR QT6_PLUGINDIR QT6_LIBEXECDIR QT6_IMPORTDIR \
-               QT6_QMLDIR QT6_DATADIR QT6_DOCDIR QT6_TRANSLATIONDIR \
-               QT6_EXAMPLESDIR QT6_TESTSDIR QT6_SYSCONFDIR
-}
-
-fi
-
-EXPORT_FUNCTIONS src_prepare src_configure


Reply via email to