summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-10-18 22:08:59 +0200
committerJohannes Huber <johu@gentoo.org>2016-10-18 22:09:23 +0200
commit27c49d12e22cb50ff1b27feffbdc41ad2d82e67d (patch)
treecf3e5a50c78fa301b60b6250477fee9b95970003 /kde-apps/print-manager
parentkde-apps: Version bump KDE Applications 16.08.2 (diff)
downloadgentoo-27c49d12e22cb50ff1b27feffbdc41ad2d82e67d.tar.gz
gentoo-27c49d12e22cb50ff1b27feffbdc41ad2d82e67d.tar.bz2
gentoo-27c49d12e22cb50ff1b27feffbdc41ad2d82e67d.zip
kde-apps: Remove KDE Applications 16.08.1
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.1.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest
index 04302e71b000..92e73a45feb9 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.1.tar.xz 94136 SHA256 b83013c260fa0843717ba44925949869d03678d9e6f431e3151ec56c0a9f0eda SHA512 7f1f84f908e732d58f8bbc478b02ca0a8e7a93a6daf71dd6a14a1727da7df6810cde01770f15bf63535c741142f55c32e2ea96321de068f0e66deee4543d5055 WHIRLPOOL 07d4ad958ff668eb2e7c708b0880366248cef430998fbb39238c717a464d1d60bd7bdc07d6149537fa0e5095af3c84a00f7214ec5698edfd25ed9773ce72bd37
DIST print-manager-16.08.2.tar.xz 94144 SHA256 3b3818e51221ea1efe118193894a9f96b1d6bd1159187b82622487168800a618 SHA512 a19f42296a580e345b410958aa502b65cba595c82b8568e7feaec1ba74a317e6149ceaccc3797773dc68ade99fcaa9b97cbcaf7133e64419a1711e1a7af4746a WHIRLPOOL b8df1b63258ff7919a3323f791bfb59ddada64c9368947390a201e4616198fdfd629b0b98261d068ab6bd4fd6207371ced2eb72a24eed61015e375614b6e2f42
diff --git a/kde-apps/print-manager/print-manager-16.08.1.ebuild b/kde-apps/print-manager/print-manager-16.08.1.ebuild
deleted file mode 100644
index f408c186d985..000000000000
--- a/kde-apps/print-manager/print-manager-16.08.1.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
-}