summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-03 15:47:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-05 19:02:54 +0100
commit7d4095eb4e512a7c8a6b12fd276ba1937c959ed1 (patch)
tree62744d6c3dd6a7da84148e3dce31904069ea3661 /kde-apps
parentkde-apps/kwalletmanager: drop 22.12.0 (diff)
downloadgentoo-7d4095eb4e512a7c8a6b12fd276ba1937c959ed1.tar.gz
gentoo-7d4095eb4e512a7c8a6b12fd276ba1937c959ed1.tar.bz2
gentoo-7d4095eb4e512a7c8a6b12fd276ba1937c959ed1.zip
kde-apps/print-manager: drop 22.12.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/print-manager/Manifest1
-rw-r--r--kde-apps/print-manager/print-manager-22.12.0.ebuild62
2 files changed, 0 insertions, 63 deletions
diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest
index fbdfef9ffcf9..e294bca1a906 100644
--- a/kde-apps/print-manager/Manifest
+++ b/kde-apps/print-manager/Manifest
@@ -1,3 +1,2 @@
DIST print-manager-22.08.3.tar.xz 278784 BLAKE2B e62410cba4ec3212988f17d7f7af9d1517398b381d2cbffcba47bf08afda722e48d5db1810abc0a2fe3e1c0ecb5142fc5369b38d558c09a0974f7da1d10e5cfe SHA512 3c053af253ed6014fd0974baa08d7d69de466a1eedede17d3bb3f95a274b7a51b106637b7ac633a043b2fd2e995a49f33e4997b85f1dfb20c1a60a3be9db93ac
-DIST print-manager-22.12.0.tar.xz 287320 BLAKE2B 24d7cce232ec4c6abbe51760681a888abf9f0b1a344db938e09b4b630de1d68bb7306f4863061c57897b245da112ba38cfbb9fb551de680dca07718e23de9a63 SHA512 d759cd8c6330f34fff6223c9c365ea3a58de01306741acf64686c98c90bb83c93971a69b81e24f8e1e7df6ad2a2fe3a3a7afda6ffae73dea4f4354fd60cef8a5
DIST print-manager-22.12.1.tar.xz 287388 BLAKE2B 5a6a6b057093d56e8477a5721f93d522af166866b6fdcab7892661a011726b4f78b78aa9f201f54385ed82bace7e872898151270ec269b3466ea7951d91cde6a SHA512 5596fd83a5dcff70ac2be9b4ad0b636e46e3f91cc68138ab664fcb6f3527b80fc1bb5639882b4fa5aeae30aa939b0b14b773811fc8f78c84211d27f225233ffc
diff --git a/kde-apps/print-manager/print-manager-22.12.0.ebuild b/kde-apps/print-manager/print-manager-22.12.0.ebuild
deleted file mode 100644
index 4e03a69fc115..000000000000
--- a/kde-apps/print-manager/print-manager-22.12.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.99.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 )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-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
-}