diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-02-05 20:09:02 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-02-09 20:50:38 +1100 |
commit | 0d23fc95a5afa123d52cc8fdaf3e294a7733297d (patch) | |
tree | 08970e2190ec7a9372aa757a46f1fd21deb6b981 /kde-plasma/kwayland-integration | |
parent | dev-lang/moarvm: Old (diff) | |
download | gentoo-0d23fc95a5afa123d52cc8fdaf3e294a7733297d.tar.gz gentoo-0d23fc95a5afa123d52cc8fdaf3e294a7733297d.tar.bz2 gentoo-0d23fc95a5afa123d52cc8fdaf3e294a7733297d.zip |
kde-plasma: Drop Plasma 5.5.2
Package-Manager: portage-2.2.27
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.5.2.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 86166991c8de..cfa93b3e8f62 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,4 +1,3 @@ DIST kwayland-integration-5.4.3.tar.xz 14004 SHA256 17d76337e10c268823be94bb9c7b1254ea435492e9325641e34f847a76b64c81 SHA512 e8ffa0bbe0338ea5e158b150ac6a04e2ce7ede7e9f14ddebab8694f062e6dc928f6e44772ebc26b03cccc9693a6a8f697bd3653877413ad3b87d1dcdb5aba37d WHIRLPOOL bf147fd651132b8d45d7df8617ee9f6b994c51de078857380653ebd93a493ac9b2642666316ab6c9af3975fbe036a0a7b73830276e67b1960f6f749b5a88cd05 -DIST kwayland-integration-5.5.2.tar.xz 17072 SHA256 db2ed262f18865f5b1dfe2111a386c25f4b40427162996b0bab396f37dcd9f25 SHA512 3a89340013338c243eb2ad4b7974a93c6ac4bf295a15eeecf0a14899725ebc57327fa60b70d3ceac095961e0532ff7665dc97500448b851e6a547debd7936b7e WHIRLPOOL 6383f0ac91bd19784d60c0095df1f313eb32045d60f87109c66ad69bd1c0929619071ffffac754e45710aa2215db0dad0a1094daa4c13032d65f0b10c68fda4c DIST kwayland-integration-5.5.3.tar.xz 17064 SHA256 254559a4d8db86b3babdc196e5e988e4011bac578db90bef7a849465f046d7fb SHA512 ed01491ca14c7008b9dc41a9b056e9a3b086dda74cce1b376b2a9c58bfc62fe4f9e8f5a9efffb15cfaa0554299f96129a436eb8b9fd8b84a8489f6d9cad790bd WHIRLPOOL b13be88cf99ca046f5a2e7e9bbd095b3449f43f716523fe97c2f32c55043e43406dc35d7d899fa0bd772520dfb6dbff99a69e63095f64a7f7e84b733aec14450 DIST kwayland-integration-5.5.4.tar.xz 17080 SHA256 5e3a5489680a418b5d5144dc3d8d862d9781a2b02e5a738d39f6d587e53b7b1f SHA512 bd8c125e48148207bd58cdbcb51e80365a483b3e8fab117f7ce9e72328017a4af38ab3ec74e6dde7afe93a3a25d38af9d2ae4fbecf4c732918a254d4d30d8fb3 WHIRLPOOL de65355670d18d4789abcc43c8a0e61202db2cd5d9886ceb26d62d4efa66aefdaccbc7cd4ec77ecf9c173558ec2c786bc9c44e977f267baa59abc918f5a2f579 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.5.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.5.2.ebuild deleted file mode 100644 index c4fae62ccbc5..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.5.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland-integration" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kwindowsystem) - $(add_plasma_dep kwayland) - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND}" |