commit:     e2ed3d125170008e02260554679fa6dd3130c4ba
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 11:43:36 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 13:23:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ed3d12

kde-apps/print-manager: drop 23.08.1

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

 kde-apps/print-manager/Manifest                    |  1 -
 .../print-manager/print-manager-23.08.1.ebuild     | 62 ----------------------
 2 files changed, 63 deletions(-)

diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest
index a5d5b751912d..87a94285ac9a 100644
--- a/kde-apps/print-manager/Manifest
+++ b/kde-apps/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-23.04.3.tar.xz 288948 BLAKE2B 
ea0a507b3cb44bc410ee856b1e6ce344f7c46af54351ad8362be029e10004d50c730245175379a8669303667e9f9129bb0492f1b9ed9f6de42f482b402bb773f
 SHA512 
8462e241f73259f0cfca927f33d778df0d83d3db8cd5347dea8cd48973774352bab5d1dd2352ed4d8cd908ab6392189ec0e6468b679cfaf85afae1c574a2a3e6
-DIST print-manager-23.08.1.tar.xz 289360 BLAKE2B 
21c3a91215fc2a8336c5285b75f366392b67817b14d1a41ae20f775955426d84a041d70367077188f70a65a65928e5e5280d2267d23e81a1a59bc66b71c8fffa
 SHA512 
22885db92b0989bdd1c0028c11944407cc8a6b4a0932a4d539e576ae668478b549bbf461df5c507053cca1573b694c93a9300deb85fe57fcb9f084043871d37d
 DIST print-manager-23.08.2.tar.xz 289344 BLAKE2B 
ffb60760a0138a5846ec35f033e3a581b5cd057310342d9de57edc99d003e2704f7edf95002af40b75f7494c28e2a66e4bf1edb656b4853dc18fce4d6fc4c7e7
 SHA512 
f0a5337cd856bd5f6447c85915654bc66255eaeea1aae86defd8a63ea76bcb472470ad13f8c40ca9f620ec069bf611807f5cdb84f85cfba1e2c3237679af6d29

diff --git a/kde-apps/print-manager/print-manager-23.08.1.ebuild 
b/kde-apps/print-manager/print-manager-23.08.1.ebuild
deleted file mode 100644
index 3eb41e338da7..000000000000
--- a/kde-apps/print-manager/print-manager-23.08.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Manage print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~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:5
-       gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-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
-}

Reply via email to