Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-disks/
Date: Thu, 03 Feb 2022 20:10:22
Message-Id: 1643918610.b10bc5c5d73def2855dc5129a09a8c64392b5d62.asturm@gentoo
1 commit: b10bc5c5d73def2855dc5129a09a8c64392b5d62
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 20:03:30 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 20:03:30 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b10bc5c5
7
8 kde-plasma/plasma-disks: 5.24.0 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-disks/plasma-disks-5.24.0.ebuild | 39 ++++++++++++++++++++++
13 1 file changed, 39 insertions(+)
14
15 diff --git a/kde-plasma/plasma-disks/plasma-disks-5.24.0.ebuild b/kde-plasma/plasma-disks/plasma-disks-5.24.0.ebuild
16 new file mode 100644
17 index 0000000000..e6d4c37ca8
18 --- /dev/null
19 +++ b/kde-plasma/plasma-disks/plasma-disks-5.24.0.ebuild
20 @@ -0,0 +1,39 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +ECM_HANDBOOK="true"
27 +KFMIN=5.90.0
28 +QTMIN=5.15.2
29 +inherit ecm kde.org
30 +
31 +DESCRIPTION="Monitors S.M.A.R.T. capable devices for imminent failure"
32 +HOMEPAGE="https://invent.kde.org/plasma/plasma-disks"
33 +
34 +LICENSE="|| ( GPL-3 GPL-2 )"
35 +SLOT="5"
36 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
37 +IUSE=""
38 +
39 +DEPEND="
40 + >=dev-qt/qtdbus-${QTMIN}:5
41 + >=dev-qt/qtdeclarative-${QTMIN}:5
42 + >=dev-qt/qtgui-${QTMIN}:5
43 + >=kde-frameworks/kauth-${KFMIN}:5
44 + >=kde-frameworks/kconfig-${KFMIN}:5
45 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5
46 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
47 + >=kde-frameworks/kdbusaddons-${KFMIN}:5
48 + >=kde-frameworks/kdeclarative-${KFMIN}:5
49 + >=kde-frameworks/ki18n-${KFMIN}:5
50 + >=kde-frameworks/kio-${KFMIN}:5
51 + >=kde-frameworks/kjobwidgets-${KFMIN}:5
52 + >=kde-frameworks/knotifications-${KFMIN}:5
53 + >=kde-frameworks/kservice-${KFMIN}:5
54 + >=kde-frameworks/solid-${KFMIN}:5
55 + sys-apps/smartmontools
56 +"
57 +RDEPEND="${DEPEND}
58 + kde-plasma/kinfocenter:5
59 +"