summaryrefslogtreecommitdiff
path: root/kde-plasma
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/libkscreen/libkscreen-6.4.49.9999.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/kde-plasma/libkscreen/libkscreen-6.4.49.9999.ebuild b/kde-plasma/libkscreen/libkscreen-6.4.49.9999.ebuild
deleted file mode 100644
index 540c33b7618..00000000000
--- a/kde-plasma/libkscreen/libkscreen-6.4.49.9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="forceoptional"
-KFMIN=6.16.0
-QTMIN=6.8.1
-inherit ecm plasma.kde.org toolchain-funcs
-
-DESCRIPTION="Plasma screen management library"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6/8"
-KEYWORDS=""
-IUSE=""
-
-# requires running session
-RESTRICT="test"
-
-# slot op: Uses Qt::GuiPrivate for qtx11extras_p.h
-RDEPEND="
- dev-libs/wayland
- >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,wayland]
- >=kde-frameworks/kconfig-${KFMIN}:6
- x11-libs/libxcb:=
-"
-DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.18.0
-"
-RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
-BDEPEND="
- >=dev-qt/qttools-${QTMIN}:6[linguist]
- >=dev-qt/qtbase-${QTMIN}:6[wayland]
- dev-util/wayland-scanner
-"
-BDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
-
-pkg_pretend() {
- [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13.4
-}
-
-pkg_setup() {
- [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13.4
-}