diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-03 20:12:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-04 13:51:25 +0200 |
commit | 871762e3bed4ce3f4b55287844d43d2fb5d10485 (patch) | |
tree | 2634034def9ad5dddc2c6abf0ac09146fe2ec943 | |
parent | kde-apps/knotes: drop 24.05.1 (diff) | |
download | gentoo-871762e3bed4ce3f4b55287844d43d2fb5d10485.tar.gz gentoo-871762e3bed4ce3f4b55287844d43d2fb5d10485.tar.bz2 gentoo-871762e3bed4ce3f4b55287844d43d2fb5d10485.zip |
kde-apps/konsolekalendar: drop 24.05.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-apps/konsolekalendar/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/konsolekalendar/konsolekalendar-24.05.1.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest index 2def00985e8f..75b8bc816bc1 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.05.1.tar.xz 264432 BLAKE2B 67a865a55628ca6305b1d9e2acb0291517e2ee73a2d05dca4cc5092863cd542ffb84a8d87ca882130f23323b04fe9ced19ae2f403c64424fc4c0ec06bf3f2103 SHA512 82a80c95c9ec3ff225f20bfb701da223aa4d7df51187e6239614925e824c357d7af6fdaccd4b5b251898acbb804bd3737412ab9e9063955bd9025007be5a968e DIST akonadi-calendar-tools-24.05.2.tar.xz 264420 BLAKE2B a1c50f709ef1faec77b7b7e10e822d794aaff7de41f2c941e87f2cfd760da9be1c7d7048dc6aa305e356016baff55afdd63547962cdad5dfac503a60ec852311 SHA512 1bc632cd7787d5d45f4a0b350e20dd4e36b0a659954c3098ea050cf827ab814f67cf0441e2e4818d225b22fcd2b7c3e51eb08fee823f4333d107d4366e4caed3 diff --git a/kde-apps/konsolekalendar/konsolekalendar-24.05.1.ebuild b/kde-apps/konsolekalendar/konsolekalendar-24.05.1.ebuild deleted file mode 100644 index b9619e21ded8..000000000000 --- a/kde-apps/konsolekalendar/konsolekalendar-24.05.1.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.3.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 ~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}" - -src_prepare() { - ecm_src_prepare - - # delete colliding calendarjanitor translations - rm -f po/*/calendarjanitor.po || die - - cmake_comment_add_subdirectory calendarjanitor -} |