diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-24 12:50:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-24 15:26:04 +0200 |
commit | 5f4df81dd91e8bb582bc0b4ea6ab96a878ac8f3c (patch) | |
tree | 0de8906c9e8887a14a8dd9a4646174e9e60781ce /kde-plasma/layer-shell-qt | |
parent | kde-plasma/kwrited: drop 5.27.5 (diff) | |
download | gentoo-5f4df81dd91e8bb582bc0b4ea6ab96a878ac8f3c.tar.gz gentoo-5f4df81dd91e8bb582bc0b4ea6ab96a878ac8f3c.tar.bz2 gentoo-5f4df81dd91e8bb582bc0b4ea6ab96a878ac8f3c.zip |
kde-plasma/layer-shell-qt: drop 5.27.5
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.27.5.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 c8def3079aef..d6c3710e3e5e 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1,2 +1 @@ -DIST layer-shell-qt-5.27.5.tar.xz 18420 BLAKE2B d646ad85e541ef9d36a40174ba2acff3d48ae60b13e5166574c42cf611857641e1f4bef928b65422513b345f9a19799e75f1aa350ba5ef072a5bffc67ef4276b SHA512 c4e4b683ce4cbc4df7c1e5517b5168d011119af7750d21772000fa4d5298a9c10252e46125ea4b1d1cff93998e93741281d5eab29ee8df3cec211dbff62209a8 DIST layer-shell-qt-5.27.6.tar.xz 18456 BLAKE2B 89d60ce8e316e2fc3fbf3326d478b6db580cfd874f3e39f42c8ad95b2f5932c885a9c1a1b7334d870ec35846459ff9fce91cabee4980704e08d657f89d954bb4 SHA512 1c11f580ac00286873d194968196cb3d9a4660a1c693592846f6e59c61f2199600314b72ca94c681750f62e1a911f04caee8419d26f9a6af5f88f37872c6686d diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.5.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.5.ebuild deleted file mode 100644 index ae0214d36de8..000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.5.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 -" |