diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:14:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:22:22 +0200 |
commit | 451c714e3256087189b39b2b11184b52874a214f (patch) | |
tree | 909abba87f30c6441527044ce5c7d7694801d7c4 /kde-plasma/kwayland-integration | |
parent | app-office/pybliographer: Drop old (diff) | |
download | gentoo-451c714e3256087189b39b2b11184b52874a214f.tar.gz gentoo-451c714e3256087189b39b2b11184b52874a214f.tar.bz2 gentoo-451c714e3256087189b39b2b11184b52874a214f.zip |
kde-plasma: Drop KDE Plasma 5.15.3
Package-Manager: Portage-2.3.62, Repoman-2.3.12
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.15.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 2b30a3833365..2952891989b5 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.3.tar.xz 18676 BLAKE2B dfaf165fe029b71f5ed19092e131811509291d56796d0c62fbe2a0c6ab3b2f10593ffaab8511cd519accf7ca5c6eb86749ecfd8f3ce271e230ccfe64fc7c40d8 SHA512 0b4b367e53eaf35a6c76b9a81f6ea000a10ca9b5c07f255c97f55d146d8f7e4085a43a7af4ab81963d3b18e4e9f9cc26550e2be7d0a682277efa144a83d37238 DIST kwayland-integration-5.15.4.tar.xz 18816 BLAKE2B c7f864820734b8e3e9892633d7b3b4aeb5189fb3218e5b9932bc8f78b8e089c91f7a87b0bd6c8ac5a2b094cae80475814954a559b3bb34bb81b339b03966b7a0 SHA512 459764bb58cfd01f145cd3600b9990cf911ab063620e0b5ffe4d13ca80ba7df5e66d2eca7f5e4d7c326c2564a1904133c2acce2408803414c9d0318853c2f403 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.15.3.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.15.3.ebuild deleted file mode 100644 index bbef91320933..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.15.3.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 |