summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-10 15:08:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-10 17:32:12 +0200
commit4b1a9d15480b5a4fbfd8ed21381a5551ddf8b6a1 (patch)
tree2397671ef0d62dc67008fbadc44075cc536266cc
parentkde-apps/kwalletmanager: drop 21.04.1* (diff)
downloadgentoo-4b1a9d15480b5a4fbfd8ed21381a5551ddf8b6a1.tar.gz
gentoo-4b1a9d15480b5a4fbfd8ed21381a5551ddf8b6a1.tar.bz2
gentoo-4b1a9d15480b5a4fbfd8ed21381a5551ddf8b6a1.zip
kde-apps/print-manager: drop 21.04.1*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/print-manager/Manifest1
-rw-r--r--kde-apps/print-manager/print-manager-21.04.1.ebuild62
2 files changed, 0 insertions, 63 deletions
diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest
index 579fe9a8f272..adf9a802b7a0 100644
--- a/kde-apps/print-manager/Manifest
+++ b/kde-apps/print-manager/Manifest
@@ -1,3 +1,2 @@
DIST print-manager-20.12.3.tar.xz 258640 BLAKE2B db91464792bcc41781a73b2ae34f6a5b2df74f525367dd7668e0ba5b9261edadd8860bb9a1db38fede2313c5e18597481574fc06bd752fe3b7a887079e7d6590 SHA512 21030ecd3951cd1889ff4eb5a4998fc12f148d481bb66b8b7808fbcc5f38b1129e41e7e6d51ddd0ed2207c255be4c483d8960e05b02aed3f7691df85a7d1ba86
-DIST print-manager-21.04.1.tar.xz 259112 BLAKE2B 86f87d71f3e3ef9708e10604094563081499981f75d8ee48ef1c7f2c2608c2250d20fe30b671d24a87ea29473c08fc09962fc313ba9d351b9c1b1d65f84d8af6 SHA512 3b78ee9d5719764621c1af82255e43279a331b82c57b132f575f3b25bfb14c29343b1d096a179cac2a3e078ea1e1890aedf4597fcc062101d4565862f6cba455
DIST print-manager-21.04.2.tar.xz 263920 BLAKE2B 83a259fd6ce5da2d5e884345e0ebaed0b0b5645617138e870c16ac02b0ccb0d00576941a3016f172c834c97131d40c1856d7850a67a60de5b7e8dcd0134f28cb SHA512 96e618fc4cf9c93f2069d6097d78a211d38ae5b5e13aede09608f58292263558ab74a8f4cae0c76dd82e077c49a1e6e35a8f1511be8bb3a0c6c9f3f0fcb990ee
diff --git a/kde-apps/print-manager/print-manager-21.04.1.ebuild b/kde-apps/print-manager/print-manager-21.04.1.ebuild
deleted file mode 100644
index abe7a41c6a5d..000000000000
--- a/kde-apps/print-manager/print-manager-21.04.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.80.0
-PLASMA_MINIMAL=5.16.5
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Manage print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~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-${PLASMA_MINIMAL}: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
-}