aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-13 16:26:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-13 16:38:10 +0200
commit0534d83ac7b7c02c141dee0fca731dfc11e1371c (patch)
treeb1a08ffe3d19c5c5c944334760a3420d56d8b503 /sys-libs/kpmcore
parentsys-block/partitionmanager: drop 21.04.1* (diff)
downloadkde-0534d83ac7b7c02c141dee0fca731dfc11e1371c.tar.gz
kde-0534d83ac7b7c02c141dee0fca731dfc11e1371c.tar.bz2
kde-0534d83ac7b7c02c141dee0fca731dfc11e1371c.zip
sys-libs/kpmcore: drop 21.04.1*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/kpmcore')
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-21.04.1.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
deleted file mode 100644
index 1feef90af6..0000000000
--- a/sys-libs/kpmcore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpmcore-21.04.1.tar.xz 586056 BLAKE2B 1d80fb3ea54853537ccf58297237b94ddbd5dc5889afb18013f1774f448e31c365f7d77a6955b1962427037eaa1a95aafb5d460e622833e1b011683aba993db0 SHA512 7b55399f2a923c61eb381f691c95c32751cde0666bf84d270cad3bbbabc39392e754ed77be0bd4996e365b95a5383b8f8ca20bd6f7ab856153b3d3d7b03088fb
diff --git a/sys-libs/kpmcore/kpmcore-21.04.1.ebuild b/sys-libs/kpmcore/kpmcore-21.04.1.ebuild
deleted file mode 100644
index 4bc7e9da2d..0000000000
--- a/sys-libs/kpmcore/kpmcore-21.04.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_NONGUI="true"
-KDE_GEAR="true"
-KFMIN=5.80.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Library for managing partitions"
-HOMEPAGE="https://apps.kde.org/en/partitionmanager"
-
-LICENSE="GPL-3"
-SLOT="5/10"
-KEYWORDS="~amd64 ~arm ~arm64 ~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
-"
-RDEPEND="${DEPEND}"