summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-07 20:20:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-08 01:22:01 +0200
commit3c266560511bf6e0c38289acb37709e4c4f9d9a7 (patch)
tree5f671d130fab261bbf7b6bb99214e95c59fadf1e
parent18e13b85ae7b4536143aadbc83318ed4afa24ea3 (diff)
downloadkde-3c266560511bf6e0c38289acb37709e4c4f9d9a7.tar.gz
kde-3c266560511bf6e0c38289acb37709e4c4f9d9a7.tar.bz2
kde-3c266560511bf6e0c38289acb37709e4c4f9d9a7.zip
kde-plasma/kwayland-integration: drop 6.1.90
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-6.1.90.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 5e99ebf2999..3a9953fd81d 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1 @@
-DIST kwayland-integration-6.1.90.tar.xz 26396 BLAKE2B a0f87dfff5c6b77a442a6d4f4c21619dfb144418557f134f0fe2f13cc2284cf02c3a2b8cd7d53df0f9a375f2484b18b692383513be2cd9e53f821596c982a4af SHA512 506a2dbef497d739c2a30b140922d5243da6907aa0d8b3740e9dc095eb5b71d29ccee3710bd32ff836eb3e93973cf72154009166afd88a228e355fa6b8c301f2
DIST kwayland-integration-6.2.0.tar.xz 26392 BLAKE2B ab80480afead2ea7ee88e2b2df7429b74e3e4a96459396cb49661963a2d3d87efd4b19c12188e30704219344a6bede4f2278b93b5cd43260699423de257b5e73 SHA512 a3b3a0599a44e586df565be0b507ab720c200152ae0e3aaeb928f13790db6738d6db0aeb610af8909f961ed9ac3fda9933e289049a0ef94c8334a4281534978f
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.1.90.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.1.90.ebuild
deleted file mode 100644
index 599a5bbb254..00000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-6.1.90.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm flag-o-matic 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 ~arm64 ~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
-RDEPEND="
- >=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/kwindowsystem-${KFMIN}:5=
- >=kde-plasma/kwayland-${KFMIN}:5
- x11-libs/libxkbcommon
-"
-DEPEND="${RDEPEND}
- dev-libs/plasma-wayland-protocols
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
-
-src_configure() {
- filter-lto # bug 921430
- ecm_src_configure
-}