summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-21 10:06:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-21 10:06:06 +0200
commitf2d67b7d0699d02a4025aa99e293642bb75f4709 (patch)
tree70cb183b1fc39c853f741a0ea16452a5a1cc943b /kde-plasma/libksysguard
parentwww-servers/tomcat-9.0.26: bump (diff)
downloadgentoo-f2d67b7d0699d02a4025aa99e293642bb75f4709.tar.gz
gentoo-f2d67b7d0699d02a4025aa99e293642bb75f4709.tar.bz2
gentoo-f2d67b7d0699d02a4025aa99e293642bb75f4709.zip
kde-plasma: Drop KDE Plasma 5.15.5
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/libksysguard')
-rw-r--r--kde-plasma/libksysguard/Manifest1
-rw-r--r--kde-plasma/libksysguard/libksysguard-5.15.5.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-plasma/libksysguard/Manifest b/kde-plasma/libksysguard/Manifest
index 99de1c2fbb99..37ce87069999 100644
--- a/kde-plasma/libksysguard/Manifest
+++ b/kde-plasma/libksysguard/Manifest
@@ -1,2 +1 @@
-DIST libksysguard-5.15.5.tar.xz 575900 BLAKE2B 0ebe2ae85bce2b11f8be215112504fea728e9f60e272813b9f6d2c54e51b3d60a77885ea8c95eccadaade8f929353342249bd0e7148558c0c1965ebbf7e0aac1 SHA512 a87f58c6a9237261e05b4fb1c315383fb3eacb294279c3ab3b553c0dca5e7e416a31bd685d47da4a8cc777bbcc09d9bac076b26340cf6262c7aaee903baf127f
DIST libksysguard-5.16.5.tar.xz 579572 BLAKE2B b2236c7d2e8c3886852ef9fe09465cc000863691b68245697a7424983dc82b3cd50dc47c0fb8d69bd37f4ddb2c3a07ec0de77619ffd87d3631867223ae9ab1ee SHA512 be6d4806108b26613686ff06d9d9ea10610c87c556a90c0c8a233e0190de00d9b3d87489ffbb378d64ee7fd29eb9c58faeb2a9269d8f4963f8c5866b19388cd5
diff --git a/kde-plasma/libksysguard/libksysguard-5.15.5.ebuild b/kde-plasma/libksysguard/libksysguard-5.15.5.ebuild
deleted file mode 100644
index 626d35b8645a..000000000000
--- a/kde-plasma/libksysguard/libksysguard-5.15.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Task management and system monitoring library"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 x86"
-IUSE="minimal webengine X"
-
-RDEPEND="
- $(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
- webengine? ( $(add_qt_dep qtwebengine) )
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libX11
- x11-libs/libXres
- )
-"
-DEPEND="${RDEPEND}
- $(add_frameworks_dep kiconthemes)
- !minimal? ( $(add_frameworks_dep plasma) )
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package !minimal KF5Plasma)
- $(cmake-utils_use_find_package webengine Qt5WebEngineWidgets)
- $(cmake-utils_use_find_package X X11)
- )
-
- kde5_src_configure
-}