aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-08 13:43:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-06-08 13:43:10 +0200
commit6ce36e4f6ce576b2ee6eaa09b279ef33fe16a894 (patch)
tree4a1d89a5abf19e2774ba55a01c621f97805c3a45 /sys-libs
parentsys-block/partitionmanager: drop 23.04.2 (diff)
downloadkde-6ce36e4f6ce576b2ee6eaa09b279ef33fe16a894.tar.gz
kde-6ce36e4f6ce576b2ee6eaa09b279ef33fe16a894.tar.bz2
kde-6ce36e4f6ce576b2ee6eaa09b279ef33fe16a894.zip
sys-libs/kpmcore: drop 23.04.2
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-23.04.2.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 46ad29dc85..0000000000
--- a/sys-libs/kpmcore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpmcore-23.04.2.tar.xz 622840 BLAKE2B 3081f6c340d68d8b7ca6edc18f1324c60ca92556940bcd2dec9f25b9592a02c68d74c3551385199147897e3981f63e17f580b0f87b8f2256bf077349b8f129ea SHA512 b513785bd5909426c0268aaa770cb249f7e2075c1aab3ab6ac8b522dd1cc2de67436078d991db9c7265bf297436ea1ef8570bdde12c96c7208be2295f5b46e60
diff --git a/sys-libs/kpmcore/kpmcore-23.04.2.ebuild b/sys-libs/kpmcore/kpmcore-23.04.2.ebuild
deleted file mode 100644
index f0a6e5634c..0000000000
--- a/sys-libs/kpmcore/kpmcore-23.04.2.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.106.0
-QTMIN=5.15.9
-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}"