summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-11 14:44:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-11 14:51:19 +0200
commit79a858b9b927853786affdf4a05c48c9e93a4ec1 (patch)
tree16b9a2801fdfc3968b612c2b13aa453896913767
parent6899d98e85458abddb94d29e1de19d00bcf34aa0 (diff)
downloadkde-79a858b9b927853786affdf4a05c48c9e93a4ec1.tar.gz
kde-79a858b9b927853786affdf4a05c48c9e93a4ec1.tar.bz2
kde-79a858b9b927853786affdf4a05c48c9e93a4ec1.zip
kde-plasma/kwayland-integration: drop 5.26.0
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.26.0.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
deleted file mode 100644
index 510855b7bde..00000000000
--- a/kde-plasma/kwayland-integration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-integration-5.26.0.tar.xz 26976 BLAKE2B ab38cd56537cd7cce42f229ea5ae1f3f52ca01ddba934865819ad3442ac6511729ac5be0fdc2cbd0026a229f7367d59040ea9244bb53d44c9c266f888c2d9b0a SHA512 e0dcd88ae42a59dceb780eea6666bdf3a152a14ba87f3753f2eb4ed025c765de62c6887c469eb09b0e86c1e73cbe28e244fbbd86bbf1bdd12c06f31e4b7c4426
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.26.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.26.0.ebuild
deleted file mode 100644
index 9dd4d8701c5..00000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.26.0.ebuild
+++ /dev/null
@@ -1,47 +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="Provides integration plugins for various KDE frameworks 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
- 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
-}