summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-30 16:38:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-30 16:38:12 +0200
commit7d96f93efbac84c524673d5955de78f92d8c7da6 (patch)
tree98ee7ff47dc52001a0ce0796f70268c7d72b6fe6 /kde-plasma/kwayland-integration
parentkde-plasma: Add KDE Plasma 5.16.4 (diff)
downloadgentoo-7d96f93efbac84c524673d5955de78f92d8c7da6.tar.gz
gentoo-7d96f93efbac84c524673d5955de78f92d8c7da6.tar.bz2
gentoo-7d96f93efbac84c524673d5955de78f92d8c7da6.zip
kde-plasma: Drop KDE Plasma 5.16.3
Package-Manager: Portage-2.3.69, 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.3.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index a1af3ace4b88..2e6e516b13e1 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.3.tar.xz 19204 BLAKE2B 8e53515731775b58d55f54c679c2bc75b41e1fdd6c24b6c295709916446f242fbce99c3f4cce1303b7dd48dcbbd8f0a32d2e172f96d53f1aff771fbeebb9c156 SHA512 dbe2d1ca463af84a4b4341aeda925997cc458c97f0aa9414c1f223b248991a23159e994fbf92b1297217edf3159692d19c26ceed642ae2ef755d991d3b95b366
DIST kwayland-integration-5.16.4.tar.xz 19340 BLAKE2B 99a775daee2772bb5d1c1d8249f4efaf9af1599b96bd0c2a0c848c93ee6f23b66c552dbab6559713ac5e4f48a08e66700f8ddff212778139db61ae1eb7b8fca5 SHA512 055e74073dcea0559e2fd92c98433d6cc053ff4adf7a69384f09a4e8de73f71c58e6da4f32c5103166f4ad28cebf8f6dcbb63ea871040d3a3bebe79a8a400c39
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.16.3.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.16.3.ebuild
deleted file mode 100644
index bbef91320933..000000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.16.3.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