diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-04 19:47:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-11 00:43:59 +0100 |
commit | 47f121211b7a44c71d1c9a4ff85b45e70bb979e5 (patch) | |
tree | 5ab6a596c625e0bbe59b8736e53f0f22a4d407fb /kde-plasma | |
parent | kde-plasma/kwrited: drop 6.1.5 (diff) | |
download | gentoo-47f121211b7a44c71d1c9a4ff85b45e70bb979e5.tar.gz gentoo-47f121211b7a44c71d1c9a4ff85b45e70bb979e5.tar.bz2 gentoo-47f121211b7a44c71d1c9a4ff85b45e70bb979e5.zip |
kde-plasma/layer-shell-qt: drop 6.1.5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/layer-shell-qt/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/layer-shell-qt/layer-shell-qt-6.1.5.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 4d82801bcd74..fd890b7a4631 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1,2 +1 @@ -DIST layer-shell-qt-6.1.5.tar.xz 35964 BLAKE2B 35cf6bb91a6a1f2b6c2bc47ca19776315d0353af9a2cbffea45f89b9ab4963f5c6936483b6d65138062d93443fa35d04aa83ad6573a4b99a2fb440da7cdf663a SHA512 b5b34a02ea7a39e37300301691400859d5e47133b77fbdfbbfe9b5e109a18d2e538749dfffdd8b8a655996f0b63d254fe72a8762b3ef667314cd507eba870154 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.1.5.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.5.ebuild deleted file mode 100644 index 16f51d79785d..000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.5.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.5.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 -" |