summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-07 20:39:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-08 19:03:38 +0200
commitd1839d73613e12525a204b6846a3fbb5c9bdc7a9 (patch)
treef1f4c1d7cdd2ae39b0276b37788f2ea49a5fade2 /kde-plasma/plasma-integration
parentkde-plasma: Add KDE Plasma 5.15.5 (diff)
downloadgentoo-d1839d73613e12525a204b6846a3fbb5c9bdc7a9.tar.gz
gentoo-d1839d73613e12525a204b6846a3fbb5c9bdc7a9.tar.bz2
gentoo-d1839d73613e12525a204b6846a3fbb5c9bdc7a9.zip
kde-plasma: Drop KDE Plasma 5.15.4
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-integration')
-rw-r--r--kde-plasma/plasma-integration/Manifest1
-rw-r--r--kde-plasma/plasma-integration/plasma-integration-5.15.4.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index c38f168e9828..376118fd7820 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
DIST plasma-integration-5.14.5.tar.xz 54192 BLAKE2B f032456177475eb9db60dd8d1499693dbd35480df3e2150e1a073da82a41d934459d52620ac4ff7cc52d64473b38da3ab2e66b433ab89be18d746014d6936153 SHA512 6169066cf8afc96f7a595a0ac1c54785ea8f7cfbd609d30b8aa8a12586256575746318765c92038c18ab976ee064a190b1131f01f4c336e13d71a1cdfa719429
-DIST plasma-integration-5.15.4.tar.xz 55352 BLAKE2B 01aba908203e314ea885c8e6ae34f88dce828cfd2a8ac6a8c4cd45b063f05aee8e90a447bf5f97e243ba91030196f4c570e976774b8962b76c502ec31b63715e SHA512 c387a263ea21c25cf095f5eb90d1cf7c8a632f804c2452752ff09a6318fb1b88d4d47112178b44d023271720d6b993db3826276ce800b9028d4e3430c734aec5
DIST plasma-integration-5.15.5.tar.xz 55380 BLAKE2B 8388641685477a1778d0ba455c4d2bbff36b0c64224c9a616e6174b1be4e7b7d1b800ac976f1ec90f84ca5945ec4ccac4db5c84d5a3862f6e485d55f8d134486 SHA512 544fce9aae17eb9bbf07267a6d05a8ca34bcb8d33fddb9021dd844e1f20f26df985ddc659b2996be01e49023650893c56748c7d5572810fab7e3e8b6d74b3837
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.15.4.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.15.4.ebuild
deleted file mode 100644
index b28163426a43..000000000000
--- a/kde-plasma/plasma-integration/plasma-integration-5.15.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwayland)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_plasma_dep breeze)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui 'dbus' '' '5=')
- $(add_qt_dep qtquickcontrols2)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- x11-libs/libXcursor
- x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
- media-fonts/hack
- media-fonts/noto
-"
-
-# requires running kde environment
-RESTRICT+=" test"