commit:     82191d6143db54ff9601b647819b52e82fbe0f22
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 15:23:52 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 15:46:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82191d61

kde-plasma/print-manager: drop 6.0.0

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

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

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index de8f6634c425..da0a66c6392b 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,4 +1,3 @@
 DIST print-manager-23.08.4.tar.xz 289936 BLAKE2B 
904ed56a62f8e91beb7179fac171a1af4d8c6292bc86afe931dd5644ee18e0a883c3e29fc5b37dbd60eeddadb349626abc4c14a5bf2c7d32b78da77a40f063de
 SHA512 
3c527ea57d78492a77252b9c5d22e476ef05531bb154c3bd7d986dcb0bbd87c0811b8e3e354f5da94ed58bdf4d7a119d648b80b2ad8689cabe332fb9265e78d3
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
-DIST print-manager-6.0.0.tar.xz 336560 BLAKE2B 
f4571f515bb5ca46df98442bd7c3bd3ba67f52307b2f3cf20278e935f628c1dc6ff951a93acf984ec6cac685fe07ac0ae673fb1f80ef6e2ddf3425f406c44798
 SHA512 
6cfc3ad718f76a365b98121ce08998cf544b5b04fd06e54587590b90a16585fade9333c63b45db864b1ea6d8173201b14ed78e917474c86142bb995abf5f229a
 DIST print-manager-6.0.1.tar.xz 336508 BLAKE2B 
1a5af317eb414e858437917eb2eca9861f73dc4e441004046ed914954dd72b2842abfe6a110479faba6e616bd2407dcb0eacbec964dbfe1a155ffe41f1770681
 SHA512 
eea3bc66bfd1b3b08092f109a33b829557420265ae92a7358b8bf4402bf3a00667d354f183c4ae935f285041395a6c586e5f478180c866fb46be6128acb62ba6

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