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, 10 Jun 2021 15:34:50
Message-Id: 1623339132.4b1a9d15480b5a4fbfd8ed21381a5551ddf8b6a1.asturm@gentoo
1 commit: 4b1a9d15480b5a4fbfd8ed21381a5551ddf8b6a1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 13:08:35 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 15:32:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1a9d15
7
8 kde-apps/print-manager: drop 21.04.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.04.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 579fe9a8f27..adf9a802b7a 100644
18 --- a/kde-apps/print-manager/Manifest
19 +++ b/kde-apps/print-manager/Manifest
20 @@ -1,3 +1,2 @@
21 DIST print-manager-20.12.3.tar.xz 258640 BLAKE2B db91464792bcc41781a73b2ae34f6a5b2df74f525367dd7668e0ba5b9261edadd8860bb9a1db38fede2313c5e18597481574fc06bd752fe3b7a887079e7d6590 SHA512 21030ecd3951cd1889ff4eb5a4998fc12f148d481bb66b8b7808fbcc5f38b1129e41e7e6d51ddd0ed2207c255be4c483d8960e05b02aed3f7691df85a7d1ba86
22 -DIST print-manager-21.04.1.tar.xz 259112 BLAKE2B 86f87d71f3e3ef9708e10604094563081499981f75d8ee48ef1c7f2c2608c2250d20fe30b671d24a87ea29473c08fc09962fc313ba9d351b9c1b1d65f84d8af6 SHA512 3b78ee9d5719764621c1af82255e43279a331b82c57b132f575f3b25bfb14c29343b1d096a179cac2a3e078ea1e1890aedf4597fcc062101d4565862f6cba455
23 DIST print-manager-21.04.2.tar.xz 263920 BLAKE2B 83a259fd6ce5da2d5e884345e0ebaed0b0b5645617138e870c16ac02b0ccb0d00576941a3016f172c834c97131d40c1856d7850a67a60de5b7e8dcd0134f28cb SHA512 96e618fc4cf9c93f2069d6097d78a211d38ae5b5e13aede09608f58292263558ab74a8f4cae0c76dd82e077c49a1e6e35a8f1511be8bb3a0c6c9f3f0fcb990ee
24
25 diff --git a/kde-apps/print-manager/print-manager-21.04.1.ebuild b/kde-apps/print-manager/print-manager-21.04.1.ebuild
26 deleted file mode 100644
27 index abe7a41c6a5..00000000000
28 --- a/kde-apps/print-manager/print-manager-21.04.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=7
35 -
36 -KFMIN=5.80.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 -}