From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3676138330 for ; Sun, 7 Jan 2018 19:00:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 036ACE0877; Sun, 7 Jan 2018 19:00:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5DA7E0877 for ; Sun, 7 Jan 2018 19:00:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98665340DA0 for ; Sun, 7 Jan 2018 19:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEB421A2 for ; Sun, 7 Jan 2018 19:00:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1515351633.1da5a323b335e2af66d37e25071c6fcdcb58f0f6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/partitionmanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/partitionmanager/Manifest sys-block/partitionmanager/partitionmanager-3.3.1.ebuild X-VCS-Directories: sys-block/partitionmanager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1da5a323b335e2af66d37e25071c6fcdcb58f0f6 X-VCS-Branch: master Date: Sun, 7 Jan 2018 19:00:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eeff4a45-ec1f-4b90-ab90-41d8174e1a65 X-Archives-Hash: 7e9bbdf4d0e460ad4c1878b5df7ab65f commit: 1da5a323b335e2af66d37e25071c6fcdcb58f0f6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 7 18:59:28 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 7 19:00:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da5a323 sys-block/partitionmanager: 3.3.1 version bump Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-block/partitionmanager/Manifest | 1 + .../partitionmanager/partitionmanager-3.3.1.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/sys-block/partitionmanager/Manifest b/sys-block/partitionmanager/Manifest index 80177c97c26..1469b14a7ea 100644 --- a/sys-block/partitionmanager/Manifest +++ b/sys-block/partitionmanager/Manifest @@ -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 index 00000000000..8cb8b959b18 --- /dev/null +++ b/sys-block/partitionmanager/partitionmanager-3.3.1.ebuild @@ -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) +"