summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-07-02 19:41:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-07-02 19:55:26 +0200
commit31d345f9ea92320fa6b003d1258f8d56de7f05b6 (patch)
treede73de8ec6ff683f8054141cfd702ecb8b7f7602 /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: drop 6.1.1 (diff)
downloadgentoo-31d345f9ea92320fa6b003d1258f8d56de7f05b6.tar.gz
gentoo-31d345f9ea92320fa6b003d1258f8d56de7f05b6.tar.bz2
gentoo-31d345f9ea92320fa6b003d1258f8d56de7f05b6.zip
kde-plasma/layer-shell-qt: drop 6.1.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/Manifest1
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-6.1.1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest
index 65937cef6611..3f357b2e1a70 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.1.tar.xz 35960 BLAKE2B 7cda9073092e8a4c334eec96247e1f48fb5b1f260e7e9d79d95a3f06eaa0636f1e18b3657da19ac9a2daebae9da5380a4f9655e0b612decd831e1e8024cf63fa SHA512 42d09cfc2bc2b33798b8b2bb3bf8ded3cd508b9326ee9f8012f8baac5bcaa4320975fcfe5df0615e64b6bc0b0b70e393c2a8aa64c16f4d835795d8f5720d49b7
DIST layer-shell-qt-6.1.2.tar.xz 35960 BLAKE2B de934e800566c46cd144c2d953a5c7b9ce9ed5f15fd5b1c4f4c907f3e417d10151f9e48e19c47bb82cf5361bd79152009c231ae3fbc3fd423362cf5c1c85f40e SHA512 54e532dad1ed7db1e61bd5757ba501fe5e63ceb437ee61cf8c62a391b3ebc86cbf36782d13b1603f98d0edb5783391f7a04932100be3a7cb68d56b620808729e
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.1.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.1.ebuild
deleted file mode 100644
index dd3a80e60b9b..000000000000
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.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.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"
-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
-"