diff options
author | 2024-12-03 16:42:42 +0100 | |
---|---|---|
committer | 2024-12-03 20:21:17 +0100 | |
commit | f80e03931baabda8d0c25e11de65cc12eecfab61 (patch) | |
tree | 8de58b87302f8c0bc5db26da5268cd4daea57461 /kde-plasma/layer-shell-qt | |
parent | kde-plasma/kwrited: drop 6.2.3 (diff) | |
download | gentoo-f80e03931baabda8d0c25e11de65cc12eecfab61.tar.gz gentoo-f80e03931baabda8d0c25e11de65cc12eecfab61.tar.bz2 gentoo-f80e03931baabda8d0c25e11de65cc12eecfab61.zip |
kde-plasma/layer-shell-qt: drop 6.2.3
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.3.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 edca8b0e9128..4d82801bcd74 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.3.tar.xz 35912 BLAKE2B a9f7f7ea1fdb2413052628934d93e592df5fbd6bc9a64dfdf618c3ef3ec04fa698a5b6d4008dd6e1763427d0b16aa549b20d6f5fba228eac8368153443f89068 SHA512 13d73af140fce82f7698d22e6dd24d8fcb5f160315d7ce9fd365a71526ce78cdeed95e5e3bb7d498473db79ef4e3526680baf4cf9f4bb5a4777f9bf043260165 DIST layer-shell-qt-6.2.4.tar.xz 35892 BLAKE2B f30ad3f6fea571a3ce5b78e9c0f66871a6891f35d4608386a1fe18f7f2eb9d46081f69773d0ca893c5e0bf003406fbfa3a6fd06e1285ceb004eacf579c6eba2a SHA512 d94353ebc9677ee4c11107892210034fc0ea75d6af157a351157df64d1ed4419196edd65c74a9f81e3ab7cdf5e75174faa1321a9aacd265769bb1b8c5a92d60d diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.3.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.3.ebuild deleted file mode 100644 index 6fd7db8b205a..000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.3.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 -" |