commit: 1fbde40e0941493593af8492d318afad630c4d2a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 3 18:17:27 2026 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 3 19:04:21 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fbde40e
kde-plasma/print-manager: drop 6.6.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/print-manager/Manifest | 1 -
.../print-manager/print-manager-6.6.1.ebuild | 66 ----------------------
2 files changed, 67 deletions(-)
diff --git a/kde-plasma/print-manager/Manifest
b/kde-plasma/print-manager/Manifest
index eb5a83459116..38db422b5b7a 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.1.tar.xz 383948 BLAKE2B
b02ab8bcb43e6ecc5cb8e9a2444c3957733a7d1f77f9d714318131dce68399a22265d4d6210213422a8f00fe1e0c5a5b8bac7504481230d457c84702aa924aef
SHA512
ba95146f5a590cbbbb367dcce4f7c7031123ab6c1fae33ebfca1806ddec04bb2efaf5c48ad3bcd91cee7c3cf8c2c354a0e222e9590a69cdeea08dd79b7522843
DIST print-manager-6.6.2.tar.xz 384412 BLAKE2B
9c44f743001d9de58e66dd4f98a87ced6a9e7ac26d90d962685f433ce3646dbe552b013fb960f6cf382ea1819a526fb2b0df27707a05e56d74fd0988a2ff56a6
SHA512
6b8946c0593bbcf9f4d51c33f95578411613fc6f1a3af71df5f78ffd6961ebc5d25d01d0cc37d2bc4f6d47b23e0dda953939244751aff97156d8f0549dcea861
diff --git a/kde-plasma/print-manager/print-manager-6.6.1.ebuild
b/kde-plasma/print-manager/print-manager-6.6.1.ebuild
deleted file mode 100644
index 301f2c9def48..000000000000
--- a/kde-plasma/print-manager/print-manager-6.6.1.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
-}