summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-27 18:47:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-27 18:47:08 +0200
commit92884e18f2f5641cb3168315bd4f6077d3523e06 (patch)
tree897193cbfe82e8b9958536b9c3d92190db8f2af6 /kde-plasma/plasma-integration
parentapp-office/libreoffice: Fix USE=gltf version DEPEND (diff)
downloadgentoo-92884e18f2f5641cb3168315bd4f6077d3523e06.tar.gz
gentoo-92884e18f2f5641cb3168315bd4f6077d3523e06.tar.bz2
gentoo-92884e18f2f5641cb3168315bd4f6077d3523e06.zip
kde-plasma: Remove KDE Plasma 5.10.2
Package-Manager: Portage-2.3.6, Repoman-2.3.1
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.10.2.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index 95404a4a40de..242e3843eabe 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,4 +1,3 @@
-DIST plasma-integration-5.10.2.tar.xz 51340 SHA256 9ea29e476f395d5074b268262e5b0ee9ae3fcc00f6c793f9cc655846efd8f93f SHA512 6695952c5ab62affb0c81637e27e504e54118cd0557e2aa82bef26511e4397ee014ac899ed4017f844eab17741ab4bcee9546e807e8432c7b1b3631a1d3b80f6 WHIRLPOOL 2f14a7df74b02ab8c6aca935d90bd188087614f7cb843fa8c63e627b18f1a64ba42acf83444679d00e8bd339a23eab6e9993442929d58f9284c0fa675f5e775a
DIST plasma-integration-5.10.3.tar.xz 51760 SHA256 b6387a7fab2224307d63dad3bc0dedb12e17443ce79c02f383263389f7e7efee SHA512 8d113db8ab538c3fe38bfadee14cb4706bc0d3172511d88d5f0d08555920ad7cbbf9e26f4ea46b2f69b0f42611c8d6651f3efe589db9b802ee4da227b5d68ef2 WHIRLPOOL 5fa19021244960656f5ab3be57c921885059b2e7b5996e41d0b6281dcbcac2a8db35884dfd13afd5a649e65fb758c213ed8b91d20ad534824e9ad22c525ebf18
DIST plasma-integration-5.8.6.tar.xz 51160 SHA256 ccb22bc771940ec9b6ef7a742af18b8b456ccc05b50b1d29b8b9ecde4b8a076c SHA512 8046549ebd6f0085779de0cd4d85c79d1c03109925b87a3e6466909c006321dca658f95f82cd573cff5403662d47e067765b976221dc2f6172ad2f163973553e WHIRLPOOL b9398ee52dc4c73d373bcabc270a821627594cb0d934b0b3803a9f32e22dc1e16dad53d56720fc026c8e6fabde9ee1a36023dec2822e1b9eff6d38081e971b32
DIST plasma-integration-5.8.7.tar.xz 51024 SHA256 1584cb3977abc3b8ec9acad2fffd5b701dc370b308b5bf86b7547afab76707e7 SHA512 04e4528a59f916d9fed8d083b699711df62a504aada40b71607fa10fd51074aae63b163eca2c4893fc07bf86718a567a9047b61874da6eea282993e25bf5c919 WHIRLPOOL 8f617718c0fd1ddca89e9842a020f00602a34b52653a14a00011b2d92be892a2f4b01d5687f47715d6771e52a3e1587ec4e2ae9664dbfc2c8c154d84636dfd67
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.10.2.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.10.2.ebuild
deleted file mode 100644
index e50dd6194fb0..000000000000
--- a/kde-plasma/plasma-integration/plasma-integration-5.10.2.ebuild
+++ /dev/null
@@ -1,42 +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 ~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 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"