Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/partitionmanager/
Date: Wed, 06 Jul 2016 16:37:18
Message-Id: 1467822874.597afe29547bf7c50f9cfbc144f7cddef15ea6f7.johu@gentoo
1 commit: 597afe29547bf7c50f9cfbc144f7cddef15ea6f7
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 16:34:34 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 16:34:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=597afe29
7
8 sys-block/partitionmanager: Version bump 2.2.1
9
10 Package-Manager: portage-2.3.0
11
12 sys-block/partitionmanager/Manifest | 1 +
13 .../partitionmanager/partitionmanager-2.2.1.ebuild | 38 ++++++++++++++++++++++
14 2 files changed, 39 insertions(+)
15
16 diff --git a/sys-block/partitionmanager/Manifest b/sys-block/partitionmanager/Manifest
17 index 7f19e3c..2b1ef07 100644
18 --- a/sys-block/partitionmanager/Manifest
19 +++ b/sys-block/partitionmanager/Manifest
20 @@ -1,2 +1,3 @@
21 DIST partitionmanager-2.1.0.tar.xz 1638600 SHA256 65459a78a47b02c35f62e344e964494f7ffa84581036b193e7653e0835d3aec0 SHA512 5cbc267be8c1c2e674cc2da57c9fabb362989c0e95d138243fa477859046aa5807cee2c1c45763c713e025fcfb724f3f8a0b363bfc50d54a1899d33af38c750d WHIRLPOOL 57faf232491caf8862cebfe027d9a3ff98bea62ace6085cb0c7f8251600e374d51161b83ee6a8db48212e7c0551b653ba84c6a1cde3af39af36772d38e8fae57
22 DIST partitionmanager-2.2.0.tar.xz 1651684 SHA256 0d108fafbe826997a45bfae8abdb77ad43e5db8205736d6a401a83230e080ae9 SHA512 fe8904d54d41ef205ed662060a6b17bcf821aa658a0564d1445a929a567a0ba85f94fdf9c054fcf8cbf729999e8d8f0dab1a495a1f788b45314bb6b61bb452e5 WHIRLPOOL 829a8b569de18f2d34ed181fdb7545e5c2cb261ed2ddd4a094b71ed44eb761ad2a6fbd60a1eabbee0838ea46a3cbe70c044bd127cc42e7f39af09a246942be33
23 +DIST partitionmanager-2.2.1.tar.xz 1497772 SHA256 bcbd531e3a3616a436595141729634aa390a9f8d56f7bd4c3ab0e74a4927ac67 SHA512 3dcc9d5f3b315f4c2377a2a9b1e56b85abe5dc534d83613a167969c4a5cde9ece646f3f2d0a522bb425505accbd944a8c8eda9c7926cea5b718c3c59f8246816 WHIRLPOOL 619930a25c67639dbd1f6dd62b412a5769ec29d30e8afbc7939853aa720ae3999e182ab5cc050c7927daa26df041a57ab0b92a822e6179dd54a3e337a4239f56
24
25 diff --git a/sys-block/partitionmanager/partitionmanager-2.2.1.ebuild b/sys-block/partitionmanager/partitionmanager-2.2.1.ebuild
26 new file mode 100644
27 index 0000000..0b71b14
28 --- /dev/null
29 +++ b/sys-block/partitionmanager/partitionmanager-2.2.1.ebuild
30 @@ -0,0 +1,38 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +
37 +KDE_HANDBOOK="forceoptional"
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 +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-2.2.0:5=
64 +"
65 +RDEPEND="${DEPEND}
66 + $(add_plasma_dep kde-cli-tools kdesu 5.5.2)
67 + !sys-block/partitionmanager:0
68 +"