summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-23 23:11:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-26 22:16:34 +0200
commitd12e8af5c6a9e7a92fbf0872b847cf56e1d0969c (patch)
tree914b0035c2cf1ea66d964032aa3a8342f3e77887 /kde-plasma/libksysguard
parentsys-block/storcli: Bump to v007.0504.0000.0000 (diff)
downloadgentoo-d12e8af5c6a9e7a92fbf0872b847cf56e1d0969c.tar.gz
gentoo-d12e8af5c6a9e7a92fbf0872b847cf56e1d0969c.tar.bz2
gentoo-d12e8af5c6a9e7a92fbf0872b847cf56e1d0969c.zip
kde-plasma: Drop KDE Plasma 5.11.5
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'kde-plasma/libksysguard')
-rw-r--r--kde-plasma/libksysguard/Manifest1
-rw-r--r--kde-plasma/libksysguard/libksysguard-5.11.5.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-plasma/libksysguard/Manifest b/kde-plasma/libksysguard/Manifest
index de4b1253e987..89994253b3bf 100644
--- a/kde-plasma/libksysguard/Manifest
+++ b/kde-plasma/libksysguard/Manifest
@@ -1,2 +1 @@
-DIST libksysguard-5.11.5.tar.xz 576200 BLAKE2B 8e17dc3eda1a69ea2a37664c80695c77087779138e8b4b99c9ab0ae444074d9f78194db55b00170d3d917310c0c1ccbc5c77d3aa07dbb2a31210ff4e8a9155c3 SHA512 3a4c08aba07a71841643fc830a77ae4684ed41a8f26e6222d202738fb3c9f7ee2e816f15bcbbf5b3032fc100d33feb4d6771bf335c70548ab3bb4440d6d90286
DIST libksysguard-5.12.5.tar.xz 570008 BLAKE2B 201e722ca5313ce228eb3a8ae488416b904c672c029c632bee909b1cadc286d359b21fc7c79ef8f6bde8e57913bbe97f320a4506385ae03c88de3e948240de1f SHA512 61d3d42d5cebc06f775bd2737a4195ea790392906d007e2f08ed3455f63526bdb9fbfb40add63e97b107ece7aabfed056e56bb3f4dfee34e3514a391428633f7
diff --git a/kde-plasma/libksysguard/libksysguard-5.11.5.ebuild b/kde-plasma/libksysguard/libksysguard-5.11.5.ebuild
deleted file mode 100644
index 46441af829ba..000000000000
--- a/kde-plasma/libksysguard/libksysguard-5.11.5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Task management and system monitoring library"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="+detailedmemory minimal X"
-
-COMMON_DEPEND="
- $(add_frameworks_dep kauth)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- sys-libs/zlib
- detailedmemory? ( $(add_qt_dep qtwebkit) )
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libX11
- x11-libs/libXres
- )
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-plasma/ksysguard:4
-"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kiconthemes)
- !minimal? ( $(add_frameworks_dep plasma) )
- X? ( x11-proto/xproto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package detailedmemory Qt5WebKitWidgets)
- $(cmake-utils_use_find_package !minimal KF5Plasma)
- $(cmake-utils_use_find_package X X11)
- )
-
- kde5_src_configure
-}