summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-29 19:37:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-29 19:58:10 +0100
commite56e4963fd28cd20f4ab92787919e5e527de73fa (patch)
treee19c529502dc0ac8d7597d766dcd874e1325581d /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: drop 5.26.3 (diff)
downloadgentoo-e56e4963fd28cd20f4ab92787919e5e527de73fa.tar.gz
gentoo-e56e4963fd28cd20f4ab92787919e5e527de73fa.tar.bz2
gentoo-e56e4963fd28cd20f4ab92787919e5e527de73fa.zip
kde-plasma/layer-shell-qt: drop 5.26.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/Manifest1
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-5.26.3.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest
index 98cb31a5bb87..a6af80fde26e 100644
--- a/kde-plasma/layer-shell-qt/Manifest
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -1,3 +1,2 @@
DIST layer-shell-qt-5.25.5.tar.xz 18336 BLAKE2B 0656118af97213591dc79bdf5ef695c3d7e665d6391a51a8e6281a3092b25c716f036aff86e4523a6e2cdf0237a1872bcd1c79862e11da2e72cba7a703b67b36 SHA512 728c741dffff88b3ceea9459f8f3be6c1d6f3ef18039a31951f44169f7d439855c20ad7cd228b9393317231b5ccc33f77e0b49e2852790e4c06c993a834f0b64
-DIST layer-shell-qt-5.26.3.tar.xz 18392 BLAKE2B 243c663666974888f9345481d11c1631dd488f6e4dc1f54733e2e81cf773d279128dae2cdcb5bc210ac9938f0a7cbc919464e6828f24a8c121cc4ed93b6884a5 SHA512 b66f33bb32f225b6f4f61de98e3fdc7b9f98cf3a0a90f90e128b714965857b17cf690b03015ae24510c6b58fc8c0bdc7b5cfe8e7bc7e580d773d1f88ec907a6d
DIST layer-shell-qt-5.26.4.tar.xz 18320 BLAKE2B 22d03a46a39dddfeb19736945900354c0bef2b7c0acc3ffa7ee9638d90be27cdfe9c078f4e064c778f8f6a60e57f72b1268ebf4ce899afe7a340d249c1e92e2d SHA512 27c7d1bdbe5ffc2c76c3ba257a3c07c964797cbedfdc0444e1c4e6eddafc9098a71bc17c9dd5c9041e4b8e76b926753b1a84dfd0f3601ca739a7efb94504ae09
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.3.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.3.ebuild
deleted file mode 100644
index 627c41217c5e..000000000000
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.99.0
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol"
-
-LICENSE="LGPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv"
-IUSE=""
-
-# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
-# slot op: various private QtWaylandClient headers
-RDEPEND="
- >=dev-libs/wayland-1.15
- >=dev-qt/qtdeclarative-${QTMIN}:5
- || (
- >=dev-qt/qtgui-${QTMIN}:5[libinput]
- >=dev-qt/qtgui-${QTMIN}:5[X]
- )
- >=dev-qt/qtwayland-${QTMIN}:5=
- x11-libs/libxkbcommon
-"
-DEPEND="${RDEPEND}
- dev-libs/wayland-protocols
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- dev-util/wayland-scanner
- virtual/pkgconfig
-"