diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-16 17:33:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-16 18:31:42 +0200 |
commit | fb036b276f77220b15b5f8c0988b8888cb2fa73c (patch) | |
tree | 91d7e6c4242605aeca0ba28bbe0f675d55ae2b8d /kde-plasma/layer-shell-qt | |
parent | kde-plasma/kwrited: drop 6.1.2 (diff) | |
download | gentoo-fb036b276f77220b15b5f8c0988b8888cb2fa73c.tar.gz gentoo-fb036b276f77220b15b5f8c0988b8888cb2fa73c.tar.bz2 gentoo-fb036b276f77220b15b5f8c0988b8888cb2fa73c.zip |
kde-plasma/layer-shell-qt: drop 6.1.2
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.1.2.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 6fa024440d9e..b918b5d1bc44 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1,3 +1,2 @@ DIST layer-shell-qt-5.27.11.tar.xz 18488 BLAKE2B 3c56db129c4d525ee1968e3016f77f5adcf9ed121f6a7b28a6331ca06a1e1ad0df091c4d8afeb64e12176094332da5de33e91e219551c17ce22adc463dbe6b92 SHA512 9a7439a5653fe684967445109624989fbb11f8bc46815afd3eadf44f5753f4442d1d9d59c0721f1f383715f16aae845e3edc8c62409ccabee324dca219fb3429 -DIST layer-shell-qt-6.1.2.tar.xz 35960 BLAKE2B de934e800566c46cd144c2d953a5c7b9ce9ed5f15fd5b1c4f4c907f3e417d10151f9e48e19c47bb82cf5361bd79152009c231ae3fbc3fd423362cf5c1c85f40e SHA512 54e532dad1ed7db1e61bd5757ba501fe5e63ceb437ee61cf8c62a391b3ebc86cbf36782d13b1603f98d0edb5783391f7a04932100be3a7cb68d56b620808729e DIST layer-shell-qt-6.1.3.tar.xz 35960 BLAKE2B 258bc5d600b74b589395714ce8d455dd5f31fa97d2819283f9b1392a1d16b62f71f8fb9c2933fc501abd13200c04f1842ae623cb0478a9bc3c76b06d4a816ad6 SHA512 94bc4a99939b46ca7f00e508969e582f5e82551cfa882466c6b72cd9c5a1952de4fb459260629ad5aee7e8b9d902a1ecd2d7c1d9fb6c7fe51928e75a0a78adf7 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.2.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.2.ebuild deleted file mode 100644 index 17581e15b0c1..000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.2.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.3.0 -QTMIN=6.7.1 -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 ~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 -" |