diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-07 19:39:27 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-07 19:39:45 +0100 |
commit | 3e5c49faa3575af149590cf4eeda9b9aa25ea54f (patch) | |
tree | 8b2e58f623eafe28c7e1dc57bc26009795f70c33 /kde-plasma/kwayland-integration | |
parent | dev-python/flake8: Version bump to 3.3.0 (diff) | |
download | gentoo-3e5c49faa3575af149590cf4eeda9b9aa25ea54f.tar.gz gentoo-3e5c49faa3575af149590cf4eeda9b9aa25ea54f.tar.bz2 gentoo-3e5c49faa3575af149590cf4eeda9b9aa25ea54f.zip |
kde-plasma: Remove KDE Plasma 5.9.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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.9.0.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 496249f72ae7..e3784308a21d 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ DIST kwayland-integration-5.8.5.tar.xz 18292 SHA256 91d2c7422aa0e286111e647b167ac9124d085e47d88415dbcd4b6776701dc685 SHA512 6d269bb1a7ac26d4adf87ddb9791f881d8d52291f4967ba852003897ef056eb723ecedf433f9e4c0aea64bb413ea92c18470af4f0d13302e87aa7075bad18eb6 WHIRLPOOL 6f0080198471c715f9568542edbd3f6cb7c346b0a1ab0d656fb7eebc7a4644d652f0ee644fa7f03b61ebb413755fe2a14af4d8b52ab77ae4739aaac3bb0f2abe -DIST kwayland-integration-5.9.0.tar.xz 18356 SHA256 26f83646795fa167a4ca3673726b6f091305b215ee6b911c48e708a7266b25b6 SHA512 805243cff7e9efb2366c3f3561d3488f0f189d4bb48f6dbb565c984493f24be1ee73f71531fd3ebcf59a87ac3c12150b78f9de285c74330831c03bd14f6cd4bd WHIRLPOOL 87f1889c79b7d1836bd45666be451ae99fb2e0fb6927b11a568b6bdf3a5c352193b326b4dd70bad179664e6ac0f9677eabfe30c18758c3e3c99013e079b3bd8e DIST kwayland-integration-5.9.1.tar.xz 18360 SHA256 7b8724afe4f19d2ffb78866ad8ad261361a05a2e051b0511fc17e4dfb056ce9f SHA512 8b70c3975b4e93990915bcb261d48c49ec097524a7d7573d6634110f0bda3fa0dc14dfcfb92274bc998cb65a13e748fe076bbe8085586adff3fc212db52e79fe WHIRLPOOL db2392e94355bec37f7e8af528c1e9330e7b2c066e9a9293a0d88763751186aca879aad5d3f730580847691ada970d0132a6ac6ff8545c80bbc196d4d1388a4c diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.9.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.9.0.ebuild deleted file mode 100644 index 959818c21905..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.9.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -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 kwayland) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" |