diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-09 14:31:42 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-09 14:31:42 +0100 |
commit | fed196ac92510b36a6efdfb8ab8b4783a9f757c6 (patch) | |
tree | a9e030e2ffa78c63cfdc7ee973fa37ae0c490634 /sys-libs | |
parent | sys-block/partitionmanager: drop 23.08.3 (diff) | |
download | kde-fed196ac92510b36a6efdfb8ab8b4783a9f757c6.tar.gz kde-fed196ac92510b36a6efdfb8ab8b4783a9f757c6.tar.bz2 kde-fed196ac92510b36a6efdfb8ab8b4783a9f757c6.zip |
sys-libs/kpmcore: drop 23.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/kpmcore/Manifest | 1 | ||||
-rw-r--r-- | sys-libs/kpmcore/kpmcore-23.08.3.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest deleted file mode 100644 index c5a31b0eb2..0000000000 --- a/sys-libs/kpmcore/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kpmcore-23.08.3.tar.xz 623488 BLAKE2B 4bfc4281290d02c55a7a593a6bba7f45e45c32a9cfe76315e5e75ba50d9aa16079211bb2798e11ae02ea34d9090cfd08336229daf6f107057c13635aeb2bb746 SHA512 831325f17ee281bf41b11c1b97329a6cd67206afefd8560aa755807f957797fd1e16da3d5bcf4f1e80683d64b49f72a738e393ae615ec0acc29c3d7025d44493 diff --git a/sys-libs/kpmcore/kpmcore-23.08.3.ebuild b/sys-libs/kpmcore/kpmcore-23.08.3.ebuild deleted file mode 100644 index f0a6e5634c..0000000000 --- a/sys-libs/kpmcore/kpmcore-23.08.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_NONGUI="true" -KFMIN=5.106.0 -QTMIN=5.15.9 -inherit ecm gear.kde.org - -DESCRIPTION="Library for managing partitions" -HOMEPAGE="https://apps.kde.org/partitionmanager/" - -LICENSE="GPL-3" -SLOT="5/10" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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-0.113.0[qt5(+)] -" -RDEPEND="${DEPEND}" |