summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-02 14:40:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-02 20:38:32 +0200
commit375ca7ef9fb86edd57fcee85bc7f9d47e52794b0 (patch)
tree846fe55c8bc122fb36f6ff646ff3434ae8fe051f /kde-plasma/kwayland-integration
parentkde-plasma/kwallet-pam: drop 5.25.3 (diff)
downloadgentoo-375ca7ef9fb86edd57fcee85bc7f9d47e52794b0.tar.gz
gentoo-375ca7ef9fb86edd57fcee85bc7f9d47e52794b0.tar.bz2
gentoo-375ca7ef9fb86edd57fcee85bc7f9d47e52794b0.zip
kde-plasma/kwayland-integration: drop 5.25.3
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.25.3.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 7e6e8a8acadc..b2b219af0661 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,4 +1,3 @@
DIST kwayland-integration-5.24.5.tar.xz 24844 BLAKE2B 99fedecea63c3b3792b6c275143b7e32283f32c38d098f039ec09a2b98facbd79c89753bf32fdd82c39115d2fd603626f67328a0c2a0dcac7cb3cec5f914c580 SHA512 ebdfb1cef57e82081c22394b6d4309e5662a91aaf925df1186a17765bf49a2d07a810be7767f5d9de18cae942584fbbdef42dc6bb59dc0c4896e7ff8abf117ac
DIST kwayland-integration-5.24.6.tar.xz 24832 BLAKE2B a6f9e863d7a7b1cb48347cc6115772909123f4561d76f0187909ca57344e079ff78a0ff4249115cb11ab1aec505c05441c34a4ba7eb4bd698354ac3664a1b7a4 SHA512 9f7e5e07719916b9f0b1c7f7bbadf75547f6e8d17512f23cf42088f7bedaa726cddfec3fd814be5021a5733f9a3e87fece2a62407cd724bdb4d1622def17bbc4
-DIST kwayland-integration-5.25.3.tar.xz 24292 BLAKE2B fc906cf3327e8995a1f842e3756d3168b113a070ce047559478fbf8af9b274567f21acb04d4a62d8a42c9ddaa25bb67a9445ce9a19fc8900cdcd739323df5599 SHA512 2809001289ddba6289c9b914a5e673839224d07602ada3293df0d32908d1634af6f50f655df94a3e3d540d08904ffeccc668b44e27a19aba8531e2e1be45ea9d
DIST kwayland-integration-5.25.4.tar.xz 24288 BLAKE2B 7caaf75b6de87b2b5fbf88b7c4f3d359de0890daa6d7d488a7803f287d0f0dcc41595465a7e9f050a95289531a4f33f09b0438907412304cae0f3ba8b15709fe SHA512 e66ffd83d17614d60d4d4e2811ef4df791b0d503c53bd90167d7001149f9dddb8d51fd8a0248107614ca3b3ed4b989426568f2a630f49de6564d78453abf6a49
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.25.3.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.25.3.ebuild
deleted file mode 100644
index 1f5432b5199f..000000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.25.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-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 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RESTRICT="test" # bug 668872
-
-# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
-# slot ops:
-# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff
-# kde-frameworks/kidletime: KIdleTime/private/abstractsystempoller.h
-# kde-frameworks/kwindowsystem: Various private headers
-DEPEND="
- >=dev-libs/wayland-1.15
- || (
- >=dev-qt/qtgui-${QTMIN}:5[libinput]
- >=dev-qt/qtgui-${QTMIN}:5[X]
- )
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtwayland-${QTMIN}:5=
- >=kde-frameworks/kidletime-${KFMIN}:5=
- >=kde-frameworks/kwayland-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5=
- x11-libs/libxkbcommon
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- virtual/pkgconfig
-"