diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-11 14:05:32 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-11 15:21:25 +0100 |
commit | bd0f8e1b770178ee60976dcb7a2e01910c870e49 (patch) | |
tree | fde1d63c887f1064df0833a10c5823f309717a1d /kde-plasma/kwayland-integration | |
parent | kde-plasma/kwallet-pam: drop 5.20.2* (diff) | |
download | gentoo-bd0f8e1b770178ee60976dcb7a2e01910c870e49.tar.gz gentoo-bd0f8e1b770178ee60976dcb7a2e01910c870e49.tar.bz2 gentoo-bd0f8e1b770178ee60976dcb7a2e01910c870e49.zip |
kde-plasma/kwayland-integration: drop 5.20.2*
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.20.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 da069301cc86..c0b0436ade46 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ DIST kwayland-integration-5.19.5.tar.xz 21276 BLAKE2B 0d2a243b665efa9a1be2464dc04a4d01e71be65cff143fddd60e49c4d4d1377ae4982087711b1c5706a1c95434aa8e751e2ea35c2e50e3a0de8ff3a36abbab5b SHA512 db5f05ac9d942650b0933d723ba7138d35d262757b229f5f79b07a621543fdd87679da28d9fa059dc48064db39b69ce34f5296decdfc126442ac3f9f4bbbb2b6 -DIST kwayland-integration-5.20.2.tar.xz 21368 BLAKE2B 643907e0bb6c324f3a96ec05b444920473e0e5f316d764b3bf634aa3be4604b39fd218052d21b8ff33d05133be7b056d91d668d408639009b1df46b02b9a564f SHA512 ba80d96e7c471c05430c59cd9ee6de14ca46c71eb72bf1352fd4e8356509d9d3fe31255a08658caa1660f846c7d6a3434240a3cc197c5739cbc005f7ed65ce41 DIST kwayland-integration-5.20.3.tar.xz 21340 BLAKE2B bfb612ae6ec989e875b6cb24d11e9925799e57d6aa094484fc39bd5ee79b2d90adb320e6e1e07e530e807a15c5473356f3bca3b55c6367f503179769a036f185 SHA512 1e1c6102080ecf9e5b585d7a4a2ef643009334628beafbff171621b45a08d11aa70a9ada6ae4bd958a97e5181c90f2c6d757870039ca2429888e45e66742ab9a diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.20.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.20.2.ebuild deleted file mode 100644 index 7f14920c0b09..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.20.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="true" -KFMIN=5.74.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.1 -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="" - -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}" - -RESTRICT+=" test" # bug 668872 |