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 13:52:59
Message-Id: 1638193929.8de37f5681802fdc919de0699a5aff0644905427.asturm@gentoo
1 commit: 8de37f5681802fdc919de0699a5aff0644905427
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 13:09:24 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 13:52:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de37f56
7
8 sys-libs/kpmcore: drop 21.04.3*
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.3.ebuild | 34 ---------------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
17 index 2dec0486dec6..7181801c3d13 100644
18 --- a/sys-libs/kpmcore/Manifest
19 +++ b/sys-libs/kpmcore/Manifest
20 @@ -1,2 +1 @@
21 -DIST kpmcore-21.04.3.tar.xz 586264 BLAKE2B b9733f8b941fed98503e78b9c0357e002df92a39c4e70885822f6bb8944cf2c76be1fbba23e4cedf104b46a95832e72d2384c0d78abde312e0b2be40aa4d5745 SHA512 44614e3a0db646b81e56b87daa841b7b7e03ff97699ea393d83b6cc61e6c12efa36ac6b8aba87da612f2973a1d108bdad21ef0d73fc2db98595e5b711e5a0fcf
22 DIST kpmcore-21.08.3.tar.xz 589464 BLAKE2B 188a702b21976c352bea49c3e40e86c6d3f85b398c3dc9577301471c49cbbf8f161a5f6b62acfc020bcd9530aab2739a39023170c7586a1f18e52add4b2d6ecd SHA512 16570fe9b5e4e83d26b1c2e591d797cd23f37a2195ac5f043ee921d038d0e10d63f9d2c72c4d710e10eeb05d81a6df577f9ddb48b762b034154e399560daa7a7
23
24 diff --git a/sys-libs/kpmcore/kpmcore-21.04.3.ebuild b/sys-libs/kpmcore/kpmcore-21.04.3.ebuild
25 deleted file mode 100644
26 index 89b01d630c8b..000000000000
27 --- a/sys-libs/kpmcore/kpmcore-21.04.3.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
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/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}"