summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-12 14:31:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-12 14:31:20 +0100
commit9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d (patch)
treee68ae11cce6f377674cb0204c714a1da439c782f /kde-plasma/plasma-integration
parentkde-plasma: Add KDE Plasma 5.15.3 (diff)
downloadgentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.tar.gz
gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.tar.bz2
gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.zip
kde-plasma: Drop KDE Plasma 5.15.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.2.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index ac417a04248d..7f4f144bd2b5 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.2.tar.xz 55176 BLAKE2B e53911c4baf5d43849daec505de67e56a3395327b3e1df234143be5f4c561fe4b698fab1169a428b7fd4ac3a18e54a90eadabd4487c712670f95c3985d58e5f8 SHA512 e6c26f01b595ca99da84fbc2ce9b9e558594c2c1914bea8d7fa6bcb6c5a763dd990f59d33436b44a246415d03f9a9bf0c2ff8a07a6aa59c7c31d12658df5ca00
DIST plasma-integration-5.15.3.tar.xz 55148 BLAKE2B 45dadd56e1cc66a4aa5bcc6f8531ea61d3c92a3b688ca966eb0b9ad3ad077a6648a5d6b395148b96c69bb0dcf7c5f6f7ceaea4f1240c053ce6fce4af87baebe3 SHA512 0e8402f7843aef74359b424a6977e2c29043e8f832250ed5aecf13e3efb8370014151af6c781fc18ac49754f9071dca21e29e04f7d1a9b29877a9d52958eb25a
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.15.2.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.15.2.ebuild
deleted file mode 100644
index b28163426a43..000000000000
--- a/kde-plasma/plasma-integration/plasma-integration-5.15.2.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"