summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-12 16:27:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-12 16:27:02 +0200
commit785f4d219815a902112f8ab45a7c190173a4bf16 (patch)
tree49fa9222f9c526f5ae6e3bd35c643be9c330f477 /kde-apps/print-manager
parentkde-apps: Add KDE Applications 17.08.2 (diff)
downloadgentoo-785f4d219815a902112f8ab45a7c190173a4bf16.tar.gz
gentoo-785f4d219815a902112f8ab45a7c190173a4bf16.tar.bz2
gentoo-785f4d219815a902112f8ab45a7c190173a4bf16.zip
kde-apps: Drop KDE Applications 17.08.1
Package-Manager: Portage-2.3.11, Repoman-2.3.3
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.1.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest
index 5edd780be21a..ffcd15a5b94f 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.1.tar.xz 236800 SHA256 369648d1b4a91b2b5ac1e97c74c8323d8938a41b975fefc89e7bf04f17266538 SHA512 9aa1692dca7ce9bd7c30e508330d97ebc371577edee2b0733da20bcf8cf2c24fb322a937cd8ca601a9253bedeb45c13013afa4a6a4439683c65791d2e8d27066 WHIRLPOOL cf707fb5b99181b0fb33e360e336a8f1d7be6e4c96f2bad93f14e0b5e60245376790d7393b9539362dae3fff0af4a534d616fe1c15ca0aeef64cab6f3afbec8a
DIST print-manager-17.08.2.tar.xz 237144 SHA256 4dcb0b62ac42af7e26c67d216fdf26a9b1a1fe17417aea30b473c8bf8a1199bd SHA512 af1392fd442c26028f5e8d63f99799b745a2db8d84dfb0bf94b409afff7054d97dd1c90d04e1f6b6138f73d2b2250af6314d4febe1a40c8a45cd3799df30e772 WHIRLPOOL 28c84c2924448fa4f096347146093f43e4c50e36c0792c8ee6a20b75c2cd4e0b07ce991c43e045d1aff581f3cd679037b4ef174bc187c20c4a0a399a078b0575
diff --git a/kde-apps/print-manager/print-manager-17.08.1.ebuild b/kde-apps/print-manager/print-manager-17.08.1.ebuild
deleted file mode 100644
index c978eb84ddb8..000000000000
--- a/kde-apps/print-manager/print-manager-17.08.1.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
-}