commit: f2a2c491a06012657eaf34a329dcb92f01fc0477 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 16 12:13:09 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Aug 16 12:20:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a2c491
sys-libs/kpmcore: 25.08.0 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-libs/kpmcore/Manifest | 1 + sys-libs/kpmcore/kpmcore-25.08.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index a36d49b9135e..75d9796be891 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1 +1,2 @@ DIST kpmcore-25.04.3.tar.xz 665512 BLAKE2B 888b5ce949e73618cea8b53a134b8cd86f80d837e1e2d3cc1ee9e6f508a38d035cd2afe0d17ffac1def528ca091882298311464e3c5d7faa6aa5e5c2a9739b05 SHA512 4ac7c507da6d33709d8822bd7fb8412b2af2b54d33798a47136dbb92286553e66f3bd8a2aa548a42247bae20874350837fa17fed156882a2a9ccf60cd4864950 +DIST kpmcore-25.08.0.tar.xz 670060 BLAKE2B 541d21927b8253f0e5c34b809b739a2508270b165c2b1df3a7c91775343d405df7c33e5ddef33ee2edbf3aa89110b92b64043c173c726631a0360976e5a4aa5b SHA512 c197f50891582298710aa5de778219619e5e7d1b56ddbfe4b7b81283442d7a4ae2b412eccc608a616c2f2d93845f075d7e874cc8dab29194c1733c65a86123b9 diff --git a/sys-libs/kpmcore/kpmcore-25.08.0.ebuild b/sys-libs/kpmcore/kpmcore-25.08.0.ebuild new file mode 100644 index 000000000000..1835be70c9a0 --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-25.08.0.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.16.0 +QTMIN=6.9.1 +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"
