diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-16 19:16:25 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-18 20:14:22 +0200 |
commit | 2f9834438ec8c1abd82d481ae44d7e54d62ed739 (patch) | |
tree | 29ad3af73ae1a086ccffc461c3982caea520599e /kde-plasma/kwayland-integration | |
parent | media-libs/mesa: Require libdrm-2.4.96 (diff) | |
download | gentoo-2f9834438ec8c1abd82d481ae44d7e54d62ed739.tar.gz gentoo-2f9834438ec8c1abd82d481ae44d7e54d62ed739.tar.bz2 gentoo-2f9834438ec8c1abd82d481ae44d7e54d62ed739.zip |
kde-plasma: Drop KDE Plasma 5.12.5
Obsolete by KDE Plasma 5.13.5 stable.
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.12.5.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 8b2e3e954c84..2ac589e2c9fa 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.7.tar.xz 18592 BLAKE2B 86c7f323491b8fe7c7c239709ada0a1cc7d9835174f844cd32218216e4c19752db5ee2805f60a9278646d44d116f28431a47d82f9d4b59d5ffea673cbcaba486 SHA512 6537b2aad637d0792a1dc056d78f03a59a642e509ef156c9693b68cffccfbba370eea1faa88c8c5aae533c5fcb69d54b54c79deed9cb6a724c202400a51f4414 DIST kwayland-integration-5.13.5.tar.xz 18512 BLAKE2B 44be32c2a9b233a7abf646234091656a24a0053112e4750b3317fc59fd7a3c6bfaaf4bc92a8c27d6ec2ef95a3e3b04baa971cfd135c4a36dd1ad8db151a271fd SHA512 1347bdc52e53fcc7f2b9dee859836ea232120736834a31b54efb188a6332cca429164d2a2139ab6e578bc3befd056e75e113ef3e72b2c4d15f2bf7d0ede01f16 DIST kwayland-integration-5.14.1.tar.xz 18704 BLAKE2B 0a101267bb7bd727e0c57a988f79cf98f5ab483f09f1ac87148fa2e0df52d629f44991377dc7fb5989ecdb9ece63c49281c793b97e8137839fc2364686d99d44 SHA512 01e4764e36dbad8b6d1277929e367af135c73206755581c8068023d12f12aaf8199c09f3a3786ca19fbd22937e40593b1e32182192069b6f0de8971b354a78a0 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.12.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.12.5.ebuild deleted file mode 100644 index c6abb17c4d7f..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.12.5.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}" |