summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-18 19:20:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-20 13:31:03 +0200
commit58bfdfbbe26b23cd735f07289fdc5d1d4982ffa0 (patch)
treecb28d6cbd4f9245651765123e75e77e1763d2841
parentkde-apps/konquest: drop 24.02.2 (diff)
downloadgentoo-58bfdfbbe26b23cd735f07289fdc5d1d4982ffa0.tar.gz
gentoo-58bfdfbbe26b23cd735f07289fdc5d1d4982ffa0.tar.bz2
gentoo-58bfdfbbe26b23cd735f07289fdc5d1d4982ffa0.zip
kde-apps/konsolekalendar: drop 24.02.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/konsolekalendar/Manifest1
-rw-r--r--kde-apps/konsolekalendar/konsolekalendar-24.02.2.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest
index 9dbd40186e6d..73dcd1c57d58 100644
--- a/kde-apps/konsolekalendar/Manifest
+++ b/kde-apps/konsolekalendar/Manifest
@@ -1,3 +1,2 @@
DIST akonadi-calendar-tools-23.08.5.tar.xz 255924 BLAKE2B 9270cc942f35b06bcc7f16d28f6c426a35683cf344d1837a5e51542cbd6502256f7ba58f3768b16356e445982e287fada396fd36dba6e9d45fb822fb2947d5a5 SHA512 9dccd51cf1004d639c0f02fc7e5ebed71093ca375a2895a301723762a073644b565930f9ee4cf663195db87370497b976ecf216dcf8c1d67bd00481f9e7a2082
-DIST akonadi-calendar-tools-24.02.2.tar.xz 261788 BLAKE2B 748015c2d26c39412a54643d8a5ed9c4b9ca0366f5803ffa0a313cf928476c427778d0bcfe0d44f43e908792570db4c3daebcb5f0f376f6923ab832ac60fdf7d SHA512 3d727a38922cacaca1b9d0d8ffbfbafdf4b4c20f5c2e3e63ef8abf5ce633c282bea0ee1fd57fef41d694f76874eecd25576b2aa61123e86791018862ad06e192
DIST akonadi-calendar-tools-24.04.90.tar.xz 264324 BLAKE2B 9890971675c91fcfcdb7269caeca41f2c001656fad767810275dbb5985d50a9a344a49311647e98048e545e32828061daf98a7bba3319a4132ae52b9c71f46fe SHA512 81611080f81458c639cf38c2355d303c70b31581b791cbdbb75fc71ad0339ee0a0e77a2dd208128eceb3ff9a2fcebc5508b1121170fd440bb09578d5fbf68784
diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.02.2.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.02.2.ebuild
deleted file mode 100644
index e7231769dc22..000000000000
--- a/kde-apps/konsolekalendar/konsolekalendar-24.02.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KDE_ORG_NAME="akonadi-calendar-tools"
-PVCUT=$(ver_cut 1-3)
-KFMIN=6.0.0
-inherit ecm gear.kde.org
-
-DESCRIPTION="Command line interface to KDE calendars"
-HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-SLOT="6"
-KEYWORDS="~amd64"
-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}"
-
-src_prepare() {
- ecm_src_prepare
-
- # delete colliding calendarjanitor translations
- rm -f po/*/calendarjanitor.po || die
-
- cmake_comment_add_subdirectory calendarjanitor
-}