diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-07-06 19:03:42 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-07-06 19:17:24 +0200 |
commit | 1a2bbec06588c0e3a14b40212a7571975d38ec5e (patch) | |
tree | ce2cf1d386aa31a8d5c163c91cef5e703186591e /kde-plasma | |
parent | kde-plasma/kwallet-pam: drop 5.22.2* (diff) | |
download | gentoo-1a2bbec06588c0e3a14b40212a7571975d38ec5e.tar.gz gentoo-1a2bbec06588c0e3a14b40212a7571975d38ec5e.tar.bz2 gentoo-1a2bbec06588c0e3a14b40212a7571975d38ec5e.zip |
kde-plasma/kwayland-integration: drop 5.22.2*
Signed-off-by: Andreas Sturmlechner <asturm@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.22.2.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 57c1252cf596..4b36bfcb5dad 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ DIST kwayland-integration-5.21.5.tar.xz 23336 BLAKE2B 361160eff499863787d997f7eabd9dc7acfa5e9831de700cb1fbe6a4a5f10795b9435a505ff7af40eae4e473826fefda275ad8dc15efb6ac609788d9c85b25da SHA512 87e1d71f8a18ebbaadfb76a7e2bdfb47933a500d3cccb589f697e2b368302f3b8c61a0e742cd436119adb3a885aa6d94b8d522befe2908fb2b3816def93bb282 -DIST kwayland-integration-5.22.2.tar.xz 22772 BLAKE2B 843d692b8433f186bd66e03fcbbc14bb2d36685709eb8b4ea95f438057299249179b1ffcaf7d8f9adeaee40638fb72730a14eebfb92063fca899e4fc7dfe1d9e SHA512 0e4a9fe890e2f054f432906fb0603fbe172602e540683e10372277d2f881490c13dbf811a7be9cd035a3c6db1799420c007931588739e6c6d82930a6773f4681 DIST kwayland-integration-5.22.3.tar.xz 22772 BLAKE2B 5b60f3d77f0f206caff08978d4713990c089f8cd0882ff84ea2227c4c1df1b779be986c0bd949a2cdd856082ea9ddf73dbac651d6aee68db5f4a36c78d6f0d64 SHA512 8cf845c5b07028b48d02f4614af54f4b9f25dc5e3cf8a2e7a94c0f896ff64a99698e455052992c8ed3d2fa4e31947bc132689de6ae0b49ed8b59c85af1d11897 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.22.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.22.2.ebuild deleted file mode 100644 index c999b25b427b..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.22.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="true" -KFMIN=5.82.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 ~x86" -IUSE="" - -RESTRICT+=" test" # bug 668872 - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/kidletime-${KFMIN}:5 - >=kde-frameworks/kwayland-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |