From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0763815801C for ; Wed, 16 Aug 2023 16:32:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 437852BC036; Wed, 16 Aug 2023 16:31:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25FC52BC036 for ; Wed, 16 Aug 2023 16:31:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38FDD340DA7 for ; Wed, 16 Aug 2023 16:31:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EA57FBF for ; Wed, 16 Aug 2023 16:31:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1692201804.bcea7046fe228cd6e29e8c874244c17e57f8cbfa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-systemmonitor/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-systemmonitor/Manifest kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.27.6.ebuild X-VCS-Directories: kde-plasma/plasma-systemmonitor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bcea7046fe228cd6e29e8c874244c17e57f8cbfa X-VCS-Branch: master Date: Wed, 16 Aug 2023 16:31:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 377a7396-d227-48ac-b91d-17aad98b43fa X-Archives-Hash: fe139850f7e8c466ff2b70cc7090ad04 commit: bcea7046fe228cd6e29e8c874244c17e57f8cbfa Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 16 14:16:39 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 16 16:03:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcea7046 kde-plasma/plasma-systemmonitor: drop 5.27.6 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-systemmonitor/Manifest | 1 - .../plasma-systemmonitor-5.27.6.ebuild | 42 ---------------------- 2 files changed, 43 deletions(-) diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest index 9016206484da..465694d46e67 100644 --- a/kde-plasma/plasma-systemmonitor/Manifest +++ b/kde-plasma/plasma-systemmonitor/Manifest @@ -1,2 +1 @@ -DIST plasma-systemmonitor-5.27.6.tar.xz 173236 BLAKE2B e0ab8b0eb659cbeceac074fa5ed2f40ced7d98e835ef1491e74a8fa6b71972dec3d97a9a8d3c8b64d4c9f97737b152ba9c1024e577a556c78db9ff394de1d551 SHA512 5341b7ff885818af88f75c7022b126c10a2d08440fc831c65fc68fdc6ec92a9e3474cc51962732d8b8ea7435a8bb7750eb0ec48299c060b0e97a250533886fdb DIST plasma-systemmonitor-5.27.7.tar.xz 173264 BLAKE2B f5d699924c9e84d0afe33b6e9d3c5e8bbd8957d8b50f2ab65f1961ebdfb69ef47d6177ba183ad75a85063d663220cd9332302712cba1877d916286ba9f084762 SHA512 935c73a0a0705586a408634f55e63401ffa80e11e3e0b0b1291ed1a64944e6dd21d031206e9a6afad37a24b98f633ad748cce8e048689decacadf47067987930 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.27.6.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.27.6.ebuild deleted file mode 100644 index 9395269976d1..000000000000 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.27.6.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PVCUT=$(ver_cut 1-3) -KFMIN=5.106.0 -QTMIN=5.15.9 -inherit ecm plasma.kde.org - -DESCRIPTION="Monitor system sensors, process information and other system resources" -HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/" - -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="5" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/kdeclarative-${KFMIN}:5 - >=kde-frameworks/kglobalaccel-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kitemmodels-${KFMIN}:5 - >=kde-frameworks/knewstuff-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-plasma/libksysguard-${PVCUT}:5 -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=kde-frameworks/kirigami-${KFMIN}:5 - >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] - >=kde-frameworks/kquickcharts-${KFMIN}:5 - >=kde-plasma/ksystemstats-${PVCUT}:5 -"