summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-03-21 17:03:13 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-03-21 17:03:13 +0100
commit0e51cc3f8f18b46b0bc6d3fdaf8304c23e712c5f (patch)
tree02ec576fe0f2d7f89f03788940c03c4398821123 /kde-plasma/plasma-integration
parentkde-plasma: Add KDE Plasma 5.9.4 release (diff)
downloadgentoo-0e51cc3f8f18b46b0bc6d3fdaf8304c23e712c5f.tar.gz
gentoo-0e51cc3f8f18b46b0bc6d3fdaf8304c23e712c5f.tar.bz2
gentoo-0e51cc3f8f18b46b0bc6d3fdaf8304c23e712c5f.zip
kde-plasma: Drop KDE Plasma 5.8.5
Package-Manager: Portage-2.3.3, 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.8.5-r1.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index 3a96107dd61a..40c1b760ed1c 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,4 +1,3 @@
-DIST plasma-integration-5.8.5.tar.xz 50936 SHA256 cb4da56f940e87e1195a0ba19e07ea3384fed1dcd26ca91dee1d7dee8f00a7ea SHA512 5e894b334d0d012e6ace38b02f3ff9f8623f75182a0e585406fe5d904658e9ce631c467738a9a79767505028715eb6d27de5c35a4f9d50ad9a83a70e0951dd75 WHIRLPOOL ac28acc14138d95b1228482b4889c4678c12856a9b4a8b915043af3acf434b58121f165d20dcc8a8780d0be4b3548d3053b1d45e58e0bdd7bb5a01a5a9afe733
DIST plasma-integration-5.8.6.tar.xz 51160 SHA256 ccb22bc771940ec9b6ef7a742af18b8b456ccc05b50b1d29b8b9ecde4b8a076c SHA512 8046549ebd6f0085779de0cd4d85c79d1c03109925b87a3e6466909c006321dca658f95f82cd573cff5403662d47e067765b976221dc2f6172ad2f163973553e WHIRLPOOL b9398ee52dc4c73d373bcabc270a821627594cb0d934b0b3803a9f32e22dc1e16dad53d56720fc026c8e6fabde9ee1a36023dec2822e1b9eff6d38081e971b32
DIST plasma-integration-5.9.3.tar.xz 49800 SHA256 d47e5346d62635d95cc18e95511d600f9eb06d68ca5f2b8c1715588d358803fb SHA512 8b5e77ae49b24729d3d6bcd235cdeb8a4e0319f7ea453e617ef16126e4e1bff427f00f018a90f4279dd1ff80d63582287ffd5223ced7219dd1e052e85dd2faf9 WHIRLPOOL 5427183a8bd356693175a3ed807eda2da61d08fe7c4db8f44078d53a5490bae92e544c59dc40d1441657cc16fc94635214eabbad2ad76ed061fad1e12f73f30b
DIST plasma-integration-5.9.4.tar.xz 49904 SHA256 1569754b78cb57451360680316f3ce33f6eee643333a8eb0a8040512c44d65d6 SHA512 a51c3409407562a058c802a7c9fdd1d1340a261f8a88603b86301a8cb147ce113f45842be22d8c6e68ebaad8ca555dd4970504b4a81b2cbc9e2070b7eda57584 WHIRLPOOL 0475bb00ed4e8046ab61d29dd4cfc08e3a45b76242fd50a4a89220d3c03e2e51dd7b064926798677afa7721d7a367baa352921286cadf4e8de7f82e4cfb9294f
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.8.5-r1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.8.5-r1.ebuild
deleted file mode 100644
index 4d403b66fc42..000000000000
--- a/kde-plasma/plasma-integration/plasma-integration-5.8.5-r1.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 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 '' '' '5=')
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- x11-libs/libXcursor
-"
-RDEPEND="${DEPEND}
- media-fonts/hack
- media-fonts/noto
-"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${P}-filedialog.patch" )