summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-03 08:57:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-03 11:27:27 +0100
commita5dc6ab30d286497723b0470222b894776d0c080 (patch)
treeb6ef987ed1f2ff60a8f8b74bba7fc2e4ad69bb66 /kde-apps/kcron
parentkde-apps/kdeadmin-meta: drop 22.04.3 (diff)
downloadgentoo-a5dc6ab30d286497723b0470222b894776d0c080.tar.gz
gentoo-a5dc6ab30d286497723b0470222b894776d0c080.tar.bz2
gentoo-a5dc6ab30d286497723b0470222b894776d0c080.zip
kde-apps/kcron: drop 22.04.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kcron')
-rw-r--r--kde-apps/kcron/Manifest1
-rw-r--r--kde-apps/kcron/kcron-22.04.3.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/kcron/Manifest b/kde-apps/kcron/Manifest
index a1ebffebe729..3d6192b68f6a 100644
--- a/kde-apps/kcron/Manifest
+++ b/kde-apps/kcron/Manifest
@@ -1,2 +1 @@
-DIST kcron-22.04.3.tar.xz 916660 BLAKE2B e2816542175063b9daa46286ecbd9969b694e18048817bf7fdd9a9f3bb138696d5c749d011e50be7ab5655e46baef1d7c8d84dd9ea66b8bc0105f0c32b54a889 SHA512 c9fbad555200911c4a230efc5741c56b99e9a702aecb786771ad49bbda0ce04ff3942eda568008231cdf97d10d7102995ccb87fb56ddd60ab3efeefeb74c8586
DIST kcron-22.08.3.tar.xz 916828 BLAKE2B f6cf6444a845d113617f882c3446ce588fa23f46e13cd9883cd5dbb687f86562c3d4b81d53815ccfa7eb4cc6f66ebdaa96efdbd46b0283ab4a73da7bd503ab0e SHA512 e039a6b3ce7617d543aa4d04a8a9f661450e8f4fac615d78ffeb797a033f61f958136c2138a2ced0c63d3aceee97f73c4496fde5203aa877264f0deabcbee7d7
diff --git a/kde-apps/kcron/kcron-22.04.3.ebuild b/kde-apps/kcron/kcron-22.04.3.ebuild
deleted file mode 100644
index 79c67f56cb44..000000000000
--- a/kde-apps/kcron/kcron-22.04.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-KFMIN=5.92.0
-QTMIN=5.15.4
-inherit ecm gear.kde.org
-
-DESCRIPTION="KDE Task Scheduler"
-HOMEPAGE="https://apps.kde.org/kcron/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtprintsupport-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kauth-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
- virtual/cron
-"