diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-03 11:15:17 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-03 14:21:50 +0200 |
commit | b5c39c63762cb9483c400edf48d472320a304565 (patch) | |
tree | a9fde18620c8483d7e124a084f6ae9941e437183 /kde-plasma/kwayland-integration | |
parent | kde-plasma/kwallet-pam: drop 5.19.4* (diff) | |
download | gentoo-b5c39c63762cb9483c400edf48d472320a304565.tar.gz gentoo-b5c39c63762cb9483c400edf48d472320a304565.tar.bz2 gentoo-b5c39c63762cb9483c400edf48d472320a304565.zip |
kde-plasma/kwayland-integration: drop 5.19.4*
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.19.4.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 760f4e9a8956..70c898d27ca4 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ DIST kwayland-integration-5.18.5.tar.xz 20496 BLAKE2B 74d2396b475a462710fe28f1ee710935a927579e852bd7105785159309ba745acddf527b4ee335ef0e233fd4a43404778af88cbc50e0413d393896d9eed2d299 SHA512 65d87f1e9e9c957e9e9e73dc04da65e23d0c12cb93eb52c86912f4b15a360d6848cc26edbb97be3444c9a5d7a16ade1aebf2d241d4d1a1530aaa5523d1e9f9b1 -DIST kwayland-integration-5.19.4.tar.xz 21280 BLAKE2B 6f42c13c9b8a2116457246869d9f588da17a7b07e6ac88de813ea5756fd654b7277e58aecb5038dc9a240b2a6a7fc4da06c679bfd46f8b6efe2a652563b1ed1f SHA512 f607bec717723c5935779ae7c65a7d00c0b863da5d127bb6ed19cc5985e7791a66e2e8d67b5c14aebaaae098dc098c56a538b16b77101cd10e73dc00e1aaf65b DIST kwayland-integration-5.19.5.tar.xz 21276 BLAKE2B 0d2a243b665efa9a1be2464dc04a4d01e71be65cff143fddd60e49c4d4d1377ae4982087711b1c5706a1c95434aa8e751e2ea35c2e50e3a0de8ff3a36abbab5b SHA512 db5f05ac9d942650b0933d723ba7138d35d262757b229f5f79b07a621543fdd87679da28d9fa059dc48064db39b69ce34f5296decdfc126442ac3f9f4bbbb2b6 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.19.4.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.19.4.ebuild deleted file mode 100644 index 86928d0d92e1..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.19.4.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.71.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.14.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="" - -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 |