diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-25 16:05:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-25 16:05:54 +0100 |
commit | 68a8227da67c9c70e574d0be26c9e67375141d3c (patch) | |
tree | b7b9df928018c023b98ec1cd923e1ca7fe8e5458 /kde-plasma/kwayland-integration | |
parent | media-libs/sdl2-ttf: Bump to version 2.0.15 (diff) | |
download | gentoo-68a8227da67c9c70e574d0be26c9e67375141d3c.tar.gz gentoo-68a8227da67c9c70e574d0be26c9e67375141d3c.tar.bz2 gentoo-68a8227da67c9c70e574d0be26c9e67375141d3c.zip |
kde-plasma: Drop KDE Plasma 5.14.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.14.3.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index e1d3834a5bd4..3fc0e2b6251c 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1 @@ -DIST kwayland-integration-5.14.3.tar.xz 18812 BLAKE2B 8eaa74c417dc2841b54e1ce2e2c6dda5328bf584e6b103527932709fa737cce91359f0a5255b5d01f8d234efef02bf07c97e5068c18af35dfe2845b34e196fcb SHA512 844dfd0ed6568a18b74e86752a636e216e0198203bbf51c0061b9fdd0a16c974d1bb0bbdb728ace53c6e72a0f5127b4bd90284b71983c323d093f5a54919a6da DIST kwayland-integration-5.14.5.tar.xz 18704 BLAKE2B 56669ba9cc8644aa1a613bc35756c317809889494e0b033b805e91bef9fa4b4721e91a5f2a108f314fa6f6b62fd12d5b96d7f912612b3a6c4836ba54a56a1838 SHA512 0e0d5ba23c8e9417160f985298e71d3693b01c5cc1773a0f9c9f173e14ab568b1701ec23daf8e07e95666ac3a680eb8f476eb0e96b6d89aa6f4f761e52704b20 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.14.3.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.14.3.ebuild deleted file mode 100644 index 820f2cb611c8..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.14.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" -HOMEPAGE="https://cgit.kde.org/kwayland-integration.git" - -LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" - -RESTRICT+=" test" # bug 668872 |