commit:     c538aa0e522157bed34ddbee3cbaafd332af2081
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 18:32:33 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 20:11:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c538aa0e

sys-libs/kpmcore: 22.08.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-libs/kpmcore/Manifest               |  1 +
 sys-libs/kpmcore/kpmcore-22.08.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
index a347a1611e65..5d01dce07969 100644
--- a/sys-libs/kpmcore/Manifest
+++ b/sys-libs/kpmcore/Manifest
@@ -1 +1,2 @@
 DIST kpmcore-22.04.3.tar.xz 593904 BLAKE2B 
189cff1b5157d9e9fb54e24d63f9e1a801b057d1a37fcf509dff4728ab449e17f5e546d7fab8cfccf8aac7cef2d350fc6dab929f6790b662231c6fba6ffc81b3
 SHA512 
aee0d724a5dafdd76289868b7f6825540f4ad9bcbcc3358efab55bb723b595b9a15adcf62619868ada6e77d9f6ea2348d943176ef06b98990b733fb8f74f376f
+DIST kpmcore-22.08.0.tar.xz 594864 BLAKE2B 
049e01fce3371fbb5236f29ae87ece4bf20ff014eeb8531106cf19f3484cd76d21aaa8d9ec1cca8c923dbcd627f41f5efbd5b81498997bec5f5542b2e13af64f
 SHA512 
6ad058757968f92a56b58235a34861e413324ae9e5c92762109cb2d1b2f265e59bf04c6f5b7051492455facf3bfd17f23258d129101b56313319f4857cd5edd2

diff --git a/sys-libs/kpmcore/kpmcore-22.08.0.ebuild 
b/sys-libs/kpmcore/kpmcore-22.08.0.ebuild
new file mode 100644
index 000000000000..684e76400445
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-22.08.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+KFMIN=5.96.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for managing partitions"
+HOMEPAGE="https://apps.kde.org/partitionmanager/";
+
+LICENSE="GPL-3"
+SLOT="5/10"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# bug 689468, tests need polkit etc.
+RESTRICT="test"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="
+       >=dev-qt/qtdbus-${QTMIN}:5
+       >=dev-qt/qtgui-${QTMIN}:5
+       >=dev-qt/qtwidgets-${QTMIN}:5
+       >=kde-frameworks/kcoreaddons-${KFMIN}:5
+       >=kde-frameworks/ki18n-${KFMIN}:5
+       >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+       >=sys-apps/util-linux-2.33.2
+       sys-auth/polkit-qt
+"
+RDEPEND="${DEPEND}"

Reply via email to