diff options
author | Sam James <sam@gentoo.org> | 2021-10-31 03:16:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-31 03:16:07 +0000 |
commit | 53d4c67e2f4338b8ef4189e007f767b173d24b13 (patch) | |
tree | 823f4ed930c0247b0af2523dbf7eefd063dfcf29 /kde-plasma | |
parent | kde-plasma/kwallet-pam: drop 5.23.1* (diff) | |
download | gentoo-53d4c67e2f4338b8ef4189e007f767b173d24b13.tar.gz gentoo-53d4c67e2f4338b8ef4189e007f767b173d24b13.tar.bz2 gentoo-53d4c67e2f4338b8ef4189e007f767b173d24b13.zip |
kde-plasma/kwayland-integration: drop 5.23.1*
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.23.1.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 799eb14120bb..97ea6e384807 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.1.tar.xz 24176 BLAKE2B 185b68e76725fc082d1a01a27f577b8aaa7453c15b3a3289999a249b7a99d41e74bd836a443a7fea7b66435027e86878677c79206ce8fd911189ec5dc1f02c3e SHA512 6287004978e61572765d3826d395c643b9e1ee54ae0b82060f0c367663e522abacf8a2e4440c275c39beec836d5c8e5aaa175dab5fc4b77c97dc1051a82167da DIST kwayland-integration-5.23.2.tar.xz 24188 BLAKE2B aaaeec5202e2e019a789ee2f2dd4bce35eae7341be9dbf2e72a2cda5e61aaabe1269bc0e97925a2657b10a114345b849a5d822407741db2909a37bbfbc35fd7d SHA512 20f5a48bab2257cb485b961c2881c86e428947f07d7043808a645a18fbbf104ff6622374b5abcb2ca5e7dc09eb5b2bc33ef6f667f99e6dcbdc971b67338c84b9 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.23.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.23.1.ebuild deleted file mode 100644 index 9a1d55f7aa5c..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.23.1.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" |