diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-19 16:08:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-19 16:08:52 +0100 |
commit | a9211382130de01503fc810e129afb95f271e2f1 (patch) | |
tree | ed64b23448b395c9184e798e3c8c0af21af0c05b /kde-plasma/kwayland-integration | |
parent | x11-wm/dwm: fix fontconfig path for Prefix by Susan Wilson (diff) | |
download | gentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.gz gentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.bz2 gentoo-a9211382130de01503fc810e129afb95f271e2f1.zip |
kde-plasma: Drop KDE Plasma 5.15.0
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.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 4b324b0eec10..545c09eaedd1 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.0.tar.xz 18672 BLAKE2B d319f19a65405040aee3a01774f4d0439e16889692a9c40a01c94555d2904c3d55b019370e79bffbe2017c90e637f975c2d0479ef3179d28f164c9fb0f9ae467 SHA512 fb60257ab5e55e8cbd01887f58f460f0492d85c7cc27d81e5414a399bf765243c48ed5ff072bc990561bfc351b4319ecf9c93f086a1e2c77e92bf7ce84d51771 DIST kwayland-integration-5.15.1.tar.xz 18820 BLAKE2B 3e3b54cf974ede4357be6a1f40392dc233c6c856f80693ba9a508f0d547d6df21ab5437f1e2afd16804d8fbc0cd2e05fbe9aa39f57330e120db45b79c4dae854 SHA512 8d22d0a66efe792f2bb47a74630b09c317581bf38652c10a7aec8f4dc2c29ef9d24d6c198c813659b496fb2b7f9340e4adbd7fa34313946de618c537e506de7f diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.15.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.15.0.ebuild deleted file mode 100644 index 5ef07b8658b4..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.15.0.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 ~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 |