diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-14 12:05:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-14 12:29:50 +0200 |
commit | 47a10ffa3d29da66e35856b9b8893294d831564c (patch) | |
tree | 8850fd4c9f9a99b9e286b62e8ccc6e107f2a1deb /kde-plasma/kwayland-integration | |
parent | kde-plasma/kwallet-pam: drop 5.22.90* (diff) | |
download | gentoo-47a10ffa3d29da66e35856b9b8893294d831564c.tar.gz gentoo-47a10ffa3d29da66e35856b9b8893294d831564c.tar.bz2 gentoo-47a10ffa3d29da66e35856b9b8893294d831564c.zip |
kde-plasma/kwayland-integration: drop 5.22.90*
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.22.90.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index e9796c7f8192..5834f0df6799 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.22.90.tar.xz 24164 BLAKE2B 6be1c6558ead14b0e892e579f52b85d0379deca89da80d1e0add3669750bd59e478a65dfd71010824ce0dc2aa1e32b57ccca90eeaf07defc342768efa434e5d9 SHA512 f442125728966bfe09fda859b642af71ac0d33526391828d98854d372a4d82f69c6b2f844ac591de539f72f25fefadd5b0d7c714e5d283f57dea0bbb05ef39cf DIST kwayland-integration-5.23.0.tar.xz 24164 BLAKE2B 314569a0a081076fafdb7bcd7f2a3529c9ec9adde3c6bc795e085cd0ba5c6c777e7f7a67c34bbeb8b8c122b18c8ce357a21b6fce7529ad2f4038cedf909c1e4b SHA512 edc7507d6ea4594bb8449c1cce4f88e1d663b0e36449230369088d354f4d56e3c02f7db166dc98f357667fd53664ff314badef550b17428ca109e5036894b890 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.22.90.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.22.90.ebuild deleted file mode 100644 index 9a1d55f7aa5c..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.22.90.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" |