summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-22 10:43:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-22 14:53:43 +0200
commit379a54d5f8839d1a662c202e8c0ecf0f0aeb83c3 (patch)
treefb6e74b95178ed40a889f36e9536f7dcbbc72c74 /kde-plasma
parentkde-plasma/kwrited: drop 5.27.4 (diff)
downloadgentoo-379a54d5f8839d1a662c202e8c0ecf0f0aeb83c3.tar.gz
gentoo-379a54d5f8839d1a662c202e8c0ecf0f0aeb83c3.tar.bz2
gentoo-379a54d5f8839d1a662c202e8c0ecf0f0aeb83c3.zip
kde-plasma/layer-shell-qt: drop 5.27.4
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.27.4.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 2079ddaafacc..4e41ae4676be 100644
--- a/kde-plasma/layer-shell-qt/Manifest
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -1,2 +1 @@
-DIST layer-shell-qt-5.27.4.tar.xz 18420 BLAKE2B ae35cf3ce143ddbdf797a33cf483d595e7333ceaa9a33ee09ceaa2ee0003c2708ba239ec7d21dd72c8902082dadcd5db50bdb0e65ca5a87f6213b0d4613af59a SHA512 0bdd02d1beb5b365641db18558474c7c801244f286c8b14e15bf1fe3c4254ff5f702e9a4ab5dc268690c063d45640ebb2ed85f93fdc513c21dfa81442c3448a4
DIST layer-shell-qt-5.27.5.tar.xz 18420 BLAKE2B d646ad85e541ef9d36a40174ba2acff3d48ae60b13e5166574c42cf611857641e1f4bef928b65422513b345f9a19799e75f1aa350ba5ef072a5bffc67ef4276b SHA512 c4e4b683ce4cbc4df7c1e5517b5168d011119af7750d21772000fa4d5298a9c10252e46125ea4b1d1cff93998e93741281d5eab29ee8df3cec211dbff62209a8
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.4.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.4.ebuild
deleted file mode 100644
index ae0214d36de8..000000000000
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.4.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
-"