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 DFA1F139360 for ; Thu, 12 Aug 2021 10:43:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 328D0E09DB; Thu, 12 Aug 2021 10:43:39 +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 15774E09D6 for ; Thu, 12 Aug 2021 10:43:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D0CAE342B3D for ; Thu, 12 Aug 2021 10:43:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70C6C8DA for ; Thu, 12 Aug 2021 10:43:34 +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: <1628763547.44bb82f8f136e0fa048f8dca05f52b523550d9b6.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-21.08.0.ebuild X-VCS-Directories: sys-block/partitionmanager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 44bb82f8f136e0fa048f8dca05f52b523550d9b6 X-VCS-Branch: master Date: Thu, 12 Aug 2021 10:43:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b4372663-ec9d-4560-84ac-e45ac67f2dbf X-Archives-Hash: 9ae4eed1260162891c87451bd9c7a4e8 commit: 44bb82f8f136e0fa048f8dca05f52b523550d9b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 12 09:49:05 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 12 10:19:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bb82f8 sys-block/partitionmanager: 21.08.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> sys-block/partitionmanager/Manifest | 1 + .../partitionmanager-21.08.0.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/sys-block/partitionmanager/Manifest b/sys-block/partitionmanager/Manifest index 519eb17d87e..9c95cf772a0 100644 --- a/sys-block/partitionmanager/Manifest +++ b/sys-block/partitionmanager/Manifest @@ -1 +1,2 @@ DIST partitionmanager-21.04.3.tar.xz 2097428 BLAKE2B 821ea6c8cd61a250acd433e55dddc3ddc6e115f8908f79b7d243e0ba5bda69f8edc38e6b2aef1d014258d38111b8cdd361632015af031fd85ced9d13f3ba6129 SHA512 cfaf08ee27a4976de38cee282092915aa154a3c4c0561b1ce9a971e991038473dcce4ffd4f20d845eb5d29e48a223f16b3d4a670d0442b8267c4ed0c86dff4a4 +DIST partitionmanager-21.08.0.tar.xz 2097400 BLAKE2B 186db1f7fbc1d0a9ca77013cefffbadbb06120f539aa46a1dcec96615d1d0d930c0f95fe63a390ce22a15651f857b4decf0490481c26911364f60ceb98c6243d SHA512 2a44055f70a640b7eb020471582d771c11ec82c07f68572ec970b6e8709741be3caaf2f659df15226645ff7c964b1b6b400ebd445a2d6db14463e73d8e7afcd8 diff --git a/sys-block/partitionmanager/partitionmanager-21.08.0.ebuild b/sys-block/partitionmanager/partitionmanager-21.08.0.ebuild new file mode 100644 index 00000000000..638565cb116 --- /dev/null +++ b/sys-block/partitionmanager/partitionmanager-21.08.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="optional" +KDE_GEAR="true" +KFMIN=5.84.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Utility for management of disks, partitions and file systems" +HOMEPAGE="https://apps.kde.org/partitionmanager/" + +LICENSE="GPL-3" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kjobwidgets-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 + >=sys-libs/kpmcore-${PVCUT}:5= +" +RDEPEND="${DEPEND}"