aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-12-09 12:34:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-12-09 12:34:20 +0100
commit443d8b4bf6aea6953526ff8ac097530dbd645b26 (patch)
tree6603e4adb3ae3c1cbff79242dd7b72cd38b5657f
parentsys-block/partitionmanager: drop 21.12.0* (diff)
downloadkde-443d8b4bf6aea6953526ff8ac097530dbd645b26.tar.gz
kde-443d8b4bf6aea6953526ff8ac097530dbd645b26.tar.bz2
kde-443d8b4bf6aea6953526ff8ac097530dbd645b26.zip
sys-libs/kpmcore: drop 21.12.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-21.12.0.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 15afc90f13..0000000000
--- a/sys-libs/kpmcore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpmcore-21.12.0.tar.xz 594228 BLAKE2B 51276e449367a9bfe219d792994eb9a3d0f149276fccb2915d09f07ab52c035d3559f963334bf7a37b075060df3d62e2bfa64cd3d80d9e278a2f7c9d30d6bec7 SHA512 107fafb12544a2a109bbdf02635dc65e98b90d049b265837bb276365a2c9d7c6b4d9898dc88b6dc138120a5068ef3904cc0c16d763669cf5bad4ea6ef6338cac
diff --git a/sys-libs/kpmcore/kpmcore-21.12.0.ebuild b/sys-libs/kpmcore/kpmcore-21.12.0.ebuild
deleted file mode 100644
index 9cf2587af6..0000000000
--- a/sys-libs/kpmcore/kpmcore-21.12.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_NONGUI="true"
-KDE_GEAR="true"
-KFMIN=5.88.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Library for managing partitions"
-HOMEPAGE="https://apps.kde.org/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}"