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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2096515852A for ; Sat, 24 Aug 2024 12:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70ECFE2A85; Sat, 24 Aug 2024 12:50:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50A11E2A85 for ; Sat, 24 Aug 2024 12:50:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F272343025 for ; Sat, 24 Aug 2024 12:50:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAAAF1F23 for ; Sat, 24 Aug 2024 12:50:41 +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: <1724503820.97bdbe66b4a91b344b2d4a6aeb30e26ec354459f.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-24.08.0.ebuild X-VCS-Directories: sys-block/partitionmanager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 97bdbe66b4a91b344b2d4a6aeb30e26ec354459f X-VCS-Branch: master Date: Sat, 24 Aug 2024 12:50:41 +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: e82b9a1d-d5dd-4b15-bda5-bb67d5eaba74 X-Archives-Hash: 57fd3ad5dbfc2e14e2b640ab572602e3 commit: 97bdbe66b4a91b344b2d4a6aeb30e26ec354459f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 24 12:44:49 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 24 12:50:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97bdbe66 sys-block/partitionmanager: 24.08.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> sys-block/partitionmanager/Manifest | 1 + .../partitionmanager-24.08.0.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/sys-block/partitionmanager/Manifest b/sys-block/partitionmanager/Manifest index 3c37c2c940e5..232861333757 100644 --- a/sys-block/partitionmanager/Manifest +++ b/sys-block/partitionmanager/Manifest @@ -1,2 +1,3 @@ DIST partitionmanager-23.08.5.tar.xz 2148168 BLAKE2B c755a3f828de0acd70f785896c0837a8730b4429b678033d206d67684e648dc43af3d4ae001125fe5a843cc51ef9544c69619e68452936b734afa7d75d37b62f SHA512 5eb6ee5f021a40c597d7f21bc4ae63d05a94564caa32ee72e4a44eb1d21ae7d4628e8bbf5b6645dcf5be2ac3162e5acc712f2982a14ce60ec5acc87409252f1a DIST partitionmanager-24.05.2.tar.xz 2314400 BLAKE2B e9c20e2fb909d8377d7c4ee9a202a17fd58b0d651666804349402317f80728de3bc2624f82df7f78c81e2fb3ab90b2044f71503045124947497d86f833676e3a SHA512 1cf48e39d24204b2289c6c67554c9a635acede5c444c7f1b4e55e4d9d8f3b14aa8bbc5aabc267e695eb6ff791248dd70ad8dc03fb08db26103b1e6e401d8cee1 +DIST partitionmanager-24.08.0.tar.xz 2321944 BLAKE2B 59e3bbb006c4fe0470e405a1e8f4c57f5ada0338fd61cd74fe2e42ea174471aa5fffc889909641c4715da28a8f3ff6c7b5fc83e1106110ce3ec47e6009f0ae25 SHA512 2289c8a9de974b73bb9cf32b4a323678de7d1bc915bd912835c9ebf6b1fc7489d27dbc795263345b5b0717d09118765b3658cd1f6756c2c17b8c5fef80bf40a8 diff --git a/sys-block/partitionmanager/partitionmanager-24.08.0.ebuild b/sys-block/partitionmanager/partitionmanager-24.08.0.ebuild new file mode 100644 index 000000000000..9c534512ed34 --- /dev/null +++ b/sys-block/partitionmanager/partitionmanager-24.08.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +KFMIN=6.5.0 +PVCUT=$(ver_cut 1-3) +QTMIN=6.7.2 +inherit ecm gear.kde.org + +DESCRIPTION="Utility for management of disks, partitions and file systems" +HOMEPAGE="https://apps.kde.org/partitionmanager/" + +LICENSE="GPL-3" +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kconfigwidgets-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kcrash-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kjobwidgets-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kwindowsystem-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 + >=sys-auth/polkit-qt-0.175.0[qt6] + >=sys-libs/kpmcore-${PVCUT}:6= +" +RDEPEND="${DEPEND}"