summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-15 21:44:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-15 22:08:10 +0200
commit05732fa7c6057279096f380312d16354186a4795 (patch)
tree77fe15a4d533e90a3752f5ee55f20d328cd30d49 /kde-apps/print-manager
parentkde-apps/kwalletmanager: drop 23.08.0 (diff)
downloadgentoo-05732fa7c6057279096f380312d16354186a4795.tar.gz
gentoo-05732fa7c6057279096f380312d16354186a4795.tar.bz2
gentoo-05732fa7c6057279096f380312d16354186a4795.zip
kde-apps/print-manager: drop 23.08.0
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-23.08.0.ebuild62
2 files changed, 0 insertions, 63 deletions
diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest
index c8895bb9efb4..9aadb88cc6ce 100644
--- a/kde-apps/print-manager/Manifest
+++ b/kde-apps/print-manager/Manifest
@@ -1,3 +1,2 @@
DIST print-manager-23.04.3.tar.xz 288948 BLAKE2B ea0a507b3cb44bc410ee856b1e6ce344f7c46af54351ad8362be029e10004d50c730245175379a8669303667e9f9129bb0492f1b9ed9f6de42f482b402bb773f SHA512 8462e241f73259f0cfca927f33d778df0d83d3db8cd5347dea8cd48973774352bab5d1dd2352ed4d8cd908ab6392189ec0e6468b679cfaf85afae1c574a2a3e6
-DIST print-manager-23.08.0.tar.xz 289352 BLAKE2B dad36eb29254cfc174355a5a1a3a5bca18770bb0690d6990cffea3fd494f663b10c6aa00d3269876c64a30541c0a5d13bc101821ad6c5c96aab40d587d1959ed SHA512 0a86bbad3bebb11ebb8cde40f930575d2689edb9d4c70c0749d856a45d50b68babc3765629357c8fd0a66765528d48c6c3e5deee8e06622f755dd2563ffbd705
DIST print-manager-23.08.1.tar.xz 289360 BLAKE2B 21c3a91215fc2a8336c5285b75f366392b67817b14d1a41ae20f775955426d84a041d70367077188f70a65a65928e5e5280d2267d23e81a1a59bc66b71c8fffa SHA512 22885db92b0989bdd1c0028c11944407cc8a6b4a0932a4d539e576ae668478b549bbf461df5c507053cca1573b694c93a9300deb85fe57fcb9f084043871d37d
diff --git a/kde-apps/print-manager/print-manager-23.08.0.ebuild b/kde-apps/print-manager/print-manager-23.08.0.ebuild
deleted file mode 100644
index 3eb41e338da7..000000000000
--- a/kde-apps/print-manager/print-manager-23.08.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-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
-}