summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-09 20:35:02 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-09 20:35:02 +0100
commit2ec9726d27e17d0ecdbfa025be77d85289e4445b (patch)
treeef1e039ab0223f6951605c8b4b2251335e03ec0a /kde-apps/print-manager
parentkde-apps: Add KDE Applications 17.08.3 (diff)
downloadgentoo-2ec9726d27e17d0ecdbfa025be77d85289e4445b.tar.gz
gentoo-2ec9726d27e17d0ecdbfa025be77d85289e4445b.tar.bz2
gentoo-2ec9726d27e17d0ecdbfa025be77d85289e4445b.zip
kde-apps: Drop KDE Applications 17.08.2
Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'kde-apps/print-manager')
-rw-r--r--kde-apps/print-manager/Manifest1
-rw-r--r--kde-apps/print-manager/print-manager-17.08.2.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest
index 7056b0d794fa..977e4e12d936 100644
--- a/kde-apps/print-manager/Manifest
+++ b/kde-apps/print-manager/Manifest
@@ -1,3 +1,2 @@
DIST print-manager-17.04.3.tar.xz 236344 SHA256 566dc20b88324211b2cb133cd459893aa178c156d1554594d57cd12ce0e4a170 SHA512 dac6678f9d93445c77fb968ab3b19f4f824b7f691a6aa5d8c584e30668776f8cf37d9eb226a384bf4785caa1e1df1844c07cb6b691185c6f2467eba2015760bb WHIRLPOOL dfa6e951f2ffa9804310707c592b34779c0a36302b26c53520b23bfb7468bd3a9a9a047b1a73e7fc77bfa55b86ed231fb40a8512818dff5f58fc0f9a6570fb0b
-DIST print-manager-17.08.2.tar.xz 237144 SHA256 4dcb0b62ac42af7e26c67d216fdf26a9b1a1fe17417aea30b473c8bf8a1199bd SHA512 af1392fd442c26028f5e8d63f99799b745a2db8d84dfb0bf94b409afff7054d97dd1c90d04e1f6b6138f73d2b2250af6314d4febe1a40c8a45cd3799df30e772 WHIRLPOOL 28c84c2924448fa4f096347146093f43e4c50e36c0792c8ee6a20b75c2cd4e0b07ce991c43e045d1aff581f3cd679037b4ef174bc187c20c4a0a399a078b0575
DIST print-manager-17.08.3.tar.xz 237084 SHA256 8552ab9e51cb2a0f4989d7154d6a2527696057e43cec5c88854588790f518d59 SHA512 cb09762fc736a88c41850593b8c0d3ff1eb0f3308653a93ee1b370dd8a4b7d13de64fcea3b76f7407f430faf5d5cc2cc5a2a3c58dbd80f4c076af4a60788181c WHIRLPOOL 2d86b7cac21d66f1cffdd10865c0c50625001cde238c28a83635aa59f2b9f6576e349b2eeecc89a8095d7d5b76a6e3a7109ba0d01efd5e41fa875804d1ce44d2
diff --git a/kde-apps/print-manager/print-manager-17.08.2.ebuild b/kde-apps/print-manager/print-manager-17.08.2.ebuild
deleted file mode 100644
index c978eb84ddb8..000000000000
--- a/kde-apps/print-manager/print-manager-17.08.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Manage print jobs and printers in Plasma"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gtk"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep plasma)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- net-print/cups
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep kde-cli-tools)
- gtk? ( app-admin/system-config-printer )
-"
-
-pkg_postinst(){
- if ! use gtk ; then
- ewarn
- 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'\""
- ewarn
- fi
-}