From 74728a708a96ded2fe6c8682070531d883afb109 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 4 Feb 2025 20:41:48 +0100 Subject: sys-block/partitionmanager: 24.12.2 version bump Signed-off-by: Andreas Sturmlechner --- sys-block/partitionmanager/Manifest | 1 + .../partitionmanager-24.12.2.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 sys-block/partitionmanager/Manifest create mode 100644 sys-block/partitionmanager/partitionmanager-24.12.2.ebuild (limited to 'sys-block') diff --git a/sys-block/partitionmanager/Manifest b/sys-block/partitionmanager/Manifest new file mode 100644 index 00000000000..e889fe37258 --- /dev/null +++ b/sys-block/partitionmanager/Manifest @@ -0,0 +1 @@ +DIST partitionmanager-24.12.2.tar.xz 2322900 BLAKE2B 889558cc7cd812cddf55d4954caa0baa0176aaf126424a8a6a9cf91f3116c916e0b4d560580ecdd0f7409f60c113bc4715b3633d68d2d14c6da67993e4cd3739 SHA512 9fb9e0f6b054d428a55cbc0ea8e901a8bcbf3d55edfbd19a10888b39d7031137b4cc317fb1168aef4443868da871ec09ee3b026014637e1de4a9f0c21320ee09 diff --git a/sys-block/partitionmanager/partitionmanager-24.12.2.ebuild b/sys-block/partitionmanager/partitionmanager-24.12.2.ebuild new file mode 100644 index 00000000000..e0bd4cb290f --- /dev/null +++ b/sys-block/partitionmanager/partitionmanager-24.12.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +KFMIN=6.7.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}" -- cgit v1.2.3