commit:     81595914e5236e70070f5d927047c6f9882ef3c3
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 18:19:54 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 18:27:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81595914

sys-libs/kpmcore: Version bump 3.0.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-libs/kpmcore/Manifest             |  1 +
 sys-libs/kpmcore/kpmcore-3.0.0.ebuild | 36 +++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
index e5853e4..f797cb1 100644
--- a/sys-libs/kpmcore/Manifest
+++ b/sys-libs/kpmcore/Manifest
@@ -1 +1,2 @@
 DIST kpmcore-2.2.1.tar.xz 351160 SHA256 
573c662fce7077180bafa62461e0bf0000d6e7ca5f8fce3cfc7561668da291ae SHA512 
5c8a9f9a939927d451c8b408ced250bf847af344d13791152fc08e08b80ac0535ecdb661d733a10478fcb7cd9c61164614f359704052d964bedde0949c95cdf7
 WHIRLPOOL 
69db6258f8564ecbf426084653411db20d429df5780021d871190a9dd00fc0bbf9f48e7ea0ec69f35336511a5606aab7439dfa0068d9269f1ceca947f95f91a2
+DIST kpmcore-3.0.0.tar.xz 401224 SHA256 
5f98cb2dc97b00af6d848f3df6e68d406d8202e7bcffe7a2092d0f47adfe799a SHA512 
dc029a90765f75db1929fb2dedac1dd5ca9dd68f6b52b10fa842789ec55a7a65aa20fe784f52f9f6aac86b17dca69244c060ba819a07ca327115ffe4fedb2927
 WHIRLPOOL 
84cb9e83b098cb4c02db7a15d2de7838903ea986f20fd64d6e766a60100f8fb18b06354a736a78b4d7ffe68378593155fa1d6d3cea4532eecddae77d0309c0e5

diff --git a/sys-libs/kpmcore/kpmcore-3.0.0.ebuild 
b/sys-libs/kpmcore/kpmcore-3.0.0.ebuild
new file mode 100644
index 00000000..441e22c
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-3.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Library for managing partitions"
+HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager";
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="5/4"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+CDEPEND="
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep kiconthemes)
+       $(add_frameworks_dep kio)
+       $(add_frameworks_dep kservice)
+       $(add_frameworks_dep kwidgetsaddons)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtwidgets)
+       dev-libs/libatasmart
+       sys-apps/util-linux
+       >=sys-block/parted-3
+"
+DEPEND="${CDEPEND}
+       virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}
+       !<sys-block/partitionmanager-2.0.0
+"

Reply via email to