summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-28 12:51:13 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-28 14:52:41 +0100
commit95a64dae573ac1f42c673be40d58f8bbb3c1b3fa (patch)
tree67a81222b3365cabd59320c58b4b3d2104af3d8a /kde-plasma
parentkde-plasma/kwrited: drop 5.93.0 (diff)
downloadgentoo-95a64dae573ac1f42c673be40d58f8bbb3c1b3fa.tar.gz
gentoo-95a64dae573ac1f42c673be40d58f8bbb3c1b3fa.tar.bz2
gentoo-95a64dae573ac1f42c673be40d58f8bbb3c1b3fa.zip
kde-plasma/layer-shell-qt: drop 5.93.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/layer-shell-qt/Manifest1
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-5.93.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
index 27bda083ab71..8ee543748729 100644
--- a/kde-plasma/layer-shell-qt/Manifest
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -1,3 +1,2 @@
DIST layer-shell-qt-5.27.10.tar.xz 18444 BLAKE2B 7518610cf776964b92b97c074ff0ee505caf72329e7d69b615ba574568aa38131018db107ecc1ee682b6b653578fbdb5138bbe724d31134428324fbb4eacd131 SHA512 2e160d4ab4aedb090c4d7bd0de7edd7ecbffb7fbdfc4c64d621bef477616b06075b4482fde73ca5f79c1e0755aa7275a1b8a5ed2d6a0aedc56a3164e577b44fe
-DIST layer-shell-qt-5.93.0.tar.xz 20660 BLAKE2B 5200b36012e3bdd5a8b88fe98ef977792905312ac31b3223b8cde521813fe61dd77fe56e08175b5c3f953eccd0c09d5242faea55a5e8333a960b170907205aa7 SHA512 d6b309f525a6729644abc786a201d12967420d36787f2e1e687986dce0f933ae71aac14eaf98feccc98f3eb2b16603ac9bb05f529ae2bc8855bf6ddecf5ed5fe
DIST layer-shell-qt-6.0.0.tar.xz 20992 BLAKE2B e7a9e067503be0bb208b5391772cb3228d36583897e78734789db176eb7dc49f6a7dacc9587d7c4580d838cdd851122a62549d5473b57c70c2205486d45ea361 SHA512 ebca919e986cc10f91cd2647b05337477fdcd0d391953be1d9a161b38e29f9d2ca399ed4a511259b8781976b18f00e94303c710b79421630dc90fbaf85712d6e
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.93.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.93.0.ebuild
deleted file mode 100644
index f1e5c7851ee6..000000000000
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.93.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.249.0
-QTMIN=6.6.2
-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
-"