summaryrefslogtreecommitdiff
path: root/sys-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-09 22:09:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-09 22:09:17 +0100
commitf7b84777c2494f557aac8c56cff0002648695cb0 (patch)
tree3e07ff34ae667318af82f9b64e518abed5204bdc /sys-libs
parent106fc4eb405a095fde2361429f8a7228136e8916 (diff)
downloadkde-f7b84777c2494f557aac8c56cff0002648695cb0.tar.gz
kde-f7b84777c2494f557aac8c56cff0002648695cb0.tar.bz2
kde-f7b84777c2494f557aac8c56cff0002648695cb0.zip
sys-libs/kpmcore: drop 22.12.0
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-22.12.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
deleted file mode 100644
index 6ec31ccc36d..00000000000
--- a/sys-libs/kpmcore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpmcore-22.12.0.tar.xz 616900 BLAKE2B 0a52767c22bcc93fc7599c7bb28c8a0fd2e29b85887ec50fe70a87935e8da22efdd3abedf9ba525106ec54c706143b02e59d375f07583d1f38cb77f37ecda42c SHA512 3671065ee530f13ebb76d25db5cba1cd62f89df847a070d994a3070412d9cd23ae4bf8befe249f5437b925c901e851ce97202c91ce59172a6fb4770841c26c0f
diff --git a/sys-libs/kpmcore/kpmcore-22.12.0.ebuild b/sys-libs/kpmcore/kpmcore-22.12.0.ebuild
deleted file mode 100644
index 0db24d46ff4..00000000000
--- a/sys-libs/kpmcore/kpmcore-22.12.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_NONGUI="true"
-KFMIN=5.99.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}"