diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 14:18:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 14:19:52 +0200 |
commit | a626108a406ebb30f298d6b5f6561b57cf6cbb13 (patch) | |
tree | 99445178be0890fd38ebabbd974a69505ed928ed /kde-apps/print-manager | |
parent | kde5-functions: Raise default ~arch kde-apps to KF-5.50 (diff) | |
download | gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.tar.gz gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.tar.bz2 gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.zip |
kde-apps: Drop KDE Applications 18.08.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
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-18.08.1.ebuild | 53 |
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest index e7fa19d1c183..bf057349c908 100644 --- a/kde-apps/print-manager/Manifest +++ b/kde-apps/print-manager/Manifest @@ -1,3 +1,2 @@ DIST print-manager-18.04.3.tar.xz 238724 BLAKE2B cd372ce2408287ba5c1eff2b614dcd5eac2d44f7a61aeae9c4376b47fbe7eae786fbd1349ba50a436916c36f8671652776464aff4738ab55c2e91b04052adcbc SHA512 0f3ea85c704a596a299e457b0c73afe844c1f2d14a76952e4abc1f3a90a10ff6e28b380a27f383939c0f9f2412c62c1016be2b63220eb664ef5da5ea627ce6e1 -DIST print-manager-18.08.1.tar.xz 238808 BLAKE2B 99ccd25d6e3c3ff4f7ec9c883311fb37c681f7708c560b9ef8b9270ae5edf1df0b6328c9a8dc7ddeee98340ce77558b816e4eae06bdbc4985e740b53b6135e0a SHA512 cf02a33877703523a6d8c3054d111c519506959aa5a7eeefb39556171827ffd212a578623d9cee27ddf9a2bd55342dd1e1c3cf3614ca8d25d3e9146051340635 DIST print-manager-18.08.2.tar.xz 238756 BLAKE2B 72a67137ae3b71126e4fbaaaad49136e1cf32d3b3c3d5ff5bc1de39bcd06c6bef453d4e8b791708efcaaf78b34527a1764e8877209ae270a90d77462c501dbe1 SHA512 bbd34bcf4a9b216ff2c694a28def48991e8ab654df92a1fa77343cb114b850d87d4796e7033d9b07a729fec743531a6f58c347f09031b729d9836d58f4adf4ae diff --git a/kde-apps/print-manager/print-manager-18.08.1.ebuild b/kde-apps/print-manager/print-manager-18.08.1.ebuild deleted file mode 100644 index e59f9d37adbc..000000000000 --- a/kde-apps/print-manager/print-manager-18.08.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2018 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 -} |