summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-16 16:14:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-16 18:03:13 +0200
commita9f9c96c9ac5bd7d48bdb9091de3053982c474b9 (patch)
tree43909d9832de6b112c61bb1d199b84572f3d4764
parentkde-plasma/kwallet-pam: drop 5.27.6 (diff)
downloadgentoo-a9f9c96c9ac5bd7d48bdb9091de3053982c474b9.tar.gz
gentoo-a9f9c96c9ac5bd7d48bdb9091de3053982c474b9.tar.bz2
gentoo-a9f9c96c9ac5bd7d48bdb9091de3053982c474b9.zip
kde-plasma/kwayland-integration: drop 5.27.6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-5.27.6.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 2c5c4727705c..762930093c8e 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1 @@
-DIST kwayland-integration-5.27.6.tar.xz 25768 BLAKE2B f9c21d451d6ae7c0fc587b58d071e190748037f4a573ac6e881122dc80aa8a4fbf0c85708b3eccfbc716b13e33267600ce68546ae0f1284d8eafbd07dff17524 SHA512 ad5e3a6dc4aee55d394bc7f69ac73f4d3a24020185adfeb5c2f6a9425bf25477c92b2964bd7a0aa651d83ab5dfb4a64967214818a26645a7c41447f65c248e60
DIST kwayland-integration-5.27.7.tar.xz 25776 BLAKE2B 85160077fe37bd0e3799a1a8e3f9e5618e93277e7e39158590603acfa7e7cc7571b4362ebcc404a8845502a875966082b13b6100253cfb3fccf33e75e27df49f SHA512 c2dee5bc7d101582e156ebf4587f0059a109ea0e201cf12b3736e9daa41677fc57780afa6631b0f407c062c9aa6672f46fa657c28ca6617d032fc88b56cebbc9
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.27.6.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.27.6.ebuild
deleted file mode 100644
index 09d8bad64e14..000000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.27.6.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
-}