summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-19 16:08:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-19 16:08:52 +0100
commita9211382130de01503fc810e129afb95f271e2f1 (patch)
treeed64b23448b395c9184e798e3c8c0af21af0c05b /kde-plasma/libksysguard
parentx11-wm/dwm: fix fontconfig path for Prefix by Susan Wilson (diff)
downloadgentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.gz
gentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.bz2
gentoo-a9211382130de01503fc810e129afb95f271e2f1.zip
kde-plasma: Drop KDE Plasma 5.15.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/libksysguard')
-rw-r--r--kde-plasma/libksysguard/Manifest1
-rw-r--r--kde-plasma/libksysguard/libksysguard-5.15.0.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-plasma/libksysguard/Manifest b/kde-plasma/libksysguard/Manifest
index 367319c5664b..083fe289ee8e 100644
--- a/kde-plasma/libksysguard/Manifest
+++ b/kde-plasma/libksysguard/Manifest
@@ -1,3 +1,2 @@
DIST libksysguard-5.14.5.tar.xz 575532 BLAKE2B 2977f15fd038cb270c0ae3d171b5c9d0cf1bd4ef726ef6d66495a30003f349f787cf0520bcc43561fd72b022253406a4dd7baebcc59da76fd71ab21094758370 SHA512 42a5fed2abd28a08c4926513ff950be9a672423078017d2e71aa8dba5ccd80b522779a76a403e5baa0434bd547028289a715b1764fdc2166ee27c95981249ea4
-DIST libksysguard-5.15.0.tar.xz 575728 BLAKE2B b9347e0b6ae5e8eee45173a27da850d68494795fb5b18ef652bb4290f3384525697f2625e9a824993c5d0e3e9b6aed3195d4fef39b0387f91217c4e1a57b252c SHA512 3d83b002eade18707785040d8b58d23c9257713d9df058042e7512ab8accbdb49f74b9595826e1a6a17228417d7d2d0329abd1308cd713806709651cf460bee3
DIST libksysguard-5.15.1.tar.xz 577124 BLAKE2B 4656cd743e2c632db638f7a66c61344533abc4d6fa8a162b2db6608ec308436efae16085581d8d32c2079385b72dffcab289be5c718f4d48165526b3a5e0313b SHA512 b55739e71606a335bb52211d2f3af69146048f5351305cc56d638145e0b67d1253a8ad8f213f7c08089d9a8d3bd22488b2be884d1fa7d6db0f29b36713315b0d
diff --git a/kde-plasma/libksysguard/libksysguard-5.15.0.ebuild b/kde-plasma/libksysguard/libksysguard-5.15.0.ebuild
deleted file mode 100644
index 81e50754ed24..000000000000
--- a/kde-plasma/libksysguard/libksysguard-5.15.0.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
-}