diff options
author | 2020-02-15 14:24:55 +0100 | |
---|---|---|
committer | 2020-02-15 14:25:22 +0100 | |
commit | 141e4426b3b384677f06b4a9d442ca90c27944ff (patch) | |
tree | 7b82d8a03525fc140abec3d59bfb23e2b45707e1 /kde-plasma/kwayland-integration/kwayland-integration-5.17.4.ebuild | |
parent | sys-apps/mcstrans: stable 3.0 (diff) | |
download | gentoo-141e4426b3b384677f06b4a9d442ca90c27944ff.tar.gz gentoo-141e4426b3b384677f06b4a9d442ca90c27944ff.tar.bz2 gentoo-141e4426b3b384677f06b4a9d442ca90c27944ff.zip |
kde-plasma: Drop KDE Plasma 5.17.4
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration/kwayland-integration-5.17.4.ebuild')
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.17.4.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.17.4.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.17.4.ebuild deleted file mode 100644 index 616a4e7f8d0e..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.17.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="true" -KFMIN=5.64.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.12.3 -inherit ecm kde.org - -DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" -HOMEPAGE="https://cgit.kde.org/kwayland-integration.git" - -LICENSE="LGPL-2.1" -SLOT="5" -KEYWORDS="amd64 ~arm arm64 x86" -IUSE="" - -DEPEND=" - >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/kidletime-${KFMIN}:5 - >=kde-frameworks/kwayland-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 -" -RDEPEND="${DEPEND}" - -RESTRICT+=" test" # bug 668872 |