summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-01 09:31:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-01 10:26:29 +0100
commit47928c3fa44a9cda2a4b892ce350bc9b1ee59e4d (patch)
tree320a845e73b3f9dcde9910818bc236c79bec79ec /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: drop 5.25.5 (diff)
downloadgentoo-47928c3fa44a9cda2a4b892ce350bc9b1ee59e4d.tar.gz
gentoo-47928c3fa44a9cda2a4b892ce350bc9b1ee59e4d.tar.bz2
gentoo-47928c3fa44a9cda2a4b892ce350bc9b1ee59e4d.zip
kde-plasma/layer-shell-qt: drop 5.25.5
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.25.5.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 2b709f060d8e..efe625fbb9a0 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.5.tar.xz 18316 BLAKE2B 537ea8cbcb6a98350090b2330981de3d77311a5696d06260a9e3a90ed99dce02b5d03e33953ac872250367ae598f681ee63053ac230ae4c293b2d5dd94d598d0 SHA512 d81289c3a9dffb7212d466d1468e80e99703d599c2dee4fc1f8a9a5687892d77b8df6e09ee79592a4d2bfd183e3fabcf7257a5082071ea057a306e336e86e2ed
DIST layer-shell-qt-5.26.90.tar.xz 18348 BLAKE2B 168982f84c17ceefa13d6647a7cb396f7ccb495b366424611bf4fe0b458937afd837848205312fcaf90e0d118f81e5279eb0ec3f84740fa781455e131b62333d SHA512 963b84b10267764c650f56fa8ce7f094f6ee7552cb670a96960bdb68b7ef6abd48e6863b83e819d13f19764093c27a73ddea3b1b5559a5a7c498ed72672b4fa1
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.25.5.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.25.5.ebuild
deleted file mode 100644
index 7ab95d0c8a26..000000000000
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.25.5.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.95.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 x86"
-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
-"