summaryrefslogtreecommitdiff
path: root/kde-plasma/layer-shell-qt
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/layer-shell-qt')
-rw-r--r--kde-plasma/layer-shell-qt/Manifest1
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-5.92.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest
deleted file mode 100644
index 2e495806ced..00000000000
--- a/kde-plasma/layer-shell-qt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST layer-shell-qt-5.92.0.tar.xz 20268 BLAKE2B 3ec2057d8878ae3a47d35de60b0c918d4d105869b44f8a8aef3ff1c87e8a73db9c4cb38d73b81c3c02738344680db4450f7c51d3e56f7af6f60753f555476142 SHA512 99cc6d2b2c1a29defd0f8c291f3fd04b3f696c53d7823ecf5cfaf9e1e004db06e1fca1f44cecdfcd0175d63bad071e6e0f68edb7e96c71788e2f6c04d2b0a1bb
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.92.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.92.0.ebuild
deleted file mode 100644
index 7d19078d41b..00000000000
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.92.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.248.0
-QTMIN=6.6.0
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol"
-
-LICENSE="LGPL-3+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-# slot op: various private QtWaylandClient headers
-RDEPEND="
- >=dev-libs/wayland-1.15
- >=dev-qt/qtbase-${QTMIN}:6[gui]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=dev-qt/qtwayland-${QTMIN}:6=
- x11-libs/libxkbcommon
-"
-DEPEND="${RDEPEND}
- dev-libs/wayland-protocols
-"
-BDEPEND="
- dev-util/wayland-scanner
- virtual/pkgconfig
-"