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: Sat, 30 Sep 2017 21:05:26
Message-Id: 1506805503.cef435211457704f08dc6035c82fff3538891533.asturm@gentoo
1 commit: cef435211457704f08dc6035c82fff3538891533
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 20:52:58 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 21:05:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef43521
7
8 sys-libs/kpmcore: 3.2.0 version bump
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 sys-libs/kpmcore/Manifest | 1 +
13 sys-libs/kpmcore/kpmcore-3.2.0.ebuild | 33 +++++++++++++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
17 index 343ef3d3435..805f4e49be0 100644
18 --- a/sys-libs/kpmcore/Manifest
19 +++ b/sys-libs/kpmcore/Manifest
20 @@ -1 +1,2 @@
21 DIST kpmcore-3.1.2.tar.xz 403324 SHA256 52d4fa37b7939f1b584bdd1be4ed8bfa036f240ae05d6ec281cba717bb8ec6c1 SHA512 a11679f3de30f7c06ae567e6ce77d7737b0a98f2ea7e0955d08bcbd32b978915cdee992e003730cd56bcd504d311d4159e7e834e1db14a065c21f59a8609d003 WHIRLPOOL 58a13b396af1fda02430e730aac6b299a00aeb3165b0fdd6c319505f5d83a64324cad1bded3ced28df78a262c53d69f7fbaf028cfe038ef5b1940e90921f89ed
22 +DIST kpmcore-3.2.0.tar.xz 408256 SHA256 2b38c2bbc3d9a47cd4bfa2e8d2ad1bd7d791383dfe479506456b52a99ff899cb SHA512 664cb8617c302ee60e40d2cf57b712aa0503f080d1da0a5bc481c3628c2639037c091898e8ccc1528c4298c6ec643af44c0f484bd7ee60d8ad605a64ca1b4fed WHIRLPOOL 0cbc259c740ff377839ef75f1b884419018b9c03777a34a15ebb7b352695681bce649a835b64271c97335bdd34c2c6d371a6c3aa1b431bf219e646cfeba812e1
23
24 diff --git a/sys-libs/kpmcore/kpmcore-3.2.0.ebuild b/sys-libs/kpmcore/kpmcore-3.2.0.ebuild
25 new file mode 100644
26 index 00000000000..9ee1d6becc5
27 --- /dev/null
28 +++ b/sys-libs/kpmcore/kpmcore-3.2.0.ebuild
29 @@ -0,0 +1,33 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit kde5
36 +
37 +if [[ ${KDE_BUILD_TYPE} = release ]]; then
38 + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
39 + KEYWORDS="~amd64 ~arm ~x86"
40 +fi
41 +
42 +DESCRIPTION="Library for managing partitions"
43 +HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager"
44 +LICENSE="GPL-3"
45 +SLOT="5/6"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + $(add_frameworks_dep kcoreaddons)
50 + $(add_frameworks_dep ki18n)
51 + $(add_frameworks_dep kservice)
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 +"