summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-16 16:15:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-16 18:03:15 +0200
commit72bac169146e66b9cc4299a8bdbd5bead3869430 (patch)
treedcd177a112157a7bd4e199f91e12c54c4b07f73a /kde-plasma
parentkde-plasma/kwrited: drop 5.27.6 (diff)
downloadgentoo-72bac169146e66b9cc4299a8bdbd5bead3869430.tar.gz
gentoo-72bac169146e66b9cc4299a8bdbd5bead3869430.tar.bz2
gentoo-72bac169146e66b9cc4299a8bdbd5bead3869430.zip
kde-plasma/layer-shell-qt: drop 5.27.6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/layer-shell-qt/Manifest1
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-5.27.6.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 9eede78239a7..93b16b2ca1a8 100644
--- a/kde-plasma/layer-shell-qt/Manifest
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -1,2 +1 @@
-DIST layer-shell-qt-5.27.6.tar.xz 18456 BLAKE2B 89d60ce8e316e2fc3fbf3326d478b6db580cfd874f3e39f42c8ad95b2f5932c885a9c1a1b7334d870ec35846459ff9fce91cabee4980704e08d657f89d954bb4 SHA512 1c11f580ac00286873d194968196cb3d9a4660a1c693592846f6e59c61f2199600314b72ca94c681750f62e1a911f04caee8419d26f9a6af5f88f37872c6686d
DIST layer-shell-qt-5.27.7.tar.xz 18452 BLAKE2B 37944799382767e444621f3fba9e4094c186a525cbe7b7f2c25ada07346d5a6074c2cc2ff4ed3553ad50cc9db197c4ab505bca063cfd353308e51fc710487d47 SHA512 3f03f9850a95b05c6f6c194552127feb0af7830e705eb5d8497b0793f6d1165d2e73ba99657aea3f312d98dca57f98b7d3a359c09d8afda68fa5fe02619287aa
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.6.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.6.ebuild
deleted file mode 100644
index 009ec7e96a5d..000000000000
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-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
-"