diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-06 15:31:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-06 16:10:16 +0200 |
commit | 2b657401b53db36471372dd4fc56459a33559629 (patch) | |
tree | 68ce9bfc2bf5ee6979d00c1e82a7477500717e61 /kde-plasma | |
parent | kde-plasma/kwallet-pam: drop 5.21.3* (diff) | |
download | gentoo-2b657401b53db36471372dd4fc56459a33559629.tar.gz gentoo-2b657401b53db36471372dd4fc56459a33559629.tar.bz2 gentoo-2b657401b53db36471372dd4fc56459a33559629.zip |
kde-plasma/kwayland-integration: drop 5.21.3*
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.21.3.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 9e5e00c6b040..4d21f47e5370 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ DIST kwayland-integration-5.20.5.tar.xz 21372 BLAKE2B 31fdacff1225d61332c8b9ffa7365a191d55dc1d698f3b0f0386adff0fc9dc2a31e7de8f182de96bdd6def85927cc02b8ab9819e3f82fddc499897785f55e562 SHA512 46b8b799082c02c045155f3cdea3defbcd2684b1f39ee851d46075cea89c78e55172a7f5c5584d6e50c0af75640c120a6d35b3d4be6feead86df17efb30d581d -DIST kwayland-integration-5.21.3.tar.xz 23276 BLAKE2B c76498ef08919c870f2cfef2cd5c97566fb4fb44a68e77ef26c6ccf65022edcafc48098446670dede081a55f8289e23a3276da10c4ef7cbd8bfd4d6d2f3c2f2d SHA512 d8a77a1c4c7ff6414c9f45b763ee44636df19e0cd5b9dac9d15f67c1f7efc2f8fa5dc0153903837331d45b7ae39dac4bb82c440d11b2538ec86b7836b02be784 DIST kwayland-integration-5.21.4.tar.xz 23276 BLAKE2B 560f93826319e6d3913fee49c05d452902cca9e74f3e8e0d186b6bd1a408945760d2a76bc2ad130642311a75754705355d7acb51269a85cb3039b0984b979d04 SHA512 97cc33a61ab84148f7d24c8fe3e9be96608a751147e1ed5811d3377cae453bf2e8d407e06769ddbe97b7a5b8a80cf3114d51292999795561562c2f91cc9ccdaa diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.21.3.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.21.3.ebuild deleted file mode 100644 index 42cfe4a36751..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.21.3.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.78.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}" |