diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-01-23 11:38:01 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-01-24 03:46:08 +1100 |
commit | d1c4acabcdb036d539ec1021fb25eff9d842501a (patch) | |
tree | 9d7fcb4e4a6e50c2cff1e1cb851bbdffb7cfb778 /sys-libs/kpmcore | |
parent | media-sound/wavegain: Remove old (diff) | |
download | gentoo-d1c4acabcdb036d539ec1021fb25eff9d842501a.tar.gz gentoo-d1c4acabcdb036d539ec1021fb25eff9d842501a.tar.bz2 gentoo-d1c4acabcdb036d539ec1021fb25eff9d842501a.zip |
sys-libs/kpmcore: New package
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-libs/kpmcore')
-rw-r--r-- | sys-libs/kpmcore/Manifest | 1 | ||||
-rw-r--r-- | sys-libs/kpmcore/kpmcore-2.0.0.ebuild | 34 | ||||
-rw-r--r-- | sys-libs/kpmcore/metadata.xml | 5 |
3 files changed, 40 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest new file mode 100644 index 000000000000..7bb2cfd6b130 --- /dev/null +++ b/sys-libs/kpmcore/Manifest @@ -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 index 000000000000..24f9a58f9616 --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-2.0.0.ebuild @@ -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 index 000000000000..a23f444b67d6 --- /dev/null +++ b/sys-libs/kpmcore/metadata.xml @@ -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> |