aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-06 15:19:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-06 15:19:51 +0100
commit46c58905a2b51ecc5fc7fb0253f78824b60c14c4 (patch)
treeeefc06adb50904795d602d8741a812c227f64109 /sys-libs
parentsys-block/partitionmanager: drop 22.12.1 (diff)
downloadkde-46c58905a2b51ecc5fc7fb0253f78824b60c14c4.tar.gz
kde-46c58905a2b51ecc5fc7fb0253f78824b60c14c4.tar.bz2
kde-46c58905a2b51ecc5fc7fb0253f78824b60c14c4.zip
sys-libs/kpmcore: drop 22.12.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-22.12.1.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 c5c3d967d6..0000000000
--- a/sys-libs/kpmcore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpmcore-22.12.1.tar.xz 616844 BLAKE2B 78012be540f86ced977e0255464c811eefd1f5fbea05d239faa2ea4aeefa4bd56ec0496f881cc219f4d50e0fc419b6894a66b229e46d38871006eae0ed5923b8 SHA512 26732b4e513c3ae29a99339e566d11edd01b117e6123c839c3923c703b03c0ceb181977ffa166b491ebd70f54b9070b2f46c37a8fc3077ff4f7465f56ff248ed
diff --git a/sys-libs/kpmcore/kpmcore-22.12.1.ebuild b/sys-libs/kpmcore/kpmcore-22.12.1.ebuild
deleted file mode 100644
index eba371c469..0000000000
--- a/sys-libs/kpmcore/kpmcore-22.12.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_NONGUI="true"
-KFMIN=5.101.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}"