summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-12 15:44:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-12 17:31:33 +0100
commitc2af57c772dfa4406ec20babbb8b0ca800785acb (patch)
tree7a07332e9b25ec6799b1167d9601eea380565051 /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: drop 5.27.10 (diff)
downloadgentoo-c2af57c772dfa4406ec20babbb8b0ca800785acb.tar.gz
gentoo-c2af57c772dfa4406ec20babbb8b0ca800785acb.tar.bz2
gentoo-c2af57c772dfa4406ec20babbb8b0ca800785acb.zip
kde-plasma/layer-shell-qt: drop 5.27.10
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.10.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 e320d2462572..f8904915de92 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.11.tar.xz 18488 BLAKE2B 3c56db129c4d525ee1968e3016f77f5adcf9ed121f6a7b28a6331ca06a1e1ad0df091c4d8afeb64e12176094332da5de33e91e219551c17ce22adc463dbe6b92 SHA512 9a7439a5653fe684967445109624989fbb11f8bc46815afd3eadf44f5753f4442d1d9d59c0721f1f383715f16aae845e3edc8c62409ccabee324dca219fb3429
DIST layer-shell-qt-6.0.2.tar.xz 20972 BLAKE2B 47c5796266da45104d58dd702b29ee3055e94c492627950c0251225ffe2acc1cebf7f93df404df870fd281476493166e363ae3b7ac8187479e87ddd3efa35a0b SHA512 3e8c6e0ede3fda417f1af19a89f23c1464d92d140ff178eac6bd6d07287847777b0d6b9cb65afc3dfa163645d8dc814dd8401dd56967c4a9181ea596f5e86234
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.10.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.10.ebuild
deleted file mode 100644
index 574e0d00c5b0..000000000000
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.10.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 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
-"