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: Sat, 24 Apr 2021 13:47:35
Message-Id: 1619272002.de6a7d69ac894a226f0156ec29a0b520c087f394.asturm@gentoo
1 commit: de6a7d69ac894a226f0156ec29a0b520c087f394
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 24 10:05:21 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 24 13:46:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6a7d69
7
8 sys-libs/kpmcore: 21.04.0 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sys-libs/kpmcore/Manifest | 1 +
13 sys-libs/kpmcore/kpmcore-21.04.0.ebuild | 34 +++++++++++++++++++++++++++++++++
14 2 files changed, 35 insertions(+)
15
16 diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
17 index e18908a04ec..bf8462554d1 100644
18 --- a/sys-libs/kpmcore/Manifest
19 +++ b/sys-libs/kpmcore/Manifest
20 @@ -1 +1,2 @@
21 DIST kpmcore-20.12.3.tar.xz 584264 BLAKE2B de80d48bb6becb3e8d6f5b9b4456e4ad4e220ca52d76700c6be33942c5d762e1fc39b43b3595894a3d28605d7010662ebec588c3f1d3a4525a9efe797dbf65ed SHA512 90083374bbc4b91e948e9ef8e3e272cf7bd6b038261414c7e08eea1a903bd61c723f29a4afe462e29c1a083c6771be435fd4dfbf8a364c2c167f1eed19d04323
22 +DIST kpmcore-21.04.0.tar.xz 586064 BLAKE2B ff20312c979ca63879ed95df29585c9423ed5da17bd909245065831bb763e2b0daf70f7f9b64ef327533c349c4046893f1f602d18d5252cea09076406950a5cb SHA512 1f135323b214f6bc316523457684775836f7e8840a81148fc3ab90e066dd2b30c2bddeccef24afb44a39bf112e2fc6c487ffbe80635060dc11f0571044a6d421
23
24 diff --git a/sys-libs/kpmcore/kpmcore-21.04.0.ebuild b/sys-libs/kpmcore/kpmcore-21.04.0.ebuild
25 new file mode 100644
26 index 00000000000..4bc7e9da2da
27 --- /dev/null
28 +++ b/sys-libs/kpmcore/kpmcore-21.04.0.ebuild
29 @@ -0,0 +1,34 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +ECM_NONGUI="true"
36 +KDE_GEAR="true"
37 +KFMIN=5.80.0
38 +QTMIN=5.15.2
39 +inherit ecm kde.org
40 +
41 +DESCRIPTION="Library for managing partitions"
42 +HOMEPAGE="https://apps.kde.org/en/partitionmanager"
43 +
44 +LICENSE="GPL-3"
45 +SLOT="5/10"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
47 +IUSE=""
48 +
49 +# bug 689468, tests need polkit etc.
50 +RESTRICT+=" test"
51 +
52 +BDEPEND="virtual/pkgconfig"
53 +DEPEND="
54 + >=dev-qt/qtdbus-${QTMIN}:5
55 + >=dev-qt/qtgui-${QTMIN}:5
56 + >=dev-qt/qtwidgets-${QTMIN}:5
57 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
58 + >=kde-frameworks/ki18n-${KFMIN}:5
59 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
60 + >=sys-apps/util-linux-2.33.2
61 + sys-auth/polkit-qt
62 +"
63 +RDEPEND="${DEPEND}"