aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-27 10:40:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-27 12:29:27 +0100
commitbd64d8e878447804ccbb9bdb36052ff9e37bffc0 (patch)
tree77a4f6711e73679d4436213f55be8dea21b1d656 /sys-libs
parentsys-block/partitionmanager: drop 20.11.80* (diff)
downloadkde-bd64d8e878447804ccbb9bdb36052ff9e37bffc0.tar.gz
kde-bd64d8e878447804ccbb9bdb36052ff9e37bffc0.tar.bz2
kde-bd64d8e878447804ccbb9bdb36052ff9e37bffc0.zip
sys-libs/kpmcore: drop 20.11.80*
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-20.11.80.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
index 6a1089b003..a83ef839de 100644
--- a/sys-libs/kpmcore/Manifest
+++ b/sys-libs/kpmcore/Manifest
@@ -1,2 +1 @@
-DIST kpmcore-20.11.80.tar.xz 583888 BLAKE2B f1c6c96ffb9d82aaf6b2990430d555277c15baa6671eb020b77462f4cf44ddf28aef253bbecf324482abe7a0f23f5a15e7d3b42702ed22ec1edb469b170ebb93 SHA512 6a89490f679b77a086d2f178259aa963b9638b2b981940726b32a059ff99c0611bb365532273cc602ea70fe6f30e8a6b019ccaec3e5a4e4b0a5647c5b646d6ae
DIST kpmcore-20.11.90.tar.xz 583940 BLAKE2B 1e962682b19008fef836c250c175a5c6111655c822f9da5b01ed06d8709e0f0addff1afb2e2441dc5c9ba4729432d81e26bedc3c260846b7e5b9a1b0a646fe7f SHA512 943f3c52e97ea7712b214d22f6f9d8bcd60c99585d5e3db852ff87699648e3d8769492bd69eac5c5460175d1292680974da21c6a41b8920329b8c3ae045d2c6a
diff --git a/sys-libs/kpmcore/kpmcore-20.11.80.ebuild b/sys-libs/kpmcore/kpmcore-20.11.80.ebuild
deleted file mode 100644
index 1242ae8144..0000000000
--- a/sys-libs/kpmcore/kpmcore-20.11.80.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_NONGUI="true"
-KDE_RELEASE_SERVICE="true"
-KFMIN=5.74.0
-QTMIN=5.15.1
-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=""
-
-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}"
-
-# bug 689468, tests need polkit etc.
-RESTRICT+=" test"