diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-23 12:56:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-23 15:59:08 +0100 |
commit | 1480b5266f1450be5fe4bb9d6526a2739be251d6 (patch) | |
tree | 54f0ce02a2568cffe6d64cb164828b365449a3df /sys-libs/kpmcore | |
parent | sys-libs/kpmcore: Fix seek error when shredding partition (diff) | |
download | gentoo-1480b5266f1450be5fe4bb9d6526a2739be251d6.tar.gz gentoo-1480b5266f1450be5fe4bb9d6526a2739be251d6.tar.bz2 gentoo-1480b5266f1450be5fe4bb9d6526a2739be251d6.zip |
sys-libs/kpmcore: Drop 21.08.3 (r0)
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/kpmcore')
-rw-r--r-- | sys-libs/kpmcore/kpmcore-21.08.3.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sys-libs/kpmcore/kpmcore-21.08.3.ebuild b/sys-libs/kpmcore/kpmcore-21.08.3.ebuild deleted file mode 100644 index ba39ac6ae27c..000000000000 --- a/sys-libs/kpmcore/kpmcore-21.08.3.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.84.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}" |