aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-12 14:24:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-12 23:58:25 +0200
commit0274880d668a02a51f2032c84d2acd1571a3bae7 (patch)
tree2a8664fcb0111ed05099f74f419c23b37e8c8458 /sys-libs
parentsys-block/partitionmanager: drop 23.08.2 (diff)
downloadkde-0274880d668a02a51f2032c84d2acd1571a3bae7.tar.gz
kde-0274880d668a02a51f2032c84d2acd1571a3bae7.tar.bz2
kde-0274880d668a02a51f2032c84d2acd1571a3bae7.zip
sys-libs/kpmcore: drop 23.08.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.08.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 7224eb60aa..0000000000
--- a/sys-libs/kpmcore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpmcore-23.08.2.tar.xz 623436 BLAKE2B 5dde6931a243d8e908b16fd210625b39fa6039fed0ec4221ea73c355c23c41ee177ed8a79475344e495ea6df766edcdaa9b30999e00682f3403fc3777e2ce600 SHA512 c41121ac5dad9ccf3b736be481a83f61fcca52aa8fdea7845fe66e3dbb69c6ad98e6341a5b7c2f5f2765930d52c5cc1668fa3ecd9fbc6cbaad5491be62d066ad
diff --git a/sys-libs/kpmcore/kpmcore-23.08.2.ebuild b/sys-libs/kpmcore/kpmcore-23.08.2.ebuild
deleted file mode 100644
index f0a6e5634c..0000000000
--- a/sys-libs/kpmcore/kpmcore-23.08.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}"