aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 19:22:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 19:22:50 +0200
commit2c20f7478bf382f610de45cb40a9d233c2b03c38 (patch)
treec11ddd1471d0a678de47394605a3e71bb663b525 /sys-libs
parentsys-block/partitionmanager: drop 24.05.1 (diff)
downloadkde-2c20f7478bf382f610de45cb40a9d233c2b03c38.tar.gz
kde-2c20f7478bf382f610de45cb40a9d233c2b03c38.tar.bz2
kde-2c20f7478bf382f610de45cb40a9d233c2b03c38.zip
sys-libs/kpmcore: drop 24.05.1
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-24.05.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 9f98f675b2..0000000000
--- a/sys-libs/kpmcore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpmcore-24.05.1.tar.xz 638048 BLAKE2B 5564981d1e00becfb0ecea8cd61ae9717a56d3c9724971f6d405213de22bac12fab3f15e0d54083b2759536e7fb96555cfc0a6dc99ecb250a15ec4d8b8fa66b0 SHA512 6d47ba557fc72e7efbb068d0e036551918af8e209dca9d091d2a5d095fcf2434f90b271083bc8776d61ca65b77b676ffdb572c3459185990d516b3ab818510ca
diff --git a/sys-libs/kpmcore/kpmcore-24.05.1.ebuild b/sys-libs/kpmcore/kpmcore-24.05.1.ebuild
deleted file mode 100644
index c54698956c..0000000000
--- a/sys-libs/kpmcore/kpmcore-24.05.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_NONGUI="true"
-KFMIN=6.3.0
-QTMIN=6.6.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"
-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"