diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-08 14:13:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-10 11:47:05 +0200 |
commit | f4fbbaf40e50cb9f549d8610aa8c5f531feec555 (patch) | |
tree | b829c9bdc4b6d203f4f8b4721dea65fec7299af4 /kde-plasma/layer-shell-qt | |
parent | kde-plasma/kwrited: drop 5.24.6 (diff) | |
download | gentoo-f4fbbaf40e50cb9f549d8610aa8c5f531feec555.tar.gz gentoo-f4fbbaf40e50cb9f549d8610aa8c5f531feec555.tar.bz2 gentoo-f4fbbaf40e50cb9f549d8610aa8c5f531feec555.zip |
kde-plasma/layer-shell-qt: drop 5.24.6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/layer-shell-qt')
-rw-r--r-- | kde-plasma/layer-shell-qt/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/layer-shell-qt/layer-shell-qt-5.24.6.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest index 5513e87b50a2..b927cf3408de 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1,2 +1 @@ -DIST layer-shell-qt-5.24.6.tar.xz 17888 BLAKE2B 2ef0cb27d3bd8f906a1fe3b43405c4beae10f0f7d9c04dc367e4162796842e4edaf8cd2ccf530e9c380c86a9470462fd614c7f022f3ee129336bb140e3af885a SHA512 28d4f4f82981a55c29cdbc0232920a4d5226c2c816b6b6ea0d3ef5fe0a1809d7911ab61417b25e6b31d17b9cb39ebd5ced3a741f59cf2b95126f821474eae75a DIST layer-shell-qt-5.25.5.tar.xz 18336 BLAKE2B 0656118af97213591dc79bdf5ef695c3d7e665d6391a51a8e6281a3092b25c716f036aff86e4523a6e2cdf0237a1872bcd1c79862e11da2e72cba7a703b67b36 SHA512 728c741dffff88b3ceea9459f8f3be6c1d6f3ef18039a31951f44169f7d439855c20ad7cd228b9393317231b5ccc33f77e0b49e2852790e4c06c993a834f0b64 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.6.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.6.ebuild deleted file mode 100644 index b8063679fdbb..000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.92.0 -QTMIN=5.15.4 -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 -" |