summaryrefslogtreecommitdiff
path: root/kde-plasma/print-manager
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 23:32:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 23:59:28 +0100
commitc45368ba73d296b87727bec188a55d004b46a9da (patch)
tree4690c3d8ab4742eda67f8b7f60374f308d2d08df /kde-plasma/print-manager
parente460af47a05cca5cb4c8ab77d435d046a97cdc5a (diff)
downloadkde-c45368ba73d296b87727bec188a55d004b46a9da.tar.gz
kde-c45368ba73d296b87727bec188a55d004b46a9da.tar.bz2
kde-c45368ba73d296b87727bec188a55d004b46a9da.zip
kde-plasma/print-manager: drop 5.92.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/print-manager')
-rw-r--r--kde-plasma/print-manager/Manifest1
-rw-r--r--kde-plasma/print-manager/print-manager-5.92.0.ebuild62
2 files changed, 0 insertions, 63 deletions
diff --git a/kde-plasma/print-manager/Manifest b/kde-plasma/print-manager/Manifest
deleted file mode 100644
index 75cbfb72148..00000000000
--- a/kde-plasma/print-manager/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST print-manager-5.92.0.tar.xz 333696 BLAKE2B a7875bed092ec3d038d01fb8153f57571c5374ea8b4b1a7654e7f91905755254259b7729c5e4ba8874e166a2f336d581da98a55a0a29d64f1d886e9374558d27 SHA512 929dca8934e9b8a450b0f26afac3dbcfff05ddd75edfea78e9d4a3b4a955a784a8544710e4976119ed4fc66524c865ea873525e730316ca4f665a799970f0330
diff --git a/kde-plasma/print-manager/print-manager-5.92.0.ebuild b/kde-plasma/print-manager/print-manager-5.92.0.ebuild
deleted file mode 100644
index 2becba9692a..00000000000
--- a/kde-plasma/print-manager/print-manager-5.92.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.248.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
-}