summaryrefslogtreecommitdiff
path: root/sys-block
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/partitionmanager/Manifest1
-rw-r--r--sys-block/partitionmanager/partitionmanager-25.08.0.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/sys-block/partitionmanager/Manifest b/sys-block/partitionmanager/Manifest
index ab4c57f87a2..17312b32076 100644
--- a/sys-block/partitionmanager/Manifest
+++ b/sys-block/partitionmanager/Manifest
@@ -1 +1,2 @@
DIST partitionmanager-25.07.90.tar.xz 2337496 BLAKE2B b890d4accc5d67047147f7e380ce5cb9cda2f4015b2504e6eb02d834eec8c35ef0fbd7758d61318658b2f40c2f892313ed3859b2a41970bb511262f2f5606385 SHA512 dbe67a58406a0c4ede37fcee778394c719cc210bfd06b3f9d346c352dbf4d23f527dbdbda7eac035e70b00bb43bd1feb619c6cd951550e7a1e05e644cfe0bfeb
+DIST partitionmanager-25.08.0.tar.xz 2337500 BLAKE2B 82e2445dd67ac2abbb84f753ec11809a304866495e94a18f74d3bdef2ba9414ee6ed64592577a0562c92ef9058f3b11b0b41cebb34424f9750bbe9b2e935b25c SHA512 ec3bfc3c57cdfd9c07baeabd910f95c7de4bd0fe2fc615ce2be15a1d199fb21f929a9c9a99b67e2048fd7cc279cc02a473f1ab5df61ede2bb610e85cd95f0844
diff --git a/sys-block/partitionmanager/partitionmanager-25.08.0.ebuild b/sys-block/partitionmanager/partitionmanager-25.08.0.ebuild
new file mode 100644
index 00000000000..c485e245954
--- /dev/null
+++ b/sys-block/partitionmanager/partitionmanager-25.08.0.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.16.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.9.1
+inherit ecm gear.kde.org xdg
+
+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}"