diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-16 14:20:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-16 15:40:28 +0100 |
commit | 46d633fb5a06e3838836ff91c995a635edf7ee28 (patch) | |
tree | 58542b9c00b0c20d9b11cf15ae4ad4ef2a2a3855 /kde-plasma/kwayland-integration | |
parent | kde-plasma/kwallet-pam: drop 5.21.2* (diff) | |
download | gentoo-46d633fb5a06e3838836ff91c995a635edf7ee28.tar.gz gentoo-46d633fb5a06e3838836ff91c995a635edf7ee28.tar.bz2 gentoo-46d633fb5a06e3838836ff91c995a635edf7ee28.zip |
kde-plasma/kwayland-integration: drop 5.21.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.21.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 844d3f04a312..e7b17453268e 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.2.tar.xz 23288 BLAKE2B 970222d60df46b05cfe05e6ca8d54876ac4e952e23774a941339c5d23e092d5d84fab8863fd6309e1a205f0696bfbd060672d72abc189fed2383f82ce30de539 SHA512 e29a82b560f0bc489d78c5493d2e35b52f810a9243aa18f23a94552045507b6835971ac4a1a57ae3683b00460dcae3b98b32c437bbb0e2f3ee440512bdc4ef01 DIST kwayland-integration-5.21.3.tar.xz 23276 BLAKE2B c76498ef08919c870f2cfef2cd5c97566fb4fb44a68e77ef26c6ccf65022edcafc48098446670dede081a55f8289e23a3276da10c4ef7cbd8bfd4d6d2f3c2f2d SHA512 d8a77a1c4c7ff6414c9f45b763ee44636df19e0cd5b9dac9d15f67c1f7efc2f8fa5dc0153903837331d45b7ae39dac4bb82c440d11b2538ec86b7836b02be784 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.21.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.21.2.ebuild deleted file mode 100644 index 42cfe4a36751..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.21.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.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}" |