summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-07-24 13:30:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-07-24 15:27:33 +0200
commit4ae3fd31709450375ca58941665dbcf5dab952c4 (patch)
treea23621582e6d5c9c183c5d4d3dcd1f87d4eb951f /app-office
parentnet-p2p/ktorrent: drop 22.12.3 (diff)
downloadgentoo-4ae3fd31709450375ca58941665dbcf5dab952c4.tar.gz
gentoo-4ae3fd31709450375ca58941665dbcf5dab952c4.tar.bz2
gentoo-4ae3fd31709450375ca58941665dbcf5dab952c4.zip
app-office/kalendar: drop 22.12.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/kalendar/Manifest1
-rw-r--r--app-office/kalendar/kalendar-22.12.3.ebuild58
2 files changed, 0 insertions, 59 deletions
diff --git a/app-office/kalendar/Manifest b/app-office/kalendar/Manifest
index b5f574606d88..4bdcbe99f0a2 100644
--- a/app-office/kalendar/Manifest
+++ b/app-office/kalendar/Manifest
@@ -1,3 +1,2 @@
-DIST kalendar-22.12.3.tar.xz 803604 BLAKE2B 889690fedfb87de96181f2c12291cf988b019d80dae6a338c502ed46a0b021aef0c5442ce371828e04b2f5aab0628cab6c0b6eba5645db1ff198ac0dd56845f1 SHA512 28a76b233955c1cefd7b48e731de97712575f5fbded23f3343b329481254ba8ba82813d1c342b5af2f6c194b920877a3e2628977b3938bb7d7f81b1b143bfebc
DIST kalendar-23.04.2.tar.xz 823744 BLAKE2B 7a6bb67a3884c99181bb84745808bab0ffd37c6d5abe8cd86b16d8109e84587cc7169007017461bfe8da6dcfcefd0279f9fdae1ab41f62caca12d3680bd5be38 SHA512 6688fe5f7fe296079bd181c892573edf07b35bf035c205a284fafcc06180b702144cce69be663606f4f54ecd9b23445acd19f31fbb72bad2a3135b0fea562191
DIST kalendar-23.04.3.tar.xz 824472 BLAKE2B 0b60122066b0b1d63d631a397a6e417592dcce236fcf86dddc0a73b704a79fc4728225fb694559a15e46c0177b92ec5dc925c0564ca48c08652521194fd87cca SHA512 15bf7ce051ed56b4178e72a35d0aace00bd8650fac387bd4b63cc541aa92fd433eee2c5711663af4cd29606ddc69c838dbe58780a0e2e35f1fc4ef8be64dbb75
diff --git a/app-office/kalendar/kalendar-22.12.3.ebuild b/app-office/kalendar/kalendar-22.12.3.ebuild
deleted file mode 100644
index b94612d6c124..000000000000
--- a/app-office/kalendar/kalendar-22.12.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="pim"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.101.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Calendar application using Akonadi"
-HOMEPAGE="https://apps.kde.org/kalendar/"
-
-LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
-IUSE=""
-
-# All of the tests involve interacting with akonadi right now (as of 22.04)
-RESTRICT="test"
-
-DEPEND="
- app-crypt/gpgme:=[cxx]
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/akonadi-calendar-${PVCUT}:5
- >=kde-apps/akonadi-contacts-${PVCUT}:5
- >=kde-apps/calendarsupport-${PVCUT}:5
- >=kde-apps/eventviews-${PVCUT}:5
- >=kde-apps/mailcommon-${PVCUT}:5
- >=kde-apps/pimcommon-${PVCUT}:5
- >=kde-frameworks/kcalendarcore-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcontacts-${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/kirigami-${KFMIN}:5
- >=kde-frameworks/kitemmodels-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-# qtlocation is needed at runtime only or fails to start
-RDEPEND="${DEPEND}
- >=dev-qt/qtgraphicaleffects-${QTMIN}:5
- >=dev-qt/qtlocation-${QTMIN}:5
- >=dev-qt/qtwebengine-${QTMIN}:5
- >=kde-apps/kdepim-runtime-${PVCUT}:5
- >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
-"