diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-22 17:17:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-22 17:30:46 +0200 |
commit | eb3a79dab2f66d869d30e70a8da56e1c6392eaf8 (patch) | |
tree | 714115c1729ad143bd2b2b0ce939f1fae416ca07 /kde-plasma/layer-shell-qt | |
parent | kde-plasma/kwrited: drop 6.2.1 (diff) | |
download | gentoo-eb3a79dab2f66d869d30e70a8da56e1c6392eaf8.tar.gz gentoo-eb3a79dab2f66d869d30e70a8da56e1c6392eaf8.tar.bz2 gentoo-eb3a79dab2f66d869d30e70a8da56e1c6392eaf8.zip |
kde-plasma/layer-shell-qt: drop 6.2.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/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/layer-shell-qt/layer-shell-qt-6.2.1.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest index 0d09285365d8..319b83fed86b 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1,3 +1,2 @@ DIST layer-shell-qt-6.1.5.tar.xz 35964 BLAKE2B 35cf6bb91a6a1f2b6c2bc47ca19776315d0353af9a2cbffea45f89b9ab4963f5c6936483b6d65138062d93443fa35d04aa83ad6573a4b99a2fb440da7cdf663a SHA512 b5b34a02ea7a39e37300301691400859d5e47133b77fbdfbbfe9b5e109a18d2e538749dfffdd8b8a655996f0b63d254fe72a8762b3ef667314cd507eba870154 -DIST layer-shell-qt-6.2.1.tar.xz 35884 BLAKE2B 5002aa2100e569a8a3a156dda494e0acd698c26deb5f0ef0ce057376b8c8f578ccf6d6affc6843cd75178f32d1a153830015e6e5c943d6b758332da2125864b9 SHA512 51d695494170adeb0b2895d916a2903d6d34f6cf4c7e9893a39e92957b0a0674f5346363d6294cb5a43f0e86f4995a7976d32ee70f2bb47cff5eed19341b8eaf DIST layer-shell-qt-6.2.2.tar.xz 35904 BLAKE2B 21fd000b2c1a789767700d0e8afcbc15461ce0b19386d69bd9f27c0071251edd796bccfd3b2b4582704e6d5168b4319165e7c9104a6ee51f24a835886a21602b SHA512 22b5aa7cc8148b239ad9e39e768509101e24eb497e350ee765ff34f72d84376907ed7318275c45d608e73d85604bd3dd0e36dec43bb44c7a5f790470ca056087 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.1.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.1.ebuild deleted file mode 100644 index 6fd7db8b205a..000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=6.6.0 -QTMIN=6.7.2 -inherit ecm plasma.kde.org - -DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol" - -LICENSE="LGPL-3+" -SLOT="6" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -# slot op: various private QtWaylandClient headers -RDEPEND=" - >=dev-libs/wayland-1.15 - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtwayland-${QTMIN}:6= - x11-libs/libxkbcommon -" -DEPEND="${RDEPEND} - dev-libs/wayland-protocols -" -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -" |