public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/
Date: Tue, 15 Feb 2022 17:51:11 +0000 (UTC)	[thread overview]
Message-ID: <1644947437.9acc55ac4f1bff235d4cfc4f2317a810d7b0c386.asturm@gentoo> (raw)

commit:     9acc55ac4f1bff235d4cfc4f2317a810d7b0c386
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 15 14:48:31 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 15 17:50:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acc55ac

kde-plasma/libksysguard: drop 5.24.0*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/libksysguard/Manifest                   |  1 -
 kde-plasma/libksysguard/libksysguard-5.24.0.ebuild | 76 ----------------------
 2 files changed, 77 deletions(-)

diff --git a/kde-plasma/libksysguard/Manifest b/kde-plasma/libksysguard/Manifest
index a8fabae383f2..ec8004cc631d 100644
--- a/kde-plasma/libksysguard/Manifest
+++ b/kde-plasma/libksysguard/Manifest
@@ -1,3 +1,2 @@
 DIST libksysguard-5.23.5.tar.xz 769012 BLAKE2B 6e819d8552f1cbfbc76cda3b29a69d6605716d26bc7a4b69f48aef6f7510e52d606ae7e7b3bfadd7383888b6e7740c5ba41407975a1570f4f2bc653290bf0a57 SHA512 11b1bae5ec8a0897086556f7f93c8dc8899b7ff7737f738366b50c3fe4b1590e486109e2eb71e76c3321fe3b2baa59fe8031219d2c8c53bb37d925df56c72b3a
-DIST libksysguard-5.24.0.tar.xz 766180 BLAKE2B dd2cbeae741666529483d77af294e83de85304156fe0699d950e0f4681c506e6075b19f0794772666e393497b84de95991719af6ff0c0dcaf651efc480e1b795 SHA512 9972b807e518f0d9dbb8af6b20ad5647a3d6d422ac80f1628ad9bb3a1e041779483c5348d9de091a0ef54e9c342895867d7ce301d96194af9e97d06e38de2e37
 DIST libksysguard-5.24.1.tar.xz 766348 BLAKE2B f1f6b8eb1fa7fabf7d06cc19707dbd936df2754b59f436bda64ef2105c4ff6323ff4d22d41b86e659e67645b1223c89f46172a6b836fb96c75fe685559b9011f SHA512 7b53cdd9c2f05c23cd91a9b240fca357e974db5b211ef0881c8142c0b8dc3f0986d0319a472a3e3d836a62c31780fef21db167494f0bff46a4cfcbea20c92168

diff --git a/kde-plasma/libksysguard/libksysguard-5.24.0.ebuild b/kde-plasma/libksysguard/libksysguard-5.24.0.ebuild
deleted file mode 100644
index 5b960e03fd26..000000000000
--- a/kde-plasma/libksysguard/libksysguard-5.24.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_TEST="true"
-KFMIN=5.90.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Task management and system monitoring library"
-
-LICENSE="LGPL-2+"
-SLOT="5/9"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="webengine X"
-
-COMMON_DEPEND="
-	dev-libs/libnl:3
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kjobwidgets-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	net-libs/libpcap
-	sys-apps/lm-sensors:=
-	sys-libs/libcap
-	sys-libs/zlib
-	webengine? (
-		>=dev-qt/qtwebchannel-${QTMIN}:5
-		>=dev-qt/qtwebengine-${QTMIN}:5
-	)
-	X? (
-		>=dev-qt/qtx11extras-${QTMIN}:5
-		x11-libs/libX11
-		x11-libs/libXres
-	)
-"
-DEPEND="${COMMON_DEPEND}
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	X? ( x11-base/xorg-proto )
-"
-RDEPEND="${COMMON_DEPEND}
-	!<kde-plasma/ksysguard-5.21.90:5
-	!<kde-plasma/plasma-workspace-5.18.80:5
-"
-
-PATCHES=( "${FILESDIR}/${PN}-5.22.80-no-detailed-mem-message.patch" )
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package webengine Qt5WebChannel)
-		$(cmake_use_find_package webengine Qt5WebEngineWidgets)
-		$(cmake_use_find_package X X11)
-	)
-
-	ecm_src_configure
-}
-
-src_test() {
-	LC_NUMERIC="C" ecm_src_test # bug 695514
-}


             reply	other threads:[~2022-02-15 17:51 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-15 17:51 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-23 21:43 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/ Andreas Sturmlechner
2025-02-14 10:38 Sam James
2025-01-10  9:54 WANG Xuerui
2024-11-26 19:25 Andreas Sturmlechner
2024-11-18 20:09 Andreas Sturmlechner
2024-06-17 17:13 Andreas Sturmlechner
2024-06-12 15:29 Andreas Sturmlechner
2023-09-19 15:27 Andreas Sturmlechner
2023-08-14 15:07 Andreas Sturmlechner
2023-01-09 20:48 Andreas Sturmlechner
2022-10-10  9:54 Andreas Sturmlechner
2022-07-30  8:51 Agostino Sarubbo
2022-07-28 11:03 Agostino Sarubbo
2022-05-29 20:44 Andreas Sturmlechner
2022-05-25 21:13 Andreas Sturmlechner
2022-05-03 22:41 Sam James
2022-04-29 13:33 Agostino Sarubbo
2022-04-29 13:29 Agostino Sarubbo
2022-03-29 15:57 Andreas Sturmlechner
2022-02-22 16:55 Andreas Sturmlechner
2022-02-08 13:10 Andreas Sturmlechner
2022-01-18 17:40 Andreas Sturmlechner
2021-12-19 22:09 Agostino Sarubbo
2021-12-19 22:06 Agostino Sarubbo
2021-10-31  3:17 Sam James
2021-10-20  6:51 Andreas Sturmlechner
2021-07-06 17:20 Andreas Sturmlechner
2021-06-23  6:27 Andreas Sturmlechner
2021-06-16 12:32 Sam James
2021-05-09 12:11 Andreas Sturmlechner
2021-04-06 14:12 Andreas Sturmlechner
2021-03-16 14:43 Andreas Sturmlechner
2021-03-02 20:24 Andreas Sturmlechner
2021-02-17 22:13 Andreas Sturmlechner
2021-01-24 19:34 Sam James
2021-01-21 13:37 Agostino Sarubbo
2021-01-05 17:36 Andreas Sturmlechner
2020-12-01 16:08 Andreas Sturmlechner
2020-11-11 14:21 Andreas Sturmlechner
2020-10-27 21:26 Andreas Sturmlechner
2020-10-20 19:56 Andreas Sturmlechner
2020-10-13 11:51 Andreas Sturmlechner
2020-10-08  2:22 Sam James
2020-09-01 16:33 Andreas Sturmlechner
2020-08-13 15:47 Andreas Sturmlechner
2020-07-28 15:37 Andreas Sturmlechner
2020-07-07 21:30 Andreas Sturmlechner
2020-06-28 17:56 Andreas Sturmlechner
2020-06-28 17:56 Andreas Sturmlechner
2020-06-25  7:21 Andreas Sturmlechner
2020-06-20 21:03 Thomas Deutschmann
2020-06-10 22:44 Andreas Sturmlechner
2020-06-10 22:44 Andreas Sturmlechner
2020-05-21 13:41 Mikle Kolyada
2020-05-20 16:15 Mikle Kolyada
2020-05-20 16:11 Mikle Kolyada
2020-02-29 12:34 Mikle Kolyada
2020-02-16 13:51 Andreas Sturmlechner
2020-02-15 11:31 Mikle Kolyada
2020-02-11 13:54 Mikle Kolyada
2020-02-11 13:50 Mikle Kolyada
2019-12-22 21:54 Aaron Bauman
2019-12-22 20:42 Mikle Kolyada
2019-12-22 20:39 Mikle Kolyada
2019-12-22 12:52 Andreas Sturmlechner
2019-09-21  0:08 Mikle Kolyada
2019-09-21  0:04 Mikle Kolyada
2019-09-20  3:24 Aaron Bauman
2019-05-28  4:01 Aaron Bauman
2019-05-18 18:15 Mikle Kolyada
2019-05-18 18:11 Mikle Kolyada
2019-01-25  7:28 Mikle Kolyada
2019-01-25  7:20 Mikle Kolyada
2018-10-18 12:31 Thomas Deutschmann
2018-05-26  0:52 Thomas Deutschmann
2017-07-25 19:19 Alexis Ballier
2017-07-07  8:12 Agostino Sarubbo
2017-07-05 20:31 Agostino Sarubbo
2017-05-07 15:41 Andreas Sturmlechner
2017-03-20 16:45 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1644947437.9acc55ac4f1bff235d4cfc4f2317a810d7b0c386.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox