diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-12 14:31:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-12 14:31:20 +0100 |
commit | 9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d (patch) | |
tree | e68ae11cce6f377674cb0204c714a1da439c782f /kde-plasma/kwayland-integration | |
parent | kde-plasma: Add KDE Plasma 5.15.3 (diff) | |
download | gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.tar.gz gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.tar.bz2 gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.zip |
kde-plasma: Drop KDE Plasma 5.15.2
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.15.2.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 59500f02fd33..2b480b513f1f 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ DIST kwayland-integration-5.14.5.tar.xz 18704 BLAKE2B 56669ba9cc8644aa1a613bc35756c317809889494e0b033b805e91bef9fa4b4721e91a5f2a108f314fa6f6b62fd12d5b96d7f912612b3a6c4836ba54a56a1838 SHA512 0e0d5ba23c8e9417160f985298e71d3693b01c5cc1773a0f9c9f173e14ab568b1701ec23daf8e07e95666ac3a680eb8f476eb0e96b6d89aa6f4f761e52704b20 -DIST kwayland-integration-5.15.2.tar.xz 18676 BLAKE2B 57a81310addda96e9609957ecf702a499ed138eb7435a1c34bc3bc05ac594440d693ed79f10c3ddb2d5c91506ad63434ebfbc1b2b332636c7731b2f56bcf6bd0 SHA512 94d72ffac66aa8aa0aad66ec1931c4e1f42c39e0a33d1dad66f8a062991355185450a27b50864335430aaf4c5c8b4cc00c16a7d26f0aa9528b0cd5c6fb30a190 DIST kwayland-integration-5.15.3.tar.xz 18676 BLAKE2B dfaf165fe029b71f5ed19092e131811509291d56796d0c62fbe2a0c6ab3b2f10593ffaab8511cd519accf7ca5c6eb86749ecfd8f3ce271e230ccfe64fc7c40d8 SHA512 0b4b367e53eaf35a6c76b9a81f6ea000a10ca9b5c07f255c97f55d146d8f7e4085a43a7af4ab81963d3b18e4e9f9cc26550e2be7d0a682277efa144a83d37238 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.15.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.15.2.ebuild deleted file mode 100644 index bbef91320933..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.15.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 ~arm64 ~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 |