Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-disks/
Date: Tue, 13 Oct 2020 11:51:09
Message-Id: 1602589850.940fd0e0b362209fbcff9e58d761edc664320f93.asturm@gentoo
1 commit: 940fd0e0b362209fbcff9e58d761edc664320f93
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 11:38:26 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 11:50:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=940fd0e0
7
8 kde-plasma/plasma-disks: New package, version 5.20.0
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-plasma/plasma-disks/Manifest | 1 +
14 kde-plasma/plasma-disks/metadata.xml | 8 +++++
15 kde-plasma/plasma-disks/plasma-disks-5.20.0.ebuild | 39 ++++++++++++++++++++++
16 3 files changed, 48 insertions(+)
17
18 diff --git a/kde-plasma/plasma-disks/Manifest b/kde-plasma/plasma-disks/Manifest
19 new file mode 100644
20 index 00000000000..67993784ebf
21 --- /dev/null
22 +++ b/kde-plasma/plasma-disks/Manifest
23 @@ -0,0 +1 @@
24 +DIST plasma-disks-5.20.0.tar.xz 60536 BLAKE2B f0189cffcbf368144cfd6999cd56158909d39a754a60b1ef756b9f52ebd2818307a9607cca559e95f1a3935c5529089d73d52510beae944e3430f40bbdb2d40d SHA512 f5037f0cbf66b69cca052ab9386a1564d204b736f9b62627465ea3e90617c4675a9c7e6e42adddd1104e9a929f90857f16bda1278bb3b025a31a88907423c37a
25
26 diff --git a/kde-plasma/plasma-disks/metadata.xml b/kde-plasma/plasma-disks/metadata.xml
27 new file mode 100644
28 index 00000000000..2fdbf33d963
29 --- /dev/null
30 +++ b/kde-plasma/plasma-disks/metadata.xml
31 @@ -0,0 +1,8 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="project">
36 + <email>kde@g.o</email>
37 + <name>Gentoo KDE Project</name>
38 + </maintainer>
39 +</pkgmetadata>
40
41 diff --git a/kde-plasma/plasma-disks/plasma-disks-5.20.0.ebuild b/kde-plasma/plasma-disks/plasma-disks-5.20.0.ebuild
42 new file mode 100644
43 index 00000000000..29ead6015c5
44 --- /dev/null
45 +++ b/kde-plasma/plasma-disks/plasma-disks-5.20.0.ebuild
46 @@ -0,0 +1,39 @@
47 +# Copyright 1999-2020 Gentoo Authors
48 +# Distributed under the terms of the GNU General Public License v2
49 +
50 +EAPI=7
51 +
52 +ECM_HANDBOOK="true"
53 +KFMIN=5.74.0
54 +QTMIN=5.15.1
55 +inherit ecm kde.org
56 +
57 +DESCRIPTION="Monitors S.M.A.R.T. capable devices for imminent failure"
58 +HOMEPAGE="https://invent.kde.org/plasma/plasma-disks"
59 +
60 +LICENSE="|| ( GPL-3 GPL-2 )"
61 +SLOT="5"
62 +KEYWORDS="~amd64 ~x86"
63 +IUSE=""
64 +
65 +DEPEND="
66 + >=dev-qt/qtdbus-${QTMIN}:5
67 + >=dev-qt/qtdeclarative-${QTMIN}:5
68 + >=dev-qt/qtgui-${QTMIN}:5
69 + >=kde-frameworks/kauth-${KFMIN}:5
70 + >=kde-frameworks/kconfig-${KFMIN}:5
71 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5
72 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
73 + >=kde-frameworks/kdbusaddons-${KFMIN}:5
74 + >=kde-frameworks/kdeclarative-${KFMIN}:5
75 + >=kde-frameworks/ki18n-${KFMIN}:5
76 + >=kde-frameworks/kio-${KFMIN}:5
77 + >=kde-frameworks/kjobwidgets-${KFMIN}:5
78 + >=kde-frameworks/knotifications-${KFMIN}:5
79 + >=kde-frameworks/kservice-${KFMIN}:5
80 + >=kde-frameworks/solid-${KFMIN}:5
81 + sys-apps/smartmontools
82 +"
83 +RDEPEND="${DEPEND}
84 + kde-plasma/kinfocenter:5
85 +"