commit:     5cf191c985e7fae3e986f2edbc470f556529336f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 08:17:21 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 09:12:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf191c9

sys-libs/kpmcore: 23.04.0 version bump

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

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

diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
index 465b7d32a060..86d486ab3774 100644
--- a/sys-libs/kpmcore/Manifest
+++ b/sys-libs/kpmcore/Manifest
@@ -1 +1,2 @@
 DIST kpmcore-22.12.3.tar.xz 618340 BLAKE2B 
64ad0ae724e2329ae9d0cb4416adf70502f34b7385745214a4d6754c36949c73404dea7aaf41b473c91b049b3cab2350f93b7595cf019c0001aa8ecc0d11ef1d
 SHA512 
0e56331043e4d220a1ab1c871b4d5012e5575b92795413125b6bcc9c5a177811587335fe6384d4ba0ec4f1b58c519fad8abe21278d53109e4a7bb53bf5e47c00
+DIST kpmcore-23.04.0.tar.xz 622884 BLAKE2B 
2fe254e753d9a4d865d16b75c9015b5142eddf0ef447ea1793efee2b59a0c7a9b597378b172d2a0a4f6884e568580c40e5708463ee82bbe8763535d5d1800ef2
 SHA512 
5864a9759876489f2c594bf146c1611e97a288f4d75c96f971e7c5fd6bc8e14cfbf4ce609722aae11123f5802e92d6195e869718a2ba8522762e29857536f38f

diff --git a/sys-libs/kpmcore/kpmcore-23.04.0.ebuild 
b/sys-libs/kpmcore/kpmcore-23.04.0.ebuild
new file mode 100644
index 000000000000..4004d01361a3
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-23.04.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+KFMIN=5.104.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 ~loong ~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-0.113.0[qt5(+)]
+"
+RDEPEND="${DEPEND}"

Reply via email to