aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-02-08 13:59:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-02-08 13:59:51 +0100
commit8121a338bec061fb44f8e343ff5f45c00e51a23b (patch)
tree283aa5acf91df0029b2a2407d421cf72b7daf446 /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: drop 5.24.0* (diff)
downloadkde-8121a338bec061fb44f8e343ff5f45c00e51a23b.tar.gz
kde-8121a338bec061fb44f8e343ff5f45c00e51a23b.tar.bz2
kde-8121a338bec061fb44f8e343ff5f45c00e51a23b.zip
kde-plasma/layer-shell-qt: drop 5.24.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.24.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest
deleted file mode 100644
index 8d664f4562..0000000000
--- a/kde-plasma/layer-shell-qt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST layer-shell-qt-5.24.0.tar.xz 17892 BLAKE2B a5a18f64dc1df8f145d0cc54d0a3f064644061453938b484d2410355630bd586fd55b3104b25c6816683abf8de33796d7cf1631bf5ca4fc8534bc2e08006b6ad SHA512 10c9e4d1a5a55cb1e911149b4c550daba7f80d79dd7b4a8d77851df7ed1a6ce909b7d502c35c74045b3c36f5f047aaa0734017a3076a76f963d9c016e1c416a0
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.0.ebuild
deleted file mode 100644
index 9d53d1f15e..0000000000
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol"
-
-LICENSE="LGPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
-# slot op: various private QtWaylandClient headers
-RDEPEND="
- >=dev-libs/wayland-1.15
- >=dev-qt/qtdeclarative-${QTMIN}:5
- || (
- >=dev-qt/qtgui-${QTMIN}:5[libinput]
- >=dev-qt/qtgui-${QTMIN}:5[X]
- )
- >=dev-qt/qtwayland-${QTMIN}:5=
- x11-libs/libxkbcommon
-"
-DEPEND="${RDEPEND}
- dev-libs/wayland-protocols
-"
-BDEPEND="
- dev-util/wayland-scanner
- virtual/pkgconfig
-"