summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-28 16:37:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-28 16:43:52 +0100
commit2f10023225cbd5341d717dc6e4c1b50d7a660529 (patch)
tree20776f0399d4e01b0ab2fe9ed2129923e0f8f69c /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: drop 5.27.1 (diff)
downloadgentoo-2f10023225cbd5341d717dc6e4c1b50d7a660529.tar.gz
gentoo-2f10023225cbd5341d717dc6e4c1b50d7a660529.tar.bz2
gentoo-2f10023225cbd5341d717dc6e4c1b50d7a660529.zip
kde-plasma/layer-shell-qt: drop 5.27.1
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.1.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 a8d9be5c11b0..73c9f29a7af9 100644
--- a/kde-plasma/layer-shell-qt/Manifest
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -1,3 +1,2 @@
DIST layer-shell-qt-5.26.5.tar.xz 18316 BLAKE2B 537ea8cbcb6a98350090b2330981de3d77311a5696d06260a9e3a90ed99dce02b5d03e33953ac872250367ae598f681ee63053ac230ae4c293b2d5dd94d598d0 SHA512 d81289c3a9dffb7212d466d1468e80e99703d599c2dee4fc1f8a9a5687892d77b8df6e09ee79592a4d2bfd183e3fabcf7257a5082071ea057a306e336e86e2ed
-DIST layer-shell-qt-5.27.1.tar.xz 18344 BLAKE2B 0ce4ee8210ede2deff1f452f1d41303090d9fc307649ff41dc5a5d231052760d6acc8474c0501ca46862c040f448fe8a89b6e86f5ab0dab7716dedcf94611ffa SHA512 c8da1f2052a2b444ac267e84a4eed45beb9cbd754e9579f042c81ceeb0c0db1b963ac111951394dfbc2ff80f65751c4bf742bdf6cc15b3e0766fa5ee02578e63
DIST layer-shell-qt-5.27.2.tar.xz 18420 BLAKE2B 5dc8c9630f255605cfc5cc5f8467b6bb272edca3e84c9856401100095faf3ca8585e80dcb4564fccd113c9d471ec1d913a55403a93abaed112fab85247929e53 SHA512 5ce3f05b05c3666cd5e957535a4c01c5b92da51e9d2341f314a11b4c9f304cd52f36bfba7e68bfa3cd2d282d35c8a650f20b7ce99327ad68191a96752369ae25
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.1.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.1.ebuild
deleted file mode 100644
index 8bc404b5a3db..000000000000
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.1.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.102.0
-QTMIN=5.15.7
-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
-"