summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-22 10:43:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-22 14:53:42 +0200
commitfd5d9c387dee197198e329078e4c61f26dcf7a11 (patch)
tree53546b0cfee8ae0935f8df7003313835fd09ccd9 /kde-plasma/kwayland-integration
parentkde-plasma/kwallet-pam: drop 5.27.4 (diff)
downloadgentoo-fd5d9c387dee197198e329078e4c61f26dcf7a11.tar.gz
gentoo-fd5d9c387dee197198e329078e4c61f26dcf7a11.tar.bz2
gentoo-fd5d9c387dee197198e329078e4c61f26dcf7a11.zip
kde-plasma/kwayland-integration: drop 5.27.4
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.4.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 2ed3ad17fe14..f125de6e87d7 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1 @@
-DIST kwayland-integration-5.27.4.tar.xz 25724 BLAKE2B 660e090dd89c3f88870ed2fe853943935aa24841c41757fc792b0d2cc5b621da972ca9b7badbcbe9159618f33e524c52809485383f049e51122df3fddf29b3b3 SHA512 9916abb1697c7d3d6c1b27899c7aae0b4f009e5469ed125e617b594748a1601a771ba8bc15a877d6865a1fc353a35ecb0bcd40f6e89db7ef0b84b76843ae3773
DIST kwayland-integration-5.27.5.tar.xz 25716 BLAKE2B 88d99daf93e7d8b9a1707fb9fa5c81c7d7a11c9eb6b60c4ab6ba54e92b497ebde3df374ce2bde5a3212f34030003598f2bb4206da2ff62048a45610253889ccf SHA512 8ed6e5d09387c7f3c1e0f9d83e1d511ab9cdcbbfbbe6eef198f0c1a1759e03dd59eac8569e6b48f359be2a4e3332444877007977e6ca3a7bc64717c0d4ee4904
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.27.4.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.27.4.ebuild
deleted file mode 100644
index bd19df0e072b..000000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.27.4.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.102.0
-QTMIN=5.15.7
-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
-}