summaryrefslogtreecommitdiff
path: root/sys-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-05 20:25:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-05 20:29:57 +0200
commit29b7d7685f09c6520e4b2b74d0d1be123a4a509a (patch)
treea20e1de393d4c5433a0a3c6d077391b84e693675 /sys-libs
parent18668c801493765b781eb74e9d10e4bd60bf3a17 (diff)
downloadkde-29b7d7685f09c6520e4b2b74d0d1be123a4a509a.tar.gz
kde-29b7d7685f09c6520e4b2b74d0d1be123a4a509a.tar.bz2
kde-29b7d7685f09c6520e4b2b74d0d1be123a4a509a.zip
sys-libs/kpmcore: drop 25.04.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-25.04.3.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 a36d49b9135..00000000000
--- a/sys-libs/kpmcore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpmcore-25.04.3.tar.xz 665512 BLAKE2B 888b5ce949e73618cea8b53a134b8cd86f80d837e1e2d3cc1ee9e6f508a38d035cd2afe0d17ffac1def528ca091882298311464e3c5d7faa6aa5e5c2a9739b05 SHA512 4ac7c507da6d33709d8822bd7fb8412b2af2b54d33798a47136dbb92286553e66f3bd8a2aa548a42247bae20874350837fa17fed156882a2a9ccf60cd4864950
diff --git a/sys-libs/kpmcore/kpmcore-25.04.3.ebuild b/sys-libs/kpmcore/kpmcore-25.04.3.ebuild
deleted file mode 100644
index 5acdad4c48c..00000000000
--- a/sys-libs/kpmcore/kpmcore-25.04.3.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"