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 Mar 2023 12:28:26
Message-Id: 1677758366.3beb1139a839dbe14278ac77830ff22b57300c03.asturm@gentoo
1 commit: 3beb1139a839dbe14278ac77830ff22b57300c03
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 12:07:13 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 11:59:26 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3beb1139
7
8 sys-libs/kpmcore: drop 22.12.2
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sys-libs/kpmcore/Manifest | 1 -
13 sys-libs/kpmcore/kpmcore-22.12.2.ebuild | 33 ---------------------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
17 index 03148cccda9c..62b22b48a599 100644
18 --- a/sys-libs/kpmcore/Manifest
19 +++ b/sys-libs/kpmcore/Manifest
20 @@ -1,3 +1,2 @@
21 DIST kpmcore-22.08.3.tar.xz 599692 BLAKE2B 1a866db1d14bb866c2e0579bd79211bc22d27583425ba8f715d973779eba5a571722c19d6db5613440d85f046a3303d0067b3a6ca26645dd14a0e37db713c3e4 SHA512 4b48b6fa8f6a0ede38aeacc4f91c87e51f2205be93d4fff785ed144bb9ff59e8c8cb98a4e202f11b2ed246f6955e9ecede28efb0601da5c7936a4b4ccc25457c
22 -DIST kpmcore-22.12.2.tar.xz 618392 BLAKE2B 32a3fe874de1313d04d25199a5c3a2587bd64515c59a606246487fa30dd7586bd833ed02f8e6f07356ad4d747ba4b0931240b050b88983164106d754d5195102 SHA512 a68be1c7432aed53306471e0f3203f454606fdc4831542e852f0360f01bf13ed99493d6b39126647dd3ada9580861a04df4b1bb52a06d51a89c94229d3b78db3
23 DIST kpmcore-22.12.3.tar.xz 618340 BLAKE2B 64ad0ae724e2329ae9d0cb4416adf70502f34b7385745214a4d6754c36949c73404dea7aaf41b473c91b049b3cab2350f93b7595cf019c0001aa8ecc0d11ef1d SHA512 0e56331043e4d220a1ab1c871b4d5012e5575b92795413125b6bcc9c5a177811587335fe6384d4ba0ec4f1b58c519fad8abe21278d53109e4a7bb53bf5e47c00
24
25 diff --git a/sys-libs/kpmcore/kpmcore-22.12.2.ebuild b/sys-libs/kpmcore/kpmcore-22.12.2.ebuild
26 deleted file mode 100644
27 index eba371c4698e..000000000000
28 --- a/sys-libs/kpmcore/kpmcore-22.12.2.ebuild
29 +++ /dev/null
30 @@ -1,33 +0,0 @@
31 -# Copyright 1999-2023 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -ECM_NONGUI="true"
37 -KFMIN=5.101.0
38 -QTMIN=5.15.5
39 -inherit ecm gear.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 ~loong ~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-0.113.0[qt5(+)]
62 -"
63 -RDEPEND="${DEPEND}"