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, 26 Oct 2020 13:56:25
Message-Id: 1603720547.e4c2298e2fa4e31208cec545a3fa752b0cfb276f.asturm@gentoo
1 commit: e4c2298e2fa4e31208cec545a3fa752b0cfb276f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 13:17:04 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 13:55:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c2298e
7
8 sys-libs/kpmcore: Drop vulnerable 4.1.0
9
10 Bug: https://bugs.gentoo.org/749822
11 Package-Manager: Portage-3.0.8, Repoman-3.0.2
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 sys-libs/kpmcore/Manifest | 1 -
15 sys-libs/kpmcore/kpmcore-4.1.0.ebuild | 41 -----------------------------------
16 2 files changed, 42 deletions(-)
17
18 diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
19 index ed6b10f5106..c3863b37943 100644
20 --- a/sys-libs/kpmcore/Manifest
21 +++ b/sys-libs/kpmcore/Manifest
22 @@ -1,2 +1 @@
23 -DIST kpmcore-4.1.0.tar.xz 420344 BLAKE2B 1a8043c5eb774a3b9b99431543217910120a38b06a17db9db9ae6c577593c2736223e8d466ef62c33224e52513eae52d062584fc8afd86d90eb667af4e923645 SHA512 c45b31a41c62a68aee991be0f7954f4bd2136660578cc60f7fa6f05e56716458421e16cd314b3b9a14b56fdc9377db511c1645e5c41f0446d86a8ac5bb66c273
24 DIST kpmcore-4.2.0.tar.xz 441320 BLAKE2B 5eeae806e47a1d068b2052b7706fbe16acfd609e3d0bcb396758f2055154e43b5b1fc7b7a65795ba0804ebc34c7d0cda18995ce3975e16e74d015ac9d8203e1e SHA512 71c5411f3ec24149695bbc1ec0c2bb7423b1cfd24ea9c2f33492c6310b1e911ea14a0a46a53024d7a1afebf0cbc5b56fb7cf5be22b832fb49239a270b63404f0
25
26 diff --git a/sys-libs/kpmcore/kpmcore-4.1.0.ebuild b/sys-libs/kpmcore/kpmcore-4.1.0.ebuild
27 deleted file mode 100644
28 index de6c97e63e1..00000000000
29 --- a/sys-libs/kpmcore/kpmcore-4.1.0.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -ECM_NONGUI="true"
38 -KFMIN=5.60.0
39 -QTMIN=5.12.3
40 -inherit ecm kde.org
41 -
42 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
43 - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
44 - KEYWORDS="amd64 ~arm ~arm64 x86"
45 -fi
46 -
47 -DESCRIPTION="Library for managing partitions"
48 -HOMEPAGE="https://kde.org/applications/system/org.kde.partitionmanager"
49 -
50 -LICENSE="GPL-3"
51 -SLOT="5/9"
52 -IUSE=""
53 -
54 -BDEPEND="virtual/pkgconfig"
55 -DEPEND="
56 - || (
57 - app-crypt/qca[botan]
58 - app-crypt/qca[ssl]
59 - )
60 - >=dev-qt/qtdbus-${QTMIN}:5
61 - >=dev-qt/qtgui-${QTMIN}:5
62 - >=dev-qt/qtwidgets-${QTMIN}:5
63 - >=kde-frameworks/kauth-${KFMIN}:5
64 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
65 - >=kde-frameworks/ki18n-${KFMIN}:5
66 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
67 - >=sys-apps/util-linux-2.33.2
68 -"
69 -RDEPEND="${DEPEND}"
70 -
71 -# bug 689468, tests need polkit etc.
72 -RESTRICT+=" test"