summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-26 20:50:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-26 20:55:59 +0100
commite45797100700ef8830656e0124fb4ce7fb050b00 (patch)
treea088b1ca5867d8e4943baaf20b33354e5fe7155f
parentkde-plasma/kwayland: drop 6.0.2 (diff)
downloadgentoo-e45797100700ef8830656e0124fb4ce7fb050b00.tar.gz
gentoo-e45797100700ef8830656e0124fb4ce7fb050b00.tar.bz2
gentoo-e45797100700ef8830656e0124fb4ce7fb050b00.zip
kde-plasma/kwayland-integration: drop 6.0.2
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.0.2.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 14506fd6a7b6..6ae96b0666e3 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.0.2.tar.xz 26404 BLAKE2B 411c3fc9b12ea109d9b5ae13c437262368952113e6ba7097b47787ada6e699f90965af71c0f075edde8b7da030bd3c1c3327fa08b63b8b17a9b04e490f5337f0 SHA512 52990f567d1b95604f27f39381eb9916b1f1d6f3426a3dca30fca8abfdcfa1b89d62509f94bf289ffae13f6546b53cea42be4e33c253d726d890352858b56973
DIST kwayland-integration-6.0.3.tar.xz 26400 BLAKE2B ebeae70e81c5eb3f7f084fe099befd3dc8b99042d2b984f9bf16a9b36f212c55ded00e8a49a78fbc44a9d83df9c94eba733340fd80908e88f419aee13079d751 SHA512 0caf516444afb9fa5b148461f1301fb865c691ad39f120c3919194be643492721210a2c1a584f8bcacef9ad2fd2f04a563eb18e3b388bb4322574fd0f2d590af
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.0.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.0.2.ebuild
deleted file mode 100644
index 2ce54ec08c7a..000000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-6.0.2.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"
-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
-}