summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-25 12:56:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-05 09:32:46 +0100
commitff755327155b02dff2912c13f10f35fde9c7bb74 (patch)
tree7ca3dfc8a85e941df501438c132e6973c460f8b2 /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: drop 5.27.9 (diff)
downloadgentoo-ff755327155b02dff2912c13f10f35fde9c7bb74.tar.gz
gentoo-ff755327155b02dff2912c13f10f35fde9c7bb74.tar.bz2
gentoo-ff755327155b02dff2912c13f10f35fde9c7bb74.zip
kde-plasma/layer-shell-qt: drop 5.27.9
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.27.9.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest
index b8d1884740a7..3a8925186a62 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.27.9.tar.xz 18444 BLAKE2B 55a4c4c1dc38d1bb618c1c1f651d59d5e7be3dea7118b84ab2ed72b9db7bef42c8ac0be2d8671216c93dddc99bc5fd6c607b2f21236ae4813fdc43fb350a18d1 SHA512 a58d7038ab6da1765e516f94271cf1a14e7be5c82bcd0e088cebdc58a569fef5cbb5fdba40865f2effd600e99656383261e5c91a8d7cb786f3b06d11fa697928
DIST layer-shell-qt-5.91.0.tar.xz 20204 BLAKE2B 69c7184c091feea21a2ca9f4db96fc3285690174ca937eb7b1420f4c99d1f756a1dba402640259946202c1c7f9e3acad1ac12cb229ffcba13cbe0cd91aded6f9 SHA512 ffe5e3e9b2c6b69c893ca247939b015172856e233d182d5867243aeabb9467a8634d1f0680250ffa1f7e81161a0fbb8bdf48f9dd526915142c4f3f031ff4244e
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.9.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.9.ebuild
deleted file mode 100644
index 009ec7e96a5d..000000000000
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm plasma.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 ~loong ~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-qt/qtwaylandscanner-${QTMIN}:5
- dev-util/wayland-scanner
- virtual/pkgconfig
-"