sys-block/partitionmanager: 3.3.1 version bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 7 Jan 2018 18:59:28 +0000 (19:59 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 7 Jan 2018 19:00:33 +0000 (20:00 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

sys-block/partitionmanager/Manifest
sys-block/partitionmanager/partitionmanager-3.3.1.ebuild [new file with mode: 0644]

index 80177c97c26aea18e9bc8377cc05f9a6c292a409..1469b14a7eab944f4455d15e31490a1101e61113 100644 (file)
@@ -1 +1,2 @@
 DIST partitionmanager-3.2.1.tar.xz 1331440 BLAKE2B 4a7127407d7304690f3484aca54f991e8eeac2095a72418c082abcc28e7d3286169726be8005323f77ea7465e7d10f3ad0afc2e508de37dd3cb33c4acb8bcdca SHA512 799518ac78d906959512bebf63d3e8277f5fcbc7f13efd6b6ad5f3342f0e08da98340dc778a6e89923af99b03d099fb0e4d11abb2751ac4defa38060bb511df3
+DIST partitionmanager-3.3.1.tar.xz 1332860 BLAKE2B ba258efd7cebae907fdb1bcca4863300f3af21e4fb533cd5a07e8a1978f07add5f863d4be0d711346074e2d6fa4e96a85f8824aded9eae717c820892a13284ab SHA512 9189004c27a118510ddf7f148d2a245a7e17d0d0c038ea7486fc50638f2897f947ef2a2a92f0196c277b14e8dafb2f1e2f20978cce5927c04299232ecf8260b0
diff --git a/sys-block/partitionmanager/partitionmanager-3.3.1.ebuild b/sys-block/partitionmanager/partitionmanager-3.3.1.ebuild
new file mode 100644 (file)
index 0000000..8cb8b95
--- /dev/null
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+inherit kde5
+
+DESCRIPTION="KDE utility for management of partitions and file systems"
+HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager"
+[[ ${KDE_BUILD_TYPE} == release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kconfigwidgets)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep kcrash)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep kiconthemes)
+       $(add_frameworks_dep kio)
+       $(add_frameworks_dep kjobwidgets)
+       $(add_frameworks_dep kservice)
+       $(add_frameworks_dep kwidgetsaddons)
+       $(add_frameworks_dep kxmlgui)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtwidgets)
+       sys-apps/util-linux
+       >=sys-libs/kpmcore-3.3.0:5=
+"
+RDEPEND="${DEPEND}
+       $(add_plasma_dep kde-cli-tools kdesu)
+"