diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-20 08:48:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-20 08:51:11 +0200 |
commit | 7e5acfb9059fd0ba938c2f8c5bac2ef6032c7401 (patch) | |
tree | 18b9179e5be64e2d5d6d8a9e629aed01b2c23193 /kde-plasma/kwayland-integration | |
parent | kde-plasma/kwallet-pam: drop 5.23.0* (diff) | |
download | gentoo-7e5acfb9059fd0ba938c2f8c5bac2ef6032c7401.tar.gz gentoo-7e5acfb9059fd0ba938c2f8c5bac2ef6032c7401.tar.bz2 gentoo-7e5acfb9059fd0ba938c2f8c5bac2ef6032c7401.zip |
kde-plasma/kwayland-integration: drop 5.23.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.23.0.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 92200c54b48d..28b8a0e9adaf 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ DIST kwayland-integration-5.22.5.tar.xz 22708 BLAKE2B 61e084dd71721b556fc9bf0aafe92908c25070d1f8683ae53093ca413b0e81efb1c21a3fbb7c033c1e324b2032c8fe9946287eadd53607ee549944f06d081932 SHA512 456b745e493965781178e1cd2fe64b8833294800ea152f5f95d00e1e2c221f97c2a29b91498573bc25710e3ad42482e46a4f0f33d5a57ce8ed1454a65fba81a9 -DIST kwayland-integration-5.23.0.tar.xz 24164 BLAKE2B 314569a0a081076fafdb7bcd7f2a3529c9ec9adde3c6bc795e085cd0ba5c6c777e7f7a67c34bbeb8b8c122b18c8ce357a21b6fce7529ad2f4038cedf909c1e4b SHA512 edc7507d6ea4594bb8449c1cce4f88e1d663b0e36449230369088d354f4d56e3c02f7db166dc98f357667fd53664ff314badef550b17428ca109e5036894b890 DIST kwayland-integration-5.23.1.tar.xz 24176 BLAKE2B 185b68e76725fc082d1a01a27f577b8aaa7453c15b3a3289999a249b7a99d41e74bd836a443a7fea7b66435027e86878677c79206ce8fd911189ec5dc1f02c3e SHA512 6287004978e61572765d3826d395c643b9e1ee54ae0b82060f0c367663e522abacf8a2e4440c275c39beec836d5c8e5aaa175dab5fc4b77c97dc1051a82167da diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.23.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.23.0.ebuild deleted file mode 100644 index 9a1d55f7aa5c..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.23.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -KFMIN=5.86.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.2 -inherit ecm 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 ~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/kguiaddons-${KFMIN}:5 - >=kde-frameworks/kidletime-${KFMIN}:5= - >=kde-frameworks/kwayland-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5= - x11-libs/libxkbcommon -" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" |