commit:     0e3f6da4b6b38f2fea0b5992935c12823ea6bdab
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 22:36:00 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 23:18:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3f6da4

kde-plasma/print-manager: drop 5.91.0

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

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

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 2b49ea99c9ea..b51813247e7c 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-23.08.4.tar.xz 289936 BLAKE2B 
904ed56a62f8e91beb7179fac171a1af4d8c6292bc86afe931dd5644ee18e0a883c3e29fc5b37dbd60eeddadb349626abc4c14a5bf2c7d32b78da77a40f063de
 SHA512 
3c527ea57d78492a77252b9c5d22e476ef05531bb154c3bd7d986dcb0bbd87c0811b8e3e354f5da94ed58bdf4d7a119d648b80b2ad8689cabe332fb9265e78d3
-DIST print-manager-5.91.0.tar.xz 327664 BLAKE2B 
12ca6adb082f1a2de6616f86007da2dba4fad377619af47feccf69b82215629a6ed8bbd10a41a3dd8987acc2e73f0712f39a97f9d82b62cc3d4b571a7a4c8851
 SHA512 
0857dd57e93803c5f86ea530d8755a7bc7f1d29c9fc24979768ca5f71dd1e9088bf9daa4668fbbf5abb6057ced3b23d6abaeb6e30990d6bbd92023a44fe921d4
 DIST print-manager-5.92.0.tar.xz 333696 BLAKE2B 
a7875bed092ec3d038d01fb8153f57571c5374ea8b4b1a7654e7f91905755254259b7729c5e4ba8874e166a2f336d581da98a55a0a29d64f1d886e9374558d27
 SHA512 
929dca8934e9b8a450b0f26afac3dbcfff05ddd75edfea78e9d4a3b4a955a784a8544710e4976119ed4fc66524c865ea873525e730316ca4f665a799970f0330

diff --git a/kde-plasma/print-manager/print-manager-5.91.0.ebuild 
b/kde-plasma/print-manager/print-manager-5.91.0.ebuild
deleted file mode 100644
index 1065209d994c..000000000000
--- a/kde-plasma/print-manager/print-manager-5.91.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.247.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.0
-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-libs/kirigami-addons:6
-       >=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