sys-libs/kpmcore: New package
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Sat, 23 Jan 2016 10:38:01 +0000 (11:38 +0100)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 23 Jan 2016 16:46:08 +0000 (03:46 +1100)
Package-Manager: portage-2.2.26

sys-libs/kpmcore/Manifest [new file with mode: 0644]
sys-libs/kpmcore/kpmcore-2.0.0.ebuild [new file with mode: 0644]
sys-libs/kpmcore/metadata.xml [new file with mode: 0644]

diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
new file mode 100644 (file)
index 0000000..7bb2cfd
--- /dev/null
@@ -0,0 +1 @@
+DIST kpmcore-2.0.0.tar.xz 350352 SHA256 aa4a89c8a3745b2c06971f916aef30d87b3393a3b8c55ffc791cf46eb86b2454 SHA512 91e76bf5c7dc53f11c5cbd452ea6a1d08ea55c29024a48dde10936834b63640cb86d01376b9b5c4f4bd1b300aac9652867efd0517e34e846dd3c0202f6f925fc WHIRLPOOL b8c744b6a7b6d91d9d348910425a9b73f68e75a507690111ad4682b745797d25e59532ee27683f946a3c7987c5ee6d46a1967671322ab14a888fa33ad5f1cad6
diff --git a/sys-libs/kpmcore/kpmcore-2.0.0.ebuild b/sys-libs/kpmcore/kpmcore-2.0.0.ebuild
new file mode 100644 (file)
index 0000000..24f9a58
--- /dev/null
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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"
+KEYWORDS=" ~amd64 ~x86"
+IUSE=""
+
+CDEPEND="
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep kiconthemes)
+       $(add_frameworks_dep kio)
+       $(add_frameworks_dep kservice)
+       dev-libs/libatasmart
+       dev-qt/qtgui:5
+       dev-qt/qtwidgets:5
+       sys-apps/util-linux
+       >=sys-block/parted-3
+"
+DEPEND="${CDEPEND}
+       virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}
+       !<sys-block/partitionmanager-2.0.0
+"
diff --git a/sys-libs/kpmcore/metadata.xml b/sys-libs/kpmcore/metadata.xml
new file mode 100644 (file)
index 0000000..a23f444
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <herd>kde</herd>
+</pkgmetadata>