summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-25.04.2.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 8a6be62d772..00000000000
--- a/sys-libs/kpmcore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpmcore-25.04.2.tar.xz 665488 BLAKE2B b3d313dcaf43405988142432d7fbe0b616daff1af9a44ddb51115c0956f07cfbf2eb02871f495a18998b9c27b673f4cbe615326450f037a47a654b47541733c0 SHA512 61282314db3e1626ec2e8934a1da3ea6f8789eb5b9b71acbf6c37129b99347900d1c40ea677fa9d0e2140dd8aceaa5cc798bdd816c3e1c4d7478d417088b96fe
diff --git a/sys-libs/kpmcore/kpmcore-25.04.2.ebuild b/sys-libs/kpmcore/kpmcore-25.04.2.ebuild
deleted file mode 100644
index 5acdad4c48c..00000000000
--- a/sys-libs/kpmcore/kpmcore-25.04.2.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"