repo/gentoo:master commit in: kde-plasma/print-manager/

"Andreas Sturmlechner" <[email protected]>
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1786040488.50bad81927300685bc704785737c97cb0f156ded.asturm@gentoo>
commit:     50bad81927300685bc704785737c97cb0f156ded
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 17:20:17 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 18:21:28 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50bad819

kde-plasma/print-manager: drop 6.7.3

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

 kde-plasma/print-manager/Manifest                  |  1 -
 .../print-manager/print-manager-6.7.3.ebuild       | 72 ----------------------
 2 files changed, 73 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest b/kde-plasma/print-manager/Manifest
index 3e5ee77cf712..435658d318a4 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-6.6.6.tar.xz 386360 BLAKE2B a08174c8c29736d537dc6c5ed890549f11d338acab077fd0a74c2d9a7d9e8133aeaa9d4a350ddb76434450a97e15934cfd5e79c67ac51b45b9bb7569c58442f7 SHA512 d8dd2d10c4dcae5cda8d919741dd4e227a6c9e1f5bbd50292bf5454ac9b3498a5c9de0a0f34d31842bb7416d8bad91a086bc698a93f23dab8ecd10f88f91619c
-DIST print-manager-6.7.3.tar.xz 404620 BLAKE2B f637978fa0ee8bba8507e4ec6d618278ada9c40c13b0de37fdb23f743663274cab4c84aa51e0d1c2962b531ad8e003a18c542803bc6b3b0856fe28575562a5f6 SHA512 3c1fc4b75a3722b4aede4d86f77d41b5155be00ac41eaab6c7150cf2f6ec94a6190b797dc2b13236f8779c4a88298542318990e1a307e08900f6059c510d80a2
 DIST print-manager-6.7.4.tar.xz 404708 BLAKE2B a23960421c624d1bb4d552ecd88a6beb214349b722474bd08a98a814980a128a2284bf34351947af488767d178459eab7128cc9d70ef89a917990cf623f95bf4 SHA512 9c6a39d2ec04d6f8239f7c45fd403a57387882a47c3eea60256dbcbe06c6cdbde2613fde879312d3bdcc211d6762c805ef9dc067a0d9cceed0cbd0724f6639ce

diff --git a/kde-plasma/print-manager/print-manager-6.7.3.ebuild b/kde-plasma/print-manager/print-manager-6.7.3.ebuild
deleted file mode 100644
index f8a6cf630ad0..000000000000
--- a/kde-plasma/print-manager/print-manager-6.7.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.26.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 ~ppc64 ~riscv ~x86"
-IUSE="+gtk test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	>=dev-libs/kirigami-addons-1.10.0: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/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-${KDE_CATV}:6=
-	>=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
-	!<kde-plasma/print-manager-23.08.5-r100:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	gtk? ( app-admin/system-config-printer )
-"
-DEPEND+=" test? ( >=kde-frameworks/kitemmodels-${KFMIN}:6 )"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
-		-DBUILD_WITH_CUPS3=OFF # TODO: not yet 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
-}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.