Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/print-manager/
Date: Thu, 07 Oct 2021 20:00:52
Message-Id: 1633636820.83b97b636d904b5d6533b4c66b9b689d66057e8e.asturm@gentoo
1 commit: 83b97b636d904b5d6533b4c66b9b689d66057e8e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 19:03:32 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 20:00:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b97b63
7
8 kde-apps/print-manager: drop 21.08.1*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-apps/print-manager/Manifest | 1 -
13 .../print-manager/print-manager-21.08.1.ebuild | 62 ----------------------
14 2 files changed, 63 deletions(-)
15
16 diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest
17 index 45498e2036b..f7551a3be0f 100644
18 --- a/kde-apps/print-manager/Manifest
19 +++ b/kde-apps/print-manager/Manifest
20 @@ -1,3 +1,2 @@
21 DIST print-manager-21.04.3.tar.xz 263964 BLAKE2B 9e2646b618bd4b64d811ae920880414ca11b78dcdd74a815194499929d453649bc08d0a9b3043d472cedeef10ff66acdd64f63e499c6d68ced24cfda4abcc898 SHA512 6ee679f46301213dcccc15212f78c23aff173d9fab2f26a492cc7e07e95c5f1fa98a2feea5a42d3f0460ac3b7ce8147f5624cdc36c4def74f15dd2b924f9412b
22 -DIST print-manager-21.08.1.tar.xz 270196 BLAKE2B f0e50f9a9ccc805053772f196943b50bd5a3391b0ff357c7b9b7146ad9214d15ef57b2c99789e9e7b422915e3d9a333ea3a030baa7fc8ca4fd26d46b18c96d30 SHA512 bb4525edfa878561b69c0c4ec30a245ca691e73e2839e0687207efc8f52fa55631eb9a5cdaeb0bed91753cd57ea1e3a562eebfdad9ada336c7536350d2e0168d
23 DIST print-manager-21.08.2.tar.xz 270352 BLAKE2B a1059e28212826740a5813c650c2028951d0307bbae8213d7bd0693c78af300d44bcff842346e2acce62b94f23d54c49b7b1fb77dfeb8f54b3b02245d9e8ec99 SHA512 a3b5ec03e99990cdab44d0b41715fa3c5ba8ed16f3e83f557448774dcadc5d0ddce794b77685aa8a51a20a8d1c6fcfaca0a07277aa0fd92594cf0b9d628c28af
24
25 diff --git a/kde-apps/print-manager/print-manager-21.08.1.ebuild b/kde-apps/print-manager/print-manager-21.08.1.ebuild
26 deleted file mode 100644
27 index b08f0dd9dca..00000000000
28 --- a/kde-apps/print-manager/print-manager-21.08.1.ebuild
29 +++ /dev/null
30 @@ -1,62 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -KFMIN=5.84.0
37 -PLASMA_MINIMAL=5.16.5
38 -QTMIN=5.15.2
39 -inherit ecm kde.org
40 -
41 -DESCRIPTION="Manage print jobs and printers in Plasma"
42 -
43 -LICENSE="GPL-2" # TODO: CHECK
44 -SLOT="5"
45 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
46 -IUSE="+gtk"
47 -
48 -DEPEND="
49 - >=dev-qt/qtdbus-${QTMIN}:5
50 - >=dev-qt/qtdeclarative-${QTMIN}:5
51 - >=dev-qt/qtgui-${QTMIN}:5
52 - >=dev-qt/qtnetwork-${QTMIN}:5
53 - >=dev-qt/qtwidgets-${QTMIN}:5
54 - >=kde-frameworks/kcmutils-${KFMIN}:5
55 - >=kde-frameworks/kconfig-${KFMIN}:5
56 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5
57 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
58 - >=kde-frameworks/kdbusaddons-${KFMIN}:5
59 - >=kde-frameworks/ki18n-${KFMIN}:5
60 - >=kde-frameworks/kiconthemes-${KFMIN}:5
61 - >=kde-frameworks/kio-${KFMIN}:5
62 - >=kde-frameworks/knotifications-${KFMIN}:5
63 - >=kde-frameworks/kservice-${KFMIN}:5
64 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
65 - >=kde-frameworks/kwindowsystem-${KFMIN}:5
66 - >=kde-frameworks/plasma-${KFMIN}:5
67 - net-print/cups
68 -"
69 -RDEPEND="${DEPEND}
70 - >=dev-qt/qtquickcontrols-${QTMIN}:5
71 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
72 - >=kde-frameworks/kdeclarative-${KFMIN}:5
73 - >=kde-plasma/kde-cli-tools-${PLASMA_MINIMAL}:5
74 - gtk? ( app-admin/system-config-printer )
75 -"
76 -
77 -pkg_postinst() {
78 - ecm_pkg_postinst
79 -
80 - if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
81 - ewarn "By switching off \"gtk\" USE flag, you have chosen to do without"
82 - ewarn "an important, though optional, runtime dependency:"
83 - ewarn
84 - ewarn "app-admin/system-config-printer"
85 - ewarn
86 - ewarn "${PN} will work nevertheless, but is going to be less comfortable"
87 - ewarn "and will show the following error status during runtime:"
88 - ewarn
89 - ewarn "\"Failed to group devices: 'The name org.fedoraproject.Config.Printing"
90 - ewarn "was not provided by any .service files'\""
91 - fi
92 -}