commit: 657aa1ac91da3a97e0df510c248583704e8e7cbc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 10:21:46 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 21:28:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657aa1ac
kde-apps/print-manager: drop 20.12.2*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/print-manager/Manifest | 1 -
.../print-manager/print-manager-20.12.2.ebuild | 62 ----------------------
2 files changed, 63 deletions(-)
diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest
index 9a88681a28d..5d0bec58125 100644
--- a/kde-apps/print-manager/Manifest
+++ b/kde-apps/print-manager/Manifest
@@ -1,3 +1,2 @@
DIST print-manager-20.08.3.tar.xz 258776 BLAKE2B
5fbf41b0b324732fe998891fee24cc0d9245868d1f73d578d455899e47524fa79eb8368f90196705e865f6d4d6d582dac427344b952075f2c3e989031de67242
SHA512
776221318c2eec2564cfde63b58ac4f89c7ce264b69d87b15c85a7681877fa81fe8a967d23619730e64c49ca6b19551d7fb4c22e66d7c1d0ff3b4961dc72744a
-DIST print-manager-20.12.2.tar.xz 258616 BLAKE2B
397ace86b9a363572dd968423a5cd93a1f67c5a0585616e797f5b6722cae1de959b58fa61286fad0da93c3d0e7c4856392638141506c9d65794134bb52a5e508
SHA512
7ad6390fbddb83f410a168fafaafaa482b7dd93a15e2afbed5510fc65e408004c9ffa3648212419e7479d9b4ffd344840b3f3f6dd60d2b215574c132b7243a82
DIST print-manager-20.12.3.tar.xz 258640 BLAKE2B
db91464792bcc41781a73b2ae34f6a5b2df74f525367dd7668e0ba5b9261edadd8860bb9a1db38fede2313c5e18597481574fc06bd752fe3b7a887079e7d6590
SHA512
21030ecd3951cd1889ff4eb5a4998fc12f148d481bb66b8b7808fbcc5f38b1129e41e7e6d51ddd0ed2207c255be4c483d8960e05b02aed3f7691df85a7d1ba86
diff --git a/kde-apps/print-manager/print-manager-20.12.2.ebuild
b/kde-apps/print-manager/print-manager-20.12.2.ebuild
deleted file mode 100644
index 7183a1a9818..00000000000
--- a/kde-apps/print-manager/print-manager-20.12.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.75.0
-PLASMA_MINIMAL=5.16.5
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Manage print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="+gtk"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/plasma-${KFMIN}:5
- net-print/cups
-"
-RDEPEND="${DEPEND}
- >=dev-qt/qtquickcontrols-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- >=kde-plasma/kde-cli-tools-${PLASMA_MINIMAL}:5
- gtk? ( app-admin/system-config-printer )
-"
-
-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
-}