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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13E1313835A for ; Tue, 16 Feb 2021 14:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B639E08F4; Tue, 16 Feb 2021 14:39:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 108F3E08F4 for ; Tue, 16 Feb 2021 14:39:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FBA53411B1 for ; Tue, 16 Feb 2021 14:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C913B4E1 for ; Tue, 16 Feb 2021 14:39:19 +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: <1613486242.48d5b0d81443a85ca2103832e80fd62c8dda7027.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-disks/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-disks/Manifest kde-plasma/plasma-disks/plasma-disks-5.21.0.ebuild X-VCS-Directories: kde-plasma/plasma-disks/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 48d5b0d81443a85ca2103832e80fd62c8dda7027 X-VCS-Branch: master Date: Tue, 16 Feb 2021 14:39:19 +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: db2da9a2-fd71-42b4-a681-a677cca7cbb5 X-Archives-Hash: 0ef3bb6e0ff08ce73522fa026a566eaf commit: 48d5b0d81443a85ca2103832e80fd62c8dda7027 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 16 09:59:19 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 16 14:37:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d5b0d8 kde-plasma/plasma-disks: 5.21.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-disks/Manifest | 1 + kde-plasma/plasma-disks/plasma-disks-5.21.0.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/kde-plasma/plasma-disks/Manifest b/kde-plasma/plasma-disks/Manifest index c5ef627f9c7..579a016f612 100644 --- a/kde-plasma/plasma-disks/Manifest +++ b/kde-plasma/plasma-disks/Manifest @@ -1 +1,2 @@ DIST plasma-disks-5.20.5.tar.xz 64636 BLAKE2B 769c131e069861dc06a56ebf0e5f8aef9306ba10660228a8a1b0d6a240126556d18a8c5323255efaa237bbb116c6db2881047257e834597e112e79906d1b64ff SHA512 dd27cd4b612620de2a28001bfd3c95a3ec41fc8f96fb0421ad660885600b663df95315a8cd0710c0457f51633dff91cdefc75417b3751f9c21d50cc45fced9bd +DIST plasma-disks-5.21.0.tar.xz 70096 BLAKE2B 095c6b4ecede23644648d504f7b80d81d67c9b76d655a63196822339db0f072b8f963137dc352fb2e207b0d2993e27cd442bbadb8cdba2eadf7baa219e427aba SHA512 13564306325a0d39e077c1480a2642aebaa7c72ad8d0b4f5dfdda27f88c9776c32a03edd0f610baf81e417c4279027d41309c81bfb1e51da4ef040a3cdb63e5d diff --git a/kde-plasma/plasma-disks/plasma-disks-5.21.0.ebuild b/kde-plasma/plasma-disks/plasma-disks-5.21.0.ebuild new file mode 100644 index 00000000000..c37f759db76 --- /dev/null +++ b/kde-plasma/plasma-disks/plasma-disks-5.21.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="true" +KFMIN=5.78.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Monitors S.M.A.R.T. capable devices for imminent failure" +HOMEPAGE="https://invent.kde.org/plasma/plasma-disks" + +LICENSE="|| ( GPL-3 GPL-2 )" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=kde-frameworks/kauth-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kjobwidgets-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kservice-${KFMIN}:5 + >=kde-frameworks/solid-${KFMIN}:5 + sys-apps/smartmontools +" +RDEPEND="${DEPEND} + kde-plasma/kinfocenter:5 +"