summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-08 17:03:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-08 17:03:34 +0100
commit3d66b4985f2e52cff9f08ad878fc8b1d53cdb4ef (patch)
treeb8adfb8f6f94135530ae35d54aa4e1eddc30c803 /kde-plasma/kwayland-integration
parentkde-plasma/kwallet-pam: drop 5.26.2 (diff)
downloadgentoo-3d66b4985f2e52cff9f08ad878fc8b1d53cdb4ef.tar.gz
gentoo-3d66b4985f2e52cff9f08ad878fc8b1d53cdb4ef.tar.bz2
gentoo-3d66b4985f2e52cff9f08ad878fc8b1d53cdb4ef.zip
kde-plasma/kwayland-integration: drop 5.26.2
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.26.2.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 75eae4bfed95..a2d3e9baba39 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,3 +1,2 @@
DIST kwayland-integration-5.25.5.tar.xz 24296 BLAKE2B 30fd0d0c2cb8ce34da692a40d558e7616796475f74ff7fc4212fdded88e7c55271836f160b48907fd3e195f41738c294e40c122bf51ec967861e17bc3d7de3bd SHA512 eabb2040275fd32b4ca1e8a5717a05589a331aac97e21861f36e8ac2b3c683b369d5f40507b0dbebd714dc766d311bd1233043327253e3c5d68de2464e12a342
-DIST kwayland-integration-5.26.2.tar.xz 26964 BLAKE2B fe24d9e6abaeea676e321be74e7ecb68dbf5caf9e27fa6440bd78ed4e0b9e617af17f34ca2d6c0e359ef65ac715fade380efe5b0bfdeab64b179bb595d1f72e8 SHA512 ddf59c8bcda77ca54c7e38b1f1799e243d0b39ceebd33b2021219130b4a3850bddbb63324078f9f4d91bf7c1de7a031fdcd1155b0155809666588d5dafa0f1cd
DIST kwayland-integration-5.26.3.tar.xz 26944 BLAKE2B 4de0075c585f1e7596bc8ce61653139887090dfade4641d6f577fce3e48a5e6f191e7b52807dc38656f9d6f5a7878c09fe9d9a853bc35d9d0e42bb418b278099 SHA512 3fccb2133cc5c68e93c1c0f68f51cc440f138a8a2c5a05dc4b0cc642bb3efc6549433f07eab56c11ecc3439f69e6a777ac1fa9adb53164b424764b3f230d6ea4
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.26.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.26.2.ebuild
deleted file mode 100644
index ea4fc8ab326d..000000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.26.2.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 ~ppc64 ~riscv"
-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
-}