summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-22 13:35:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-22 13:35:52 +0100
commita4b2163a320b523a4c51a61cc9d03a3c04331e80 (patch)
treebb1f643596da20b7a2ff2988a117d397804fc8b3 /kde-plasma/plasma-integration
parentapp-emacs/gnuserv: Remove old. (diff)
downloadgentoo-a4b2163a320b523a4c51a61cc9d03a3c04331e80.tar.gz
gentoo-a4b2163a320b523a4c51a61cc9d03a3c04331e80.tar.bz2
gentoo-a4b2163a320b523a4c51a61cc9d03a3c04331e80.zip
kde-plasma: Drop KDE Plasma 5.12.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
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.12.1.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index f1d0fb34b242..6fe664238465 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
DIST plasma-integration-5.11.5.tar.xz 55856 BLAKE2B 4c1d56f9de0007d369eeca5f7a992f95ac9a7853ad30f80b86a762b2ba88a5c87cd0861590e640466314edc4436052063be7e9718754a73388eb60baa253285f SHA512 2e14b0bae19e344dd0ddd27b48ddf9f9075b773c295b58a35b05d0c9d11c1573821ec1c25ae33da4e3a4091386301aef15c51f4d1163aa195a1de5f3ea1844c4
-DIST plasma-integration-5.12.1.tar.xz 53156 BLAKE2B d2413a12682be97c3729550d83da792d968069fd9b6019b93d7307699aee8896306fe92d397e7271382f721a70518a41d0825b2f67fed882d333fa1555e7f597 SHA512 2cd00fb37f981773a6392e29f7ff84bf696fa74880335cad8899c31a927d4c51581a1cae6adf96a04ba20c8f1daf3c70986f0584621fceabf8c455a05f66f3c7
DIST plasma-integration-5.12.2.tar.xz 53432 BLAKE2B 80290cb001b19ebea676fea4f8087ab681b0ecf03201e8f2111bf1a55f4c89097f7809f90facb7b2ab9e7946d74208312eb773d26ccfb8fa662380c12c5e11e1 SHA512 19b3ad0a47631b8c61c4b23ba6d88007d105742ed1223ef027d9e72d8549d51dc1473499300967471224bcd43bdc205a39650cdc4a551bf8e006af5c271b62d4
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.12.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.12.1.ebuild
deleted file mode 100644
index 1d60d9295f03..000000000000
--- a/kde-plasma/plasma-integration/plasma-integration-5.12.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 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"