summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-26 20:32:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-26 21:06:33 +0200
commitd12e6dfd7e26c05e65b736e5168904bba6f73a96 (patch)
tree379c32e681958d082f42416b2f98986875f26afa /kde-plasma/kwayland-integration
parentkde-plasma/kwallet-pam: drop 5.27.7 (diff)
downloadgentoo-d12e6dfd7e26c05e65b736e5168904bba6f73a96.tar.gz
gentoo-d12e6dfd7e26c05e65b736e5168904bba6f73a96.tar.bz2
gentoo-d12e6dfd7e26c05e65b736e5168904bba6f73a96.zip
kde-plasma/kwayland-integration: drop 5.27.7
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-5.27.7.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 86d206853504..8fd2fa3f3722 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1 @@
-DIST kwayland-integration-5.27.7.tar.xz 25776 BLAKE2B 85160077fe37bd0e3799a1a8e3f9e5618e93277e7e39158590603acfa7e7cc7571b4362ebcc404a8845502a875966082b13b6100253cfb3fccf33e75e27df49f SHA512 c2dee5bc7d101582e156ebf4587f0059a109ea0e201cf12b3736e9daa41677fc57780afa6631b0f407c062c9aa6672f46fa657c28ca6617d032fc88b56cebbc9
DIST kwayland-integration-5.27.8.tar.xz 25776 BLAKE2B 1b74edcfd390dc94b27026700bcd756a2e30eb6a6129a545df009c82ee83fd23e6a7b19439b1b9dfd919430225f306036986db35f333796ab991420c73f639a1 SHA512 f0ad69614e40b15559a172a04d3cab79fa847923d0899464e6ccafcd458fcde5ffbafee28e6f387f7f2bf838d2fa66be076d1418ff691268a2665533698126ba
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.27.7.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.27.7.ebuild
deleted file mode 100644
index 09d8bad64e14..000000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.27.7.ebuild
+++ /dev/null
@@ -1,48 +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="Provides KWindowSystem integration plugin for Wayland"
-HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
-# slot ops:
-# dev-qt/qtgui: QtXkbCommonSupportPrivate
-# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff
-# kde-frameworks/kwindowsystem: Various private headers
-DEPEND="
- >=dev-libs/wayland-1.15
- >=dev-qt/qtgui-${QTMIN}:5=
- || (
- >=dev-qt/qtgui-${QTMIN}:5[libinput]
- >=dev-qt/qtgui-${QTMIN}:5[X]
- )
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtwayland-${QTMIN}:5=
- >=kde-frameworks/kwayland-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5=
- x11-libs/libxkbcommon
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
-
-src_prepare() {
- ecm_src_prepare
- ecm_punt_kf_module IdleTime
- cmake_comment_add_subdirectory autotests # only contains idletime test
- cmake_run_in src cmake_comment_add_subdirectory idletime
-}