summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-08-25 06:38:45 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-08-25 20:46:59 +1000
commit37150fa963eb3aa155eb9e94c3d6b233154ca1de (patch)
tree8bce549e96d6e85c58e00d1b3cbd303869107118 /kde-apps/print-manager
parentmedia-libs/libart_lgpl: eapi bump, fix src_install phase (and, then, really d... (diff)
downloadgentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.gz
gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.bz2
gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.zip
kde-apps: remove 15.12.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-15.12.3.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest
index e0459b567c34..b9b52a015888 100644
--- a/kde-apps/print-manager/Manifest
+++ b/kde-apps/print-manager/Manifest
@@ -1,2 +1 @@
-DIST print-manager-15.12.3.tar.xz 93944 SHA256 0cd2bf8a66af3f9faed57bebffbe28f2adfaab4d2d24796d4befad444fb52af7 SHA512 44dbbc007dfe0511d2003ae5d4df85329b6f5770f9b866b6b68819b584fd7b06e95a921c9b5c5a49a552703db1ebaa5b4d75f489dda1b08cf92f56b5ecd61756 WHIRLPOOL 7654d7d9299921ad99a466e55fbf46542c283fdb44fbff4addcea739ee60e7e156a8aa27833e40e362c0791e0a2862f735fd78c17a979664ca4416be50df911b
DIST print-manager-16.04.3.tar.xz 94100 SHA256 9c577a0efa86e5eb9ea151ba1b1a7ad23949130c10b5046f6590399aa9aa04ce SHA512 92c5bf28ed4d85519c0eacd5baf8de29d516caaa823f96a51e7cd4f87bebef4c62372eee4ea1c62cbffc4e2b04c9264f4418dadbe674810026bf70dff5226370 WHIRLPOOL 24209380025f8341c9a70a12687958aa93fabf952f2e99decdd07c458aeb5da5ba08d1178ee26bf51ffabbfdc460285bdf680641248d92a95a6c5413b6d914bf
diff --git a/kde-apps/print-manager/print-manager-15.12.3.ebuild b/kde-apps/print-manager/print-manager-15.12.3.ebuild
deleted file mode 100644
index 7ba5978c441a..000000000000
--- a/kde-apps/print-manager/print-manager-15.12.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}