Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/kpmcore/
Date: Sun, 23 Feb 2020 11:44:40
Message-Id: 1582458223.18edb9fd47b276e425b7fdcba0a65755992ff10b.asturm@gentoo
1 commit: 18edb9fd47b276e425b7fdcba0a65755992ff10b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 23 11:29:23 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 23 11:43:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18edb9fd
7
8 sys-libs/kpmcore: 4.1.0 version bump
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-libs/kpmcore/Manifest | 1 +
14 sys-libs/kpmcore/kpmcore-4.1.0.ebuild | 41 +++++++++++++++++++++++++++++++++++
15 2 files changed, 42 insertions(+)
16
17 diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
18 index be88248f7ad..753e1d4a1d3 100644
19 --- a/sys-libs/kpmcore/Manifest
20 +++ b/sys-libs/kpmcore/Manifest
21 @@ -1 +1,2 @@
22 DIST kpmcore-4.0.1.tar.xz 416932 BLAKE2B db429a9a51baf2d3f83d36479c05ac28c1d742dfc9e0dda51486d17958c95751da6295fe9e915359717eebbab3877464284b871dd8ded5a87c01c590cf4eac85 SHA512 982ad77246f59ade74edba15effca6490ac9ac7bb6db7f6194bcdbfddfa735c9bc1b58020affccd945fcdfc96fce3488167f492d6a13dcd6d19c5692505303ac
23 +DIST kpmcore-4.1.0.tar.xz 420344 BLAKE2B 1a8043c5eb774a3b9b99431543217910120a38b06a17db9db9ae6c577593c2736223e8d466ef62c33224e52513eae52d062584fc8afd86d90eb667af4e923645 SHA512 c45b31a41c62a68aee991be0f7954f4bd2136660578cc60f7fa6f05e56716458421e16cd314b3b9a14b56fdc9377db511c1645e5c41f0446d86a8ac5bb66c273
24
25 diff --git a/sys-libs/kpmcore/kpmcore-4.1.0.ebuild b/sys-libs/kpmcore/kpmcore-4.1.0.ebuild
26 new file mode 100644
27 index 00000000000..d9ba96a5b5e
28 --- /dev/null
29 +++ b/sys-libs/kpmcore/kpmcore-4.1.0.ebuild
30 @@ -0,0 +1,41 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +ECM_NONGUI="true"
37 +KFMIN=5.60.0
38 +QTMIN=5.12.3
39 +inherit ecm kde.org
40 +
41 +if [[ ${KDE_BUILD_TYPE} = release ]]; then
42 + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
43 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
44 +fi
45 +
46 +DESCRIPTION="Library for managing partitions"
47 +HOMEPAGE="https://kde.org/applications/system/org.kde.partitionmanager"
48 +
49 +LICENSE="GPL-3"
50 +SLOT="5/9"
51 +IUSE=""
52 +
53 +BDEPEND="virtual/pkgconfig"
54 +DEPEND="
55 + || (
56 + app-crypt/qca[botan]
57 + app-crypt/qca[ssl]
58 + )
59 + >=dev-qt/qtdbus-${QTMIN}:5
60 + >=dev-qt/qtgui-${QTMIN}:5
61 + >=dev-qt/qtwidgets-${QTMIN}:5
62 + >=kde-frameworks/kauth-${KFMIN}:5
63 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
64 + >=kde-frameworks/ki18n-${KFMIN}:5
65 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
66 + >=sys-apps/util-linux-2.33.2
67 +"
68 +RDEPEND="${DEPEND}"
69 +
70 +# bug 689468, tests need polkit etc.
71 +RESTRICT+=" test"