summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-28 09:58:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-28 09:59:10 +0200
commit420336464e757748fd3f7b63bdb565f3529b203c (patch)
tree86716785497ba3ecabdff61dd9c2aecb29e92723 /kde-apps/print-manager
parentdev-lang/vala: p.masked bump to 0.45.3 (diff)
downloadgentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.gz
gentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.bz2
gentoo-420336464e757748fd3f7b63bdb565f3529b203c.zip
kde-apps: Drop KDE Applications 18.12.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/print-manager')
-rw-r--r--kde-apps/print-manager/Manifest1
-rw-r--r--kde-apps/print-manager/print-manager-18.12.3.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest
index 362110168449..f3eca434f32b 100644
--- a/kde-apps/print-manager/Manifest
+++ b/kde-apps/print-manager/Manifest
@@ -1,2 +1 @@
-DIST print-manager-18.12.3.tar.xz 238832 BLAKE2B afaa1babca0cacd017b1ca9fbac6c3e691a56835e390308e2713969da2b5d4a3c209c9e27f9043508389c494232c93f192d1f0d0da92327ff99c136dcf47db15 SHA512 c801a42ea0dc94fe5aa6e9cbb5a06f164e7d2137bc2458541ace25349fd4c1b748cdb229994e3fbb85bdf86ab1b6ba7757b2060aaff060ea0e4bad7f35532c67
DIST print-manager-19.04.3.tar.xz 240784 BLAKE2B 8f638c84e59bec4897a84f335adbf285df2b5c5d8284f4d7045902aea1a7e099d8d9e4b8ba5f2c398ac2ca18b8cc8a9f4f7c8420a8c349ccc897823d928d6cd6 SHA512 d0e4972c5b2553a1118731c3c0042c907e71feac64b43135463fc909d729bff5b9479804f7793fbc629dffd487123ad9a8a7cadb64a2a3ce1086d9be177a3701
diff --git a/kde-apps/print-manager/print-manager-18.12.3.ebuild b/kde-apps/print-manager/print-manager-18.12.3.ebuild
deleted file mode 100644
index c71b86ab54bf..000000000000
--- a/kde-apps/print-manager/print-manager-18.12.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="Manage print jobs and printers in Plasma"
-KEYWORDS="amd64 ~arm64 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(){
- kde5_pkg_postinst
-
- if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
- 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'\""
- fi
-}