summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-09 22:09:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-10 08:37:21 +0200
commit69f49c5d7296130b18acd1d1fb72a0cf4f042c7f (patch)
tree677b37e1d9d3e9f535a0e910c9f98f349fd139ca /kde-plasma/kwayland-integration
parentdev-python/PyQtWebEngine: add 5.13.0 (diff)
downloadgentoo-69f49c5d7296130b18acd1d1fb72a0cf4f042c7f.tar.gz
gentoo-69f49c5d7296130b18acd1d1fb72a0cf4f042c7f.tar.bz2
gentoo-69f49c5d7296130b18acd1d1fb72a0cf4f042c7f.zip
kde-plasma: Drop KDE Plasma 5.16.2
Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-5.16.2.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 093e21de0dba..8b740e06a6f1 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,3 +1,2 @@
DIST kwayland-integration-5.15.5.tar.xz 18820 BLAKE2B b71beaff2c0722e1d824f833d130e2577c48716302210bf34f74fc3b5c9defd5b7501998a7f3e3bf922ca488ec16c36a18a7d881b53aff46e8e6bc60f34a0d45 SHA512 87051e785cedaf373c36cd17519e7e86d3110e6cd6c08fbff27b8fe4a890c1a935dbd6d096291dad2788be849c1c4e17bdb8014fdeb3383678a6b36cd30bab1c
-DIST kwayland-integration-5.16.2.tar.xz 19508 BLAKE2B 0e00f8941d5f9696323e4a13bd8d9b65af2cfb26bd619e629f25e6acd7f0a4d3bc5a1958a98ce0cbfc4fba13e07feb16e980282747e6e2cd57b08d977def232a SHA512 706343c9c1c3067cf753cda73100b4f7b2d843cc1066ec2787219837767d8e80f7555464e542afd648e214d5d614ec8b495d187ad1e9134b04201eb62e627773
DIST kwayland-integration-5.16.3.tar.xz 19204 BLAKE2B 8e53515731775b58d55f54c679c2bc75b41e1fdd6c24b6c295709916446f242fbce99c3f4cce1303b7dd48dcbbd8f0a32d2e172f96d53f1aff771fbeebb9c156 SHA512 dbe2d1ca463af84a4b4341aeda925997cc458c97f0aa9414c1f223b248991a23159e994fbf92b1297217edf3159692d19c26ceed642ae2ef755d991d3b95b366
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.16.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.16.2.ebuild
deleted file mode 100644
index bbef91320933..000000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.16.2.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 ~arm64 ~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