summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-07-02 19:41:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-07-02 19:55:23 +0200
commit265b1fc368874ff96438e4dc986ce932aa8dde06 (patch)
treeef9d22c0d06f5f7450a5eb178a448bf93dc19dad /kde-plasma
parentkde-plasma/kwayland: drop 6.1.1 (diff)
downloadgentoo-265b1fc368874ff96438e4dc986ce932aa8dde06.tar.gz
gentoo-265b1fc368874ff96438e4dc986ce932aa8dde06.tar.bz2
gentoo-265b1fc368874ff96438e4dc986ce932aa8dde06.zip
kde-plasma/kwayland-integration: drop 6.1.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-6.1.1.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 7c4da8dd3069..412ff35e395e 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,3 +1,2 @@
DIST kwayland-integration-5.27.11.tar.xz 25708 BLAKE2B 67fe2d113955b2cdec1c3d621efbe84b2565aa3f22e0d15eb95f1a2bce1a6c7fe87da9c2974d93fb2f1939d92d64d2ab2a2a1db609df5973ded5ac4a02f214cf SHA512 c5f19a03e8161b346dbd89fb0d1b72d7906c19a7d55535878d9d75b7d96025d61808161f6b0ccaf9b5fef1d112f8e0ba1033ce149e42aec2cd261351d5ffb1c9
-DIST kwayland-integration-6.1.1.tar.xz 26404 BLAKE2B 8cf30e4abe1dae3c0b882f3ea4f8b9be120c48fa87293ce937d46d30543cb62a972366f140e62e349ba7d35dbf74de376f336e058f4f2e818127b640ad4b0351 SHA512 7c018074497ce1cff5f7ecbc33231bb6a3fd3e894c7d06a8343b5cfae4f558fba6b44266375dfe0007aa9f752b28dcb9ff30bbe00847e177a24fd70473d2f91e
DIST kwayland-integration-6.1.2.tar.xz 26388 BLAKE2B 36f78099d762fcd073fe24d3f57f61716889a6e16de8afc84fb8531b2eef9ea13f25e154b5e83b8226f1b47f4057ebfcfc452042f2c7fe314fe74f0920c5efaa SHA512 38360838a112ed20a235cac79f7647cdfffc89f4e61ff72fa8572cb5cdc8cb5ba1ff10d409079c004a97e70e2fc31f2de8ae84b6bb35117b2a183e890e8e56ae
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.1.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.1.1.ebuild
deleted file mode 100644
index b88af4082a10..000000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-6.1.1.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 ~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
-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
-}