diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-04 14:42:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-04 14:43:10 +0200 |
commit | 356355d17a9bdd7ea9c982f57927e571a3f1360c (patch) | |
tree | 956e696213a2b8a5b6eaeafa593880f391c7fa2a /kde-plasma/kwayland-integration | |
parent | app-i18n/ibus-cangjie: update to EAPI 6 (diff) | |
download | gentoo-356355d17a9bdd7ea9c982f57927e571a3f1360c.tar.gz gentoo-356355d17a9bdd7ea9c982f57927e571a3f1360c.tar.bz2 gentoo-356355d17a9bdd7ea9c982f57927e571a3f1360c.zip |
kde-plasma: Drop KDE Plasma 5.13.4
Superseded by 5.13.5.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
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.13.4.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index d3ec4c31d775..8d2b85f25e4b 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,4 +1,3 @@ DIST kwayland-integration-5.12.5.tar.xz 18580 BLAKE2B a40a33e09af47fcc036167a4d7228a7a160b0e7fa6a2520afbef1cdaf707b96a7cbda52c0a4486bb44d4dd9129834fe48bb582fe31adc0b3d01e73d364eb94f3 SHA512 6fab883acaf5bd7dc5d1cf4e5eda78240b358e3e4aec8c0ec53f9e5b20db613df04cb9547dc5a977811421a121a623a121dbeda183ce2f9a415a781275b98de0 DIST kwayland-integration-5.12.6.tar.xz 18508 BLAKE2B aaf8ea243200b692233afeeb678d0a891bd10c2580a6727b76892d9f59d8efd63eddaf8f89e368a32b91ac7d19e642552fe35e00f71f7bda92d0722fdc21d120 SHA512 697279d6ecbb9d1287ef864a9e522e4930163442235ef81902d6ca60e28acfa58ca4878b1d823a35d0c07d6f2157c037fa645314f97c16d5b74f2135a9a23940 -DIST kwayland-integration-5.13.4.tar.xz 18580 BLAKE2B dbab9101ddddd04c1be1b6908ddf7a81227bc2b9fdea1d8b967eed35a4f0082ad1c01ccce17654d38a7b2ff89503745a12f77de2a0a419efc706ac97af8e2201 SHA512 aa01f4bd8f647813c40a11f05f9384dd32ec5833d9f365288cf7dcde3bc87dbcf638b58d486a3d3a014f4f77f04ad33e0fed0c1c7d3b6c3a9e2742402fd235ad DIST kwayland-integration-5.13.5.tar.xz 18512 BLAKE2B 44be32c2a9b233a7abf646234091656a24a0053112e4750b3317fc59fd7a3c6bfaaf4bc92a8c27d6ec2ef95a3e3b04baa971cfd135c4a36dd1ad8db151a271fd SHA512 1347bdc52e53fcc7f2b9dee859836ea232120736834a31b54efb188a6332cca429164d2a2139ab6e578bc3befd056e75e113ef3e72b2c4d15f2bf7d0ede01f16 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.13.4.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.13.4.ebuild deleted file mode 100644 index a2771a46748b..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.13.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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}" |