Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/partitionmanager/
Date: Mon, 23 Oct 2017 12:00:57
Message-Id: 1508760042.f77bde46e68087c3524c93a34d924a168d85891b.kensington@gentoo
1 commit: f77bde46e68087c3524c93a34d924a168d85891b
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 23 11:59:58 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 12:00:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77bde46
7
8 sys-block/partitionmanager: remove 3.1.0
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sys-block/partitionmanager/Manifest | 1 -
13 .../partitionmanager/partitionmanager-3.1.0.ebuild | 37 ----------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/sys-block/partitionmanager/Manifest b/sys-block/partitionmanager/Manifest
17 index d16470d3920..a2b09ca920e 100644
18 --- a/sys-block/partitionmanager/Manifest
19 +++ b/sys-block/partitionmanager/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST partitionmanager-3.1.0.tar.xz 1297180 SHA256 46c3f97711cd8709aece346a27bc6ba89c29cfb5bcf2399bf1982c2e11ee6272 SHA512 3e81c06131a207f886967ab33c11c3d9643adefba6322b81a06c06e41ff3adf0dc0bede16b55d4bd5a0c7c59b74655014be35f442c61d561d03c763aa0f5ebae WHIRLPOOL da100fca6ef84ad92ed3c5cfcaa88907885946a7406256815c4ecad222cb926385b1b9c65b6caba406be8375fdc504d932830cf52283881dd17926e79b563227
22 DIST partitionmanager-3.1.2.tar.xz 1298688 SHA256 2ca9e541bcba758181217a9edc1f76814cabad9cf691040c1b9bc7c737c794e9 SHA512 a1be9bf9bbe03842c6cbfcae70e7a909c3e1bb30f3d226b8a47933228c7d6e358d2c6b038100dc647420b8498ca19878a15c100a61370f455a4033ca198e785f WHIRLPOOL 310571d77ad598107b5d8e89c07a5ad93f2c0f03ba73fe87ccd85bcec8f19d2d5ac69f5e4a366ffb801466dafeaf3165d41fe00b69ed4bec8b78a0f50a4744c4
23 DIST partitionmanager-3.2.1.tar.xz 1331440 SHA256 7dc089243ce49058c7c16cea17bc6302dbfe409c099adc04dad5e9d5098300ad SHA512 799518ac78d906959512bebf63d3e8277f5fcbc7f13efd6b6ad5f3342f0e08da98340dc778a6e89923af99b03d099fb0e4d11abb2751ac4defa38060bb511df3 WHIRLPOOL 659c96ff57f0d1a391ee8f47b36447f6da1e3b04d1cd15b32fb5368dc719494afa328482c217c5f3bd87a39d029c81e27a258433b7080303ee44f0ae8b81eaa4
24
25 diff --git a/sys-block/partitionmanager/partitionmanager-3.1.0.ebuild b/sys-block/partitionmanager/partitionmanager-3.1.0.ebuild
26 deleted file mode 100644
27 index 11d3169c56f..00000000000
28 --- a/sys-block/partitionmanager/partitionmanager-3.1.0.ebuild
29 +++ /dev/null
30 @@ -1,37 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -KDE_HANDBOOK="forceoptional"
37 -QT_MINIMAL="5.7.1"
38 -inherit kde5
39 -
40 -DESCRIPTION="KDE utility for management of partitions and file systems"
41 -HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager"
42 -[[ ${KDE_BUILD_TYPE} == release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
43 -
44 -LICENSE="GPL-3"
45 -KEYWORDS="amd64 ~arm x86"
46 -IUSE=""
47 -
48 -DEPEND="
49 - $(add_frameworks_dep kconfig)
50 - $(add_frameworks_dep kconfigwidgets)
51 - $(add_frameworks_dep kcoreaddons)
52 - $(add_frameworks_dep kcrash)
53 - $(add_frameworks_dep ki18n)
54 - $(add_frameworks_dep kiconthemes)
55 - $(add_frameworks_dep kio)
56 - $(add_frameworks_dep kjobwidgets)
57 - $(add_frameworks_dep kservice)
58 - $(add_frameworks_dep kwidgetsaddons)
59 - $(add_frameworks_dep kxmlgui)
60 - $(add_qt_dep qtgui)
61 - $(add_qt_dep qtwidgets)
62 - sys-apps/util-linux
63 - >=sys-libs/kpmcore-3.0.2:5=
64 -"
65 -RDEPEND="${DEPEND}
66 - $(add_plasma_dep kde-cli-tools kdesu)
67 -"