summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-08 10:49:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-08 10:49:57 +0100
commit3f64fd76393782f1e3c1c1537389dd106a1fb659 (patch)
tree1cc902c968b32c116e344af72c42b498b83cabb5 /kde-plasma/plasma-integration
parentdev-vcs/bzr: added dep on || ( cython pyrex ) (diff)
downloadgentoo-3f64fd76393782f1e3c1c1537389dd106a1fb659.tar.gz
gentoo-3f64fd76393782f1e3c1c1537389dd106a1fb659.tar.bz2
gentoo-3f64fd76393782f1e3c1c1537389dd106a1fb659.zip
kde-plasma: Drop KDE Plasma 5.11.2
Package-Manager: Portage-2.3.8, Repoman-2.3.4
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.11.2.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index 2242d4c05ccf..f3cc5016c272 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
DIST plasma-integration-5.10.5.tar.xz 51704 SHA256 56c2adf52399536278dbad3605c1088e214ef6c57c72e06f297da2739be69d95 SHA512 18fbd5c6374ad65119a3df0bb93caa38cc0b4e599be4b20aaf625b7ad1c27a1bcab5efba8dfc7932f0fd64a0ae039251b02dfb0228382a49ed685dd1e8cff900 WHIRLPOOL e272c5e57b4b1af2968b466b34c95abf57bb41e6612c56e3684c64f7fec95da61cec47c773afebc1456a9ff98d8a53a2ca87ddef18c07501dd461cce32630c3c
-DIST plasma-integration-5.11.2.tar.xz 52688 SHA256 5444c3bf88bcf50f98ff4352cae4c4e323174ea8aa8f0f5c04bca54973ad7297 SHA512 fec749c1f5da4ac2362f41573f615b844216e271d1949791930bed9a6788b596252962255c732bd4eaac986effaa8bc56e06ab72e8e6aca5b2d5d088e5888c3a WHIRLPOOL 52aa8caf885be7185617c93013e2c92cde5210fb012d2a08012ad4ba79fdf57df63d9c8c25dd3b5a75daaa66fa3eebe448ed73fc18b072d5fc0a9dd824e31542
DIST plasma-integration-5.11.3.tar.xz 52712 SHA256 a1bf8e27a4b9d7a2e6323a35edd92654ce4a9a7eb4aed13e8eacfb706e2f1c2f SHA512 29c12076e3b79184976afc3460efe5ade210fa3c1504df8ba391f1787ad02e1bc2122165f1d8cb88462a4ea769c8101300e4841998717743405bd3c8e414073f WHIRLPOOL 2667d83a3cb772dbecace8a4804010486e86d2e37b2b51de08f318482368f1fc7e490c2a8aee90003ffe1289df9e8a5ad430756ee21877ebb9c98a3b2396a892
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.11.2.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.11.2.ebuild
deleted file mode 100644
index 2621b8fe1c94..000000000000
--- a/kde-plasma/plasma-integration/plasma-integration-5.11.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"