commit: 920e9719326e78360053a64c9fc368c897d3dca3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 24 19:44:56 2026 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 24 20:45:48 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920e9719
kde-plasma/print-manager: drop 6.6.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/print-manager/Manifest | 1 -
.../print-manager/print-manager-6.6.0.ebuild | 66 ----------------------
2 files changed, 67 deletions(-)
diff --git a/kde-plasma/print-manager/Manifest
b/kde-plasma/print-manager/Manifest
index dfb1519cd39a..bcac3ab23bfe 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
DIST print-manager-6.5.5.tar.xz 381168 BLAKE2B
e13be558ba359c1da223fe7dc34148f385df5b2f7743167fce715f937026bb889812921a22aa2da5cc91a3ba9c2d9ff9f3c5c9ea54cc92c69e01e1442cfbe53e
SHA512
9809dcaba12b120cf307377fca578f4c1f7ea624773dd80bcd315d4b8bdedfe72c423526bc553196394a216e917f13971701dec9be4948eb90045dbd802aec07
-DIST print-manager-6.6.0.tar.xz 384596 BLAKE2B
34c4f7063d6d508a2ce414b83306be307863400ffd352e43f7f588776cd599cb49b042b8ad8e0b4a8482bbb3741d979a8e0c3ec057715d8b2d6408fa6cdb10da
SHA512
934825ea6e5b673385682b055f8b84cf5468b59fc9f6b9343ae45630c7af52e5a4d7b0ba3f04426ae4078d367a6c3f27884c9ea57ddbf7ebf5eb6c7c5f2cdede
DIST print-manager-6.6.1.tar.xz 383948 BLAKE2B
b02ab8bcb43e6ecc5cb8e9a2444c3957733a7d1f77f9d714318131dce68399a22265d4d6210213422a8f00fe1e0c5a5b8bac7504481230d457c84702aa924aef
SHA512
ba95146f5a590cbbbb367dcce4f7c7031123ab6c1fae33ebfca1806ddec04bb2efaf5c48ad3bcd91cee7c3cf8c2c354a0e222e9590a69cdeea08dd79b7522843
diff --git a/kde-plasma/print-manager/print-manager-6.6.0.ebuild
b/kde-plasma/print-manager/print-manager-6.6.0.ebuild
deleted file mode 100644
index 301f2c9def48..000000000000
--- a/kde-plasma/print-manager/print-manager-6.6.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.22.0
-QTMIN=6.10.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-6.22.1: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
-}