summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-11-15 20:44:23 +0100
committerJohannes Huber <johu@gentoo.org>2016-11-15 20:47:49 +0100
commit698dfba548a163f798b2cc31857228f55b671281 (patch)
treebb235af296bd8b2cb1e21c07c2c96e5991ed3e7e /kde-apps/print-manager
parentkde-apps: Version bump KDE Applications 16.08.3 (diff)
downloadgentoo-698dfba548a163f798b2cc31857228f55b671281.tar.gz
gentoo-698dfba548a163f798b2cc31857228f55b671281.tar.bz2
gentoo-698dfba548a163f798b2cc31857228f55b671281.zip
kde-apps: Remove KDE Applications 16.08.2
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-apps/print-manager')
-rw-r--r--kde-apps/print-manager/Manifest1
-rw-r--r--kde-apps/print-manager/print-manager-16.08.2.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest
index 7bdd2e130818..3d4f918d9cb6 100644
--- a/kde-apps/print-manager/Manifest
+++ b/kde-apps/print-manager/Manifest
@@ -1,3 +1,2 @@
DIST print-manager-16.04.3.tar.xz 94100 SHA256 9c577a0efa86e5eb9ea151ba1b1a7ad23949130c10b5046f6590399aa9aa04ce SHA512 92c5bf28ed4d85519c0eacd5baf8de29d516caaa823f96a51e7cd4f87bebef4c62372eee4ea1c62cbffc4e2b04c9264f4418dadbe674810026bf70dff5226370 WHIRLPOOL 24209380025f8341c9a70a12687958aa93fabf952f2e99decdd07c458aeb5da5ba08d1178ee26bf51ffabbfdc460285bdf680641248d92a95a6c5413b6d914bf
-DIST print-manager-16.08.2.tar.xz 94144 SHA256 3b3818e51221ea1efe118193894a9f96b1d6bd1159187b82622487168800a618 SHA512 a19f42296a580e345b410958aa502b65cba595c82b8568e7feaec1ba74a317e6149ceaccc3797773dc68ade99fcaa9b97cbcaf7133e64419a1711e1a7af4746a WHIRLPOOL b8df1b63258ff7919a3323f791bfb59ddada64c9368947390a201e4616198fdfd629b0b98261d068ab6bd4fd6207371ced2eb72a24eed61015e375614b6e2f42
DIST print-manager-16.08.3.tar.xz 94220 SHA256 7d99d4fc4264a1a3eb50dba2cfe57c41513325dc530ee3f6e18e47f1bd3c6d1d SHA512 2952eca590aa8928f8931dd0531f861f7e285a59a2600e7c79ee8f2b00b23eb3f9114176c30462fb9cbd63f24f4227ba0bdfffce78ae8c32088a04e2270d89f4 WHIRLPOOL 7b7b37f7dcab2ee2f35a4c93a92a396aecf0ebdb6b8526a3cfe2ffdfe93df12d7993fe8ca691eb88261b48b04676a3167880fad10933d41bfba4c419e006c54b
diff --git a/kde-apps/print-manager/print-manager-16.08.2.ebuild b/kde-apps/print-manager/print-manager-16.08.2.ebuild
deleted file mode 100644
index f408c186d985..000000000000
--- a/kde-apps/print-manager/print-manager-16.08.2.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
-}