commit: c0635e9de44fc26fda35365cb6f58a5b64aca63a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 28 20:15:41 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 28 20:48:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0635e9d
kde-plasma/print-manager: drop 6.4.5
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/print-manager/Manifest | 1 -
.../print-manager/print-manager-6.4.5.ebuild | 66 ----------------------
2 files changed, 67 deletions(-)
diff --git a/kde-plasma/print-manager/Manifest
b/kde-plasma/print-manager/Manifest
index 7e8ae1e696ad..b368b9c83d4d 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,2 +1 @@
-DIST print-manager-6.4.5.tar.xz 371344 BLAKE2B
138d16a35341e9c3883137fe6d3993f39da87f6ba021f337a50faf48ddd7d35942d7092ed2dd60ffab62f2b3d85b9992cb9887d24e2a8d31883afa7bbc2f66a4
SHA512
127ceb034f579a423af0e3afae5a6251fa0820744ca61b3416f9a1c1f5f4b52e8a55f0e17cc227eb23fb943118cab30f56148bcf75954968e9f212510a43224d
DIST print-manager-6.5.4.tar.xz 380732 BLAKE2B
46f8af194e93a3d9dc7e16911bc931af65c2b4ccc40a80ad7199ecbe1bd4d48de8369cc5ac7961505d19f09b3d38814cf8f74f1c410729b1d5fa1f89714ae96d
SHA512
71d290f2084cb5c8116cd72005afd6faeff922147e582483947e151856a0a522ad37b2d1eda93bde31192ded17d4676b4a012d5ae6cadbf2b682e92fd7b1333b
diff --git a/kde-plasma/print-manager/print-manager-6.4.5.ebuild
b/kde-plasma/print-manager/print-manager-6.4.5.ebuild
deleted file mode 100644
index f3b1d13f98ff..000000000000
--- a/kde-plasma/print-manager/print-manager-6.4.5.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.16.0
-QTMIN=6.8.1
-inherit ecm plasma.kde.org xdg
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+gtk"
-
-DEPEND="
- >=dev-qt/qt5compat-${QTMIN}:6
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kwindowsystem-${KFMIN}:6
- >=kde-plasma/libplasma-${KDE_CATV}:6
- >=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
- !<kde-plasma/print-manager-23.08.5-r100:5
- >=kde-frameworks/kdeclarative-${KFMIN}:6
- gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
- )
-
- ecm_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
- ewarn "By switching off \"gtk\" USE flag, you have chosen to do
without"
- ewarn "an important, though optional, runtime dependency:"
- ewarn
- ewarn "app-admin/system-config-printer"
- ewarn
- ewarn "${PN} will work nevertheless, but is going to be less
comfortable"
- ewarn "and will show the following error status during runtime:"
- ewarn
- ewarn "\"Failed to group devices: 'The name
org.fedoraproject.Config.Printing"
- ewarn "was not provided by any .service files'\""
- fi
-}