commit:     53461b3ba3638d707a444aa37032c87736dc774d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 17:16:34 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 27 22:23:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53461b3b

kde-plasma/print-manager: drop 6.0.5

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

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

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index aaf4c0bc29f1..cace818e6b8a 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.5.tar.xz 339988 BLAKE2B 
e4a0163d43126625080f2de6c0f4def3d17e0d83a1cd09cdb8301d7d08404ec8941bb1f561a5bcffd5bf1e893b12ee240716542a0a875f4763076613035eae26
 SHA512 
87c8e553a8a288bde40a16cfe191c27d625ef4323e42e0b3f418ca34eddd4a2b9abe77951daa67a4b5a9eb73cdcf7d3abe66f1987d9606d72976b189c5aed6c6
 DIST print-manager-6.0.90.tar.xz 365416 BLAKE2B 
14eb732ef9c23959eab9d3eb14dbc8b6a18500d6ebc5f2f04ad5a04998e252c5a3563dbfba8129e0df4a3c61bd731479123eada9b71ab0fec30aafab836ecebd
 SHA512 
3ac1095dc50a78a139301f3df96df5d58ec933b9489b58dc8b60d9150112299463a446587e7e5655d1a2eb2bb9f6687e3b45297b4e4ef92e62944197fefd1821

diff --git a/kde-plasma/print-manager/print-manager-6.0.5.ebuild 
b/kde-plasma/print-manager/print-manager-6.0.5.ebuild
deleted file mode 100644
index aa99a2858e98..000000000000
--- a/kde-plasma/print-manager/print-manager-6.0.5.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