summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-22.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 0a0ec1b2ecb..00000000000
--- a/sys-libs/kpmcore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpmcore-22.04.1.tar.xz 598940 BLAKE2B 3077bf3f5d98414e8e6496c59dd70698027420bc1217f8a5c963ee7b8161e3ab5271fc08a22fd2f42041ad3468e6823a7bd550222c45e2f34fafbeca708f1a28 SHA512 ab9169b22eb7247669140715294ad81689e7ec4152ca32cf198f37a3e8cea99b44f04ff8193bfc6ec1fe51c07d735651979c1085cfb6b78e788a5738323c16f6
diff --git a/sys-libs/kpmcore/kpmcore-22.04.1.ebuild b/sys-libs/kpmcore/kpmcore-22.04.1.ebuild
deleted file mode 100644
index 83d3b36bf65..00000000000
--- a/sys-libs/kpmcore/kpmcore-22.04.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_NONGUI="true"
-KDE_GEAR="true"
-KFMIN=5.92.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}"