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: Fri, 16 Aug 2019 22:44:45
Message-Id: 1565995450.4131f7cec513d46e273f76781423c2f5723e6753.asturm@gentoo
1 commit: 4131f7cec513d46e273f76781423c2f5723e6753
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 22:44:10 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 22:44:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4131f7ce
7
8 sys-libs/kpmcore: Drop 3.3.0
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-libs/kpmcore/Manifest | 1 -
14 sys-libs/kpmcore/kpmcore-3.3.0.ebuild | 32 --------------------------------
15 2 files changed, 33 deletions(-)
16
17 diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
18 index faa8fd12432..2486d57f001 100644
19 --- a/sys-libs/kpmcore/Manifest
20 +++ b/sys-libs/kpmcore/Manifest
21 @@ -1,2 +1 @@
22 -DIST kpmcore-3.3.0.tar.xz 412648 BLAKE2B c8e5bf8d20108b8c3164466bf4b08ec9e58808a20134e27b188f0b85809bf1dffabe293f7b1f53d96a6291d4a5d9c1945a496763aa5f72eaccde83f4fcc62c8b SHA512 62a0a341fbbec426291e2c9dd183a20466fce48ffaa360dd816c58402ee03c1f61c4ef7887d0a66c4693d77c2183a5da3477b828ba4ac2ed405f684ffb27125e
23 DIST kpmcore-4.0.0.tar.xz 417784 BLAKE2B deffb82b3ec5029ce845a398728b31b4da1b1b69377684a982b0d8067cfddc9ccb2ab2f4369faeb289b4aa54841940aae5a69051a30e4895b840c51393b0c487 SHA512 16f0a8ecae35c214272f28c49b5fff3d2d5e0959b9dceba392b9b6186d44e10d11fcf16ef0ad1da42f49f0c631ccb858d726a92d7c2f22125dae07fd4d2c5500
24
25 diff --git a/sys-libs/kpmcore/kpmcore-3.3.0.ebuild b/sys-libs/kpmcore/kpmcore-3.3.0.ebuild
26 deleted file mode 100644
27 index 975b1eb5e03..00000000000
28 --- a/sys-libs/kpmcore/kpmcore-3.3.0.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit kde5
37 -
38 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
39 - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
40 - KEYWORDS="amd64 ~arm x86"
41 -fi
42 -
43 -DESCRIPTION="Library for managing partitions"
44 -HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager"
45 -LICENSE="GPL-3"
46 -SLOT="5/7"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - $(add_frameworks_dep kcoreaddons)
51 - $(add_frameworks_dep ki18n)
52 - $(add_frameworks_dep kwidgetsaddons)
53 - $(add_qt_dep qtdbus)
54 - $(add_qt_dep qtgui)
55 - $(add_qt_dep qtwidgets)
56 - dev-libs/libatasmart
57 - >=sys-apps/util-linux-2.30
58 - >=sys-block/parted-3
59 -"
60 -DEPEND="${RDEPEND}
61 - virtual/pkgconfig
62 -"