commit:     17ab09794532fdc007490a79f0dc99286ee4dd7f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 18:28:12 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 21 19:05:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ab0979

kde-plasma/print-manager: drop 6.0.4

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/print-manager/Manifest                  |  1 -
 .../print-manager/print-manager-6.0.4.ebuild       | 61 ----------------------
 2 files changed, 62 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index c3d2f32c061b..810227f86534 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
-DIST print-manager-6.0.4.tar.xz 340020 BLAKE2B 
56da7b890033255f4ac5bf3943c2bce844355fd422e39fd7adfb8d115bb3b0ca99bb8edb1facbe3b76d953a6d35405037e00e2fd667cac7f1a16d82fef7f5577
 SHA512 
fd1d5e1c1cb26838e0b5b98ade3f703425caa6a86b6184af508df4adeaa2521980546a20362e0f2f55d6e968b1f7c24c663a3e0754403977d457860f86885855
 DIST print-manager-6.0.5.tar.xz 339988 BLAKE2B 
e4a0163d43126625080f2de6c0f4def3d17e0d83a1cd09cdb8301d7d08404ec8941bb1f561a5bcffd5bf1e893b12ee240716542a0a875f4763076613035eae26
 SHA512 
87c8e553a8a288bde40a16cfe191c27d625ef4323e42e0b3f418ca34eddd4a2b9abe77951daa67a4b5a9eb73cdcf7d3abe66f1987d9606d72976b189c5aed6c6

diff --git a/kde-plasma/print-manager/print-manager-6.0.4.ebuild 
b/kde-plasma/print-manager/print-manager-6.0.4.ebuild
deleted file mode 100644
index aa99a2858e98..000000000000
--- a/kde-plasma/print-manager/print-manager-6.0.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-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/kiconthemes-${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-${PVCUT}:6
-       net-print/cups
-"
-RDEPEND="${DEPEND}
-       !<kde-plasma/print-manager-23.08.5-r100:5
-       >=kde-frameworks/kdeclarative-${KFMIN}:6
-       kde-plasma/kde-cli-tools:*
-       gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-pkg_postinst() {
-       ecm_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
-}

Reply via email to