aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-25 10:49:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-25 10:49:46 +0200
commit216aafaf8951353ebe0eff107b933d36e042f696 (patch)
tree53103cc561c49aaa5e6b86742a81b7542ca2a6a5 /sys-libs
parentsys-block/partitionmanager: drop 23.08.0 (diff)
downloadkde-216aafaf8951353ebe0eff107b933d36e042f696.tar.gz
kde-216aafaf8951353ebe0eff107b933d36e042f696.tar.bz2
kde-216aafaf8951353ebe0eff107b933d36e042f696.zip
sys-libs/kpmcore: drop 23.08.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-23.08.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 ef27fcb8bf..0000000000
--- a/sys-libs/kpmcore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpmcore-23.08.0.tar.xz 623392 BLAKE2B d75f48cfb37362f727d62b9ad9dff4bd16abdd59778a4bc0d2082a07afef7698fe769ff95e26490bf055c257eecf6efa416ef0feaed7f87d205c2cd42e65a0a3 SHA512 30071bafd03752fbe5d18e67fc633ade55a916b2433455ccc83d3f5b7213dfba8d1528ca7f8521a81004d068032a3d9e60e812c185c371b5e0d1f8a44387c998
diff --git a/sys-libs/kpmcore/kpmcore-23.08.0.ebuild b/sys-libs/kpmcore/kpmcore-23.08.0.ebuild
deleted file mode 100644
index f0a6e5634c..0000000000
--- a/sys-libs/kpmcore/kpmcore-23.08.0.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}"