summaryrefslogtreecommitdiff
path: root/sys-libs/kpmcore
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-05-08 20:48:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-05-08 20:48:16 +0200
commita8b6f5c8c0c43457bf1d850b2495bdb8c4652656 (patch)
treebc5f6a910e0fa25f78082308556f330749ad969b /sys-libs/kpmcore
parent54cb3425aa67308ebad3791c886f44a4cb553f24 (diff)
downloadkde-a8b6f5c8c0c43457bf1d850b2495bdb8c4652656.tar.gz
kde-a8b6f5c8c0c43457bf1d850b2495bdb8c4652656.tar.bz2
kde-a8b6f5c8c0c43457bf1d850b2495bdb8c4652656.zip
sys-libs/kpmcore: drop 25.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/kpmcore')
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-25.04.1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
deleted file mode 100644
index ec96abb685a..00000000000
--- a/sys-libs/kpmcore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpmcore-25.04.1.tar.xz 670356 BLAKE2B 2c835a4407102d06b22bda7e9f0c073c4a145c93c622506e864875bf175f8de837d0f5fd6b62e695a22696d59ee1058f4aa8d9ce61729bf8d3a65fc74e4a0f90 SHA512 01fb21127014263ea1d0e3a7ab846ed39c46cf4eee5b62e146ac65022df15d460124acef471be18515f805c742b36c39ee8e107ce6d321dea36a5e30b100af36
diff --git a/sys-libs/kpmcore/kpmcore-25.04.1.ebuild b/sys-libs/kpmcore/kpmcore-25.04.1.ebuild
deleted file mode 100644
index 5acdad4c48c..00000000000
--- a/sys-libs/kpmcore/kpmcore-25.04.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_NONGUI="true"
-KFMIN=6.13.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"