summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 17:47:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 20:07:23 +0100
commit74901d857005444422d9d685ca6187d0f4295771 (patch)
tree54dd07291f5239d5a2d35c87340383ddfbede251 /kde-apps/konsolekalendar
parentkde-apps/kmime: drop 24.08.2 (diff)
downloadgentoo-74901d857005444422d9d685ca6187d0f4295771.tar.gz
gentoo-74901d857005444422d9d685ca6187d0f4295771.tar.bz2
gentoo-74901d857005444422d9d685ca6187d0f4295771.zip
kde-apps/konsolekalendar: drop 24.08.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/konsolekalendar')
-rw-r--r--kde-apps/konsolekalendar/Manifest1
-rw-r--r--kde-apps/konsolekalendar/konsolekalendar-24.08.2.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest
index f162947398ed..a1e3bf988e44 100644
--- a/kde-apps/konsolekalendar/Manifest
+++ b/kde-apps/konsolekalendar/Manifest
@@ -1,3 +1,2 @@
DIST akonadi-calendar-tools-24.08.1.tar.xz 264932 BLAKE2B c787ac318f0a77a7a2920e7ad744ce5bbd08637d4950ca172fc01a56176a517390e1ee792b9dd3df8ec10214753c2c1c8c51a000298c3bc9fbba6b7b31293b85 SHA512 73791119038734d92c60d796d347a3341fa2b251b72d3765f945e1ba4d788b46d3490a485f335ff1f2c8ac77aa28aec6618acfe606df7a859babb5e1072b0cf4
-DIST akonadi-calendar-tools-24.08.2.tar.xz 264912 BLAKE2B c0da118eb8b2e56551c1329c4da01deebd8ad7cc45f4f53ca7ee15c27d16843364d31a93d45438030146143bbf1a1ffc7463721e132317beafa2846f920a2b5e SHA512 83e83917639b4426f21e1a2e4265ed837d7a3d0379a8d272490ded71325f05cf02caf0abb40e7fce19402e26e9971620ab57f9d628fe8dd31d94f53b8d7b12dd
DIST akonadi-calendar-tools-24.08.3.tar.xz 264972 BLAKE2B 42ac0a8451ac363d08b0ea322259c31423ced43aab36814b88e49adea48593a9806c36450ee5ca194f59ca6ecb621912890087d315e44b20438ebf5dec8b92d4 SHA512 0f7a5f7ef5939191b5a834a80f6b4f0bc32125dde62135eeb1a55235bbffeb7905b8e3c22b1aa57648e132a5f5a5172060c91025a0bbd4693bc363dfcefd36ef
diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.08.2.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.08.2.ebuild
deleted file mode 100644
index 32e049d9d4ca..000000000000
--- a/kde-apps/konsolekalendar/konsolekalendar-24.08.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoff"
-KDE_ORG_NAME="akonadi-calendar-tools"
-PVCUT=$(ver_cut 1-3)
-KFMIN=6.5.0
-inherit ecm gear.kde.org
-
-DESCRIPTION="Command line interface to KDE calendars"
-HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-DEPEND="
- >=kde-apps/akonadi-${PVCUT}:6
- >=kde-apps/akonadi-calendar-${PVCUT}:6
- >=kde-apps/calendarsupport-${PVCUT}:6
- >=kde-frameworks/kcalendarcore-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
- >=kde-apps/akonadi-calendar-tools-common-${PV}
-"
-
-src_prepare() {
- ecm_src_prepare
- ecm_punt_po_install
- cmake_comment_add_subdirectory calendarjanitor
-}