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: Mon, 29 Nov 2021 16:54:01
Message-Id: 1638204753.1248de77274303473be9d04f34015ce53e600c4e.asturm@gentoo
1 commit: 1248de77274303473be9d04f34015ce53e600c4e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 29 16:03:22 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 16:52:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1248de77
7
8 sys-libs/kpmcore: 21.11.90 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.11.90.ebuild | 34 ++++++++++++++++++++++++++++++++
14 2 files changed, 35 insertions(+)
15
16 diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
17 index 7181801c3d13..12405a5fdae7 100644
18 --- a/sys-libs/kpmcore/Manifest
19 +++ b/sys-libs/kpmcore/Manifest
20 @@ -1 +1,2 @@
21 DIST kpmcore-21.08.3.tar.xz 589464 BLAKE2B 188a702b21976c352bea49c3e40e86c6d3f85b398c3dc9577301471c49cbbf8f161a5f6b62acfc020bcd9530aab2739a39023170c7586a1f18e52add4b2d6ecd SHA512 16570fe9b5e4e83d26b1c2e591d797cd23f37a2195ac5f043ee921d038d0e10d63f9d2c72c4d710e10eeb05d81a6df577f9ddb48b762b034154e399560daa7a7
22 +DIST kpmcore-21.11.90.tar.xz 594208 BLAKE2B 972ec50bf2deb8d9c987cc1902d3b744a668010e2f081a27307349ecae0629a2a7e75844450df6b2f2be584d2c47eeeeffcabff8a65b5730dfef0140ddc28f4d SHA512 c975c0221b711976551a1f9457329da5c52dd2ba8e582ef0e92be0f8bb1fe51c92df875044c1f8c6ed55b7e8c008215bf43cb9b98486dbc11b17acd58e15dbdf
23
24 diff --git a/sys-libs/kpmcore/kpmcore-21.11.90.ebuild b/sys-libs/kpmcore/kpmcore-21.11.90.ebuild
25 new file mode 100644
26 index 000000000000..9cf2587af684
27 --- /dev/null
28 +++ b/sys-libs/kpmcore/kpmcore-21.11.90.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=8
34 +
35 +ECM_NONGUI="true"
36 +KDE_GEAR="true"
37 +KFMIN=5.88.0
38 +QTMIN=5.15.2
39 +inherit ecm kde.org
40 +
41 +DESCRIPTION="Library for managing partitions"
42 +HOMEPAGE="https://apps.kde.org/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}"