diff options
author | Johannes Huber <johu@gentoo.org> | 2017-03-09 21:37:09 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-03-09 21:37:09 +0100 |
commit | c3bb6e84f7a81bdfd4af5cd6d7019b50e2c33377 (patch) | |
tree | d96515b8779bb09a6101b113e11693fbb31ecb34 /kde-apps/print-manager | |
parent | dev-python/blessings: add missing setuptools DEPEND (diff) | |
download | gentoo-c3bb6e84f7a81bdfd4af5cd6d7019b50e2c33377.tar.gz gentoo-c3bb6e84f7a81bdfd4af5cd6d7019b50e2c33377.tar.bz2 gentoo-c3bb6e84f7a81bdfd4af5cd6d7019b50e2c33377.zip |
kde-apps: Remove KDE Applications 16.12.2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'kde-apps/print-manager')
-rw-r--r-- | kde-apps/print-manager/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/print-manager/print-manager-16.12.2.ebuild | 53 |
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest index 92597bd91504..c6b358436964 100644 --- a/kde-apps/print-manager/Manifest +++ b/kde-apps/print-manager/Manifest @@ -1,3 +1,2 @@ DIST print-manager-16.08.3.tar.xz 94220 SHA256 7d99d4fc4264a1a3eb50dba2cfe57c41513325dc530ee3f6e18e47f1bd3c6d1d SHA512 2952eca590aa8928f8931dd0531f861f7e285a59a2600e7c79ee8f2b00b23eb3f9114176c30462fb9cbd63f24f4227ba0bdfffce78ae8c32088a04e2270d89f4 WHIRLPOOL 7b7b37f7dcab2ee2f35a4c93a92a396aecf0ebdb6b8526a3cfe2ffdfe93df12d7993fe8ca691eb88261b48b04676a3167880fad10933d41bfba4c419e006c54b -DIST print-manager-16.12.2.tar.xz 94256 SHA256 7cf1ff29e8dab93ef11a68cef394af09c205e68b1b660f9d0cbfc46347a0b0aa SHA512 1df8ca29a7a5862f239dec0d58385ac81c52b8b38ddac787e2442390317db24228d509c15e025175abe0f12b78995d8382b48aefbb96fda49d0bac1d4b1b807e WHIRLPOOL 76b1b6ed1d9c95e507c5bdcdf9735c229ade9be38a5236978b0c843c1e07c9618967cb209d003c3305a4910590575a8013e9f33227515c635c49d46792dfe507 DIST print-manager-16.12.3.tar.xz 94268 SHA256 29e549517b0b8ef96b25609d672419e1884a430c1e5a9397243a54e80fc65fd6 SHA512 31bee7f85884b25a9e6df0264aa6fb70bae8bc05c437addba49ebd3e528b9f31476f8e8a34c07e4e2c486e7667ac391573cff31eb62bb9da5945dabd392851ec WHIRLPOOL ee9b3aa5886089b585be99af11df70b4171e2909ea951329c7155ae2c53b8e791cc6bd4770ab091df37b8569c301d3e0abba4314e2acc809619766d116b88c0c diff --git a/kde-apps/print-manager/print-manager-16.12.2.ebuild b/kde-apps/print-manager/print-manager-16.12.2.ebuild deleted file mode 100644 index c978eb84ddb8..000000000000 --- a/kde-apps/print-manager/print-manager-16.12.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 -} |