summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-plasma/layer-shell-qt/Manifest1
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-6.1.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 43c65304101..00000000000
--- a/kde-plasma/layer-shell-qt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST layer-shell-qt-6.1.0.tar.xz 35872 BLAKE2B a6d89dba1199341694c26c05b7aeb5a817550d2e1c5c46dd72273a3fffbbc08f111599013dddb9b6d76562fd481ef1a6d0d4ec5a1c1962b55a7aa32c22b1c5bc SHA512 1e26d7081221de859bfc65e22b9a1252bd1cb443c670c837203f5cf9c106ba19aadf490037a40c6bc3598c94a5cc0987662376714073c09b957b1d2e713e308f
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.0.ebuild
deleted file mode 100644
index 030a249b3b0..00000000000
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.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=6.3.0
-QTMIN=6.7.1
-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
-"