summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-03 14:19:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-03 17:41:36 +0100
commitb9da2d22dc1db75224fbda3f5fb5710f4a2c856d (patch)
tree46c358fa63bcd3fdb3ca898592f1a2fb49ba10bb /kde-apps/print-manager
parentkde-apps/kwalletmanager: drop 22.08.2 (diff)
downloadgentoo-b9da2d22dc1db75224fbda3f5fb5710f4a2c856d.tar.gz
gentoo-b9da2d22dc1db75224fbda3f5fb5710f4a2c856d.tar.bz2
gentoo-b9da2d22dc1db75224fbda3f5fb5710f4a2c856d.zip
kde-apps/print-manager: drop 22.08.2
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-22.08.2.ebuild61
2 files changed, 0 insertions, 62 deletions
diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest
index 5ca3a276ab6f..e12f9922e077 100644
--- a/kde-apps/print-manager/Manifest
+++ b/kde-apps/print-manager/Manifest
@@ -1,3 +1,2 @@
DIST print-manager-22.04.3.tar.xz 272252 BLAKE2B 0aa5e0deb85d8300c1bd961967e69c457dcdaacbd2efae265486ebc3650c61088247c92b385d0bff0d88ccac202963816287fa4b41b22d26144118e3d0a76338 SHA512 38ebc8bc028751908f3e3d7ee997364a520f520e49e3d823db6b83dda1df5ccb46ccc4757693bd1c106cf591c6b4addf1477bfa26bf1e348f954853e9937d966
-DIST print-manager-22.08.2.tar.xz 278100 BLAKE2B 45e6cdd16cc9234804f673bf47d1acfc73329f630a1555e920a4691a9e30e2447309ab212f4b1402f928e4883d4a78aed820eace776eeb06b33d62fdce2c630c SHA512 f63a6a5ae4afe36eff749d355b3116f702b6cba694a3aba737f5857899f31af409d8aa400a705b0041ab3b375d020ddcf5427bf9219201c8c1359074a52d7425
DIST print-manager-22.08.3.tar.xz 278784 BLAKE2B e62410cba4ec3212988f17d7f7af9d1517398b381d2cbffcba47bf08afda722e48d5db1810abc0a2fe3e1c0ecb5142fc5369b38d558c09a0974f7da1d10e5cfe SHA512 3c053af253ed6014fd0974baa08d7d69de466a1eedede17d3bb3f95a274b7a51b106637b7ac633a043b2fd2e995a49f33e4997b85f1dfb20c1a60a3be9db93ac
diff --git a/kde-apps/print-manager/print-manager-22.08.2.ebuild b/kde-apps/print-manager/print-manager-22.08.2.ebuild
deleted file mode 100644
index f61901a5d5c5..000000000000
--- a/kde-apps/print-manager/print-manager-22.08.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.96.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Manage print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+gtk"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/plasma-${KFMIN}:5
- net-print/cups
-"
-RDEPEND="${DEPEND}
- >=dev-qt/qtquickcontrols-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- kde-plasma/kde-cli-tools:5
- gtk? ( app-admin/system-config-printer )
-"
-
-pkg_postinst() {
- ecm_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
-}