commit: 7c4205a559641e3048c200995883affa563b522e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Mar 5 23:58:23 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Mar 6 17:05:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4205a5
sys-libs/kpmcore: 24.12.3 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-libs/kpmcore/Manifest | 1 + sys-libs/kpmcore/kpmcore-24.12.3.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index d3c6f09d79f8..edfd7edfd873 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1,2 +1,3 @@ DIST kpmcore-24.08.3.tar.xz 646392 BLAKE2B 539170f6fcea02859eac5b243fffc387b7ebc8dbb0dd780752485abb3cd9f512b1a299852e5c225230037e2859c73bd5d012c04d4b4274c6ba95dc223ba7d2ce SHA512 8a35caed3ad889ed1ae9fc6e5e59bb21390aedd3b80657002550dd2ac5030d42bff84e73449fa791886d6d0003b1069b02599b11989698315355ce722c7b18d8 DIST kpmcore-24.12.2.tar.xz 649684 BLAKE2B 0f24bdcfb20a7449b37a4e903c7d29e4fe6db21f20843468d7b80ba8b382069e5026525a2b3b0406567b9587763b8e2869ed3a6614df2ba1d5f2d5cb4be8e835 SHA512 c9e013ab692fdaaccfb56996fa42dbe8f4419328b93f924ec64e267b574ee996f436ccb339c686fc0bb88df2efc5812306fdc1fb1949a5bd441208dcbc27fbf5 +DIST kpmcore-24.12.3.tar.xz 649640 BLAKE2B 5ca289422f616d61076ca91854bc46c6f7528897bfa78c1b8da3458ed681ca33dbd23ed3ceae58fa99cf7fe7aff86a2607c1eb3e8e0a3fd67b1076bdfa964c84 SHA512 d849b407b812725917b75f4d99b1a7070dd89107eff2cded41900c03bf1eb2e907fff5eaaa651e73150b1d01b7fec6e714044dacb6fcf05f8622e1c0b62802ba diff --git a/sys-libs/kpmcore/kpmcore-24.12.3.ebuild b/sys-libs/kpmcore/kpmcore-24.12.3.ebuild new file mode 100644 index 000000000000..a850b19a9ef6 --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-24.12.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_NONGUI="true" +KFMIN=6.7.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org + +DESCRIPTION="Library for managing partitions" +HOMEPAGE="https://apps.kde.org/partitionmanager/" + +LICENSE="GPL-3" +SLOT="6/10" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +# bug 689468, tests need polkit etc. +RESTRICT="test" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=sys-apps/util-linux-2.33.2 + >=sys-auth/polkit-qt-0.175.0[qt6(+)] +" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig"
