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: Thu, 02 Sep 2021 16:53:23
Message-Id: 1630601535.533ef53a64e7a8786026d564ece1c7872d190180.asturm@gentoo
1 commit: 533ef53a64e7a8786026d564ece1c7872d190180
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 11:51:15 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 16:52:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533ef53a
7
8 sys-libs/kpmcore: drop 21.08.0*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sys-libs/kpmcore/Manifest | 1 -
13 sys-libs/kpmcore/kpmcore-21.08.0.ebuild | 34 ---------------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
17 index 08382bd8e2d..42843015629 100644
18 --- a/sys-libs/kpmcore/Manifest
19 +++ b/sys-libs/kpmcore/Manifest
20 @@ -1,3 +1,2 @@
21 DIST kpmcore-21.04.3.tar.xz 586264 BLAKE2B b9733f8b941fed98503e78b9c0357e002df92a39c4e70885822f6bb8944cf2c76be1fbba23e4cedf104b46a95832e72d2384c0d78abde312e0b2be40aa4d5745 SHA512 44614e3a0db646b81e56b87daa841b7b7e03ff97699ea393d83b6cc61e6c12efa36ac6b8aba87da612f2973a1d108bdad21ef0d73fc2db98595e5b711e5a0fcf
22 -DIST kpmcore-21.08.0.tar.xz 589504 BLAKE2B 95f5ae6f85293200390e9396e0b38998f60e7740d9cb2cca60ab2434eade19704e199325c9865d463526af445374d2e49f4223128c17ac14d3a65b7b15f06fd0 SHA512 9e5e8c2fcbb2a24df7d0b85dc774259d885b247b9d9e8c960982e67e5b7e7adf778e0a9318f8b924f44fdb18db1bd264fb4580cf2235973ea40f6c4d3cfa3c58
23 DIST kpmcore-21.08.1.tar.xz 589536 BLAKE2B e9de6044711525f46dca0e5037152a08f7a01bebb7a10b4c91cc694ebc486b7136a674971f41a87df9d28643417a48e617c87c1f6d8592e2921aab3b61a090de SHA512 e3d596a97ceec51a18a1f7a77e0b3368ce2112fbf8cf8c7eb24d7dcb50006c20f84248b9563f9eaa8bc9e1268c885e30bc8ceefa183c5081a520bd2db03504df
24
25 diff --git a/sys-libs/kpmcore/kpmcore-21.08.0.ebuild b/sys-libs/kpmcore/kpmcore-21.08.0.ebuild
26 deleted file mode 100644
27 index 49b9b6a5b62..00000000000
28 --- a/sys-libs/kpmcore/kpmcore-21.08.0.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -ECM_NONGUI="true"
37 -KDE_GEAR="true"
38 -KFMIN=5.84.0
39 -QTMIN=5.15.2
40 -inherit ecm kde.org
41 -
42 -DESCRIPTION="Library for managing partitions"
43 -HOMEPAGE="https://apps.kde.org/partitionmanager/"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="5/10"
47 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
48 -IUSE=""
49 -
50 -# bug 689468, tests need polkit etc.
51 -RESTRICT+=" test"
52 -
53 -BDEPEND="virtual/pkgconfig"
54 -DEPEND="
55 - >=dev-qt/qtdbus-${QTMIN}:5
56 - >=dev-qt/qtgui-${QTMIN}:5
57 - >=dev-qt/qtwidgets-${QTMIN}:5
58 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
59 - >=kde-frameworks/ki18n-${KFMIN}:5
60 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
61 - >=sys-apps/util-linux-2.33.2
62 - sys-auth/polkit-qt
63 -"
64 -RDEPEND="${DEPEND}"