diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-15 19:47:48 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-15 19:58:43 +0200 |
commit | 25ae194923fb17053ea38ac963033d970991d376 (patch) | |
tree | aadf5eb54b6953c5f3d4ce2ce6f26da34d7103f0 /kde-plasma/layer-shell-qt | |
parent | kde-plasma/kwrited: drop 6.2.0 (diff) | |
download | gentoo-25ae194923fb17053ea38ac963033d970991d376.tar.gz gentoo-25ae194923fb17053ea38ac963033d970991d376.tar.bz2 gentoo-25ae194923fb17053ea38ac963033d970991d376.zip |
kde-plasma/layer-shell-qt: drop 6.2.0
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.0.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 66698a19aeff..6285af79b5ca 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.0.tar.xz 36068 BLAKE2B c96a175c924d838b713ae2e7b1445ef471ed09479db661b9c35bb258dc9c2cefaad9b111e9130ae065268c5257240a52153193ecae5ccba2074a3b1974f8081d SHA512 6119cc2fb55302da16bbb2c0c6abbcd42051f76f5b031953f08473b50aeabf4f3d13341f3f856bd2fe6e0492899f57347eddde8c2ec3e447ef44de3a2dc195ff DIST layer-shell-qt-6.2.1.tar.xz 35884 BLAKE2B 5002aa2100e569a8a3a156dda494e0acd698c26deb5f0ef0ce057376b8c8f578ccf6d6affc6843cd75178f32d1a153830015e6e5c943d6b758332da2125864b9 SHA512 51d695494170adeb0b2895d916a2903d6d34f6cf4c7e9893a39e92957b0a0674f5346363d6294cb5a43f0e86f4995a7976d32ee70f2bb47cff5eed19341b8eaf diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.0.ebuild deleted file mode 100644 index 6fd7db8b205a..000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.0.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 -" |