summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/konsolekalendar/Manifest1
-rw-r--r--kde-apps/konsolekalendar/konsolekalendar-22.07.80.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest
index 90c990c13f8..68ec991bf60 100644
--- a/kde-apps/konsolekalendar/Manifest
+++ b/kde-apps/konsolekalendar/Manifest
@@ -1,2 +1 @@
-DIST akonadi-calendar-tools-22.07.80.tar.xz 238276 BLAKE2B 6c986b557aab56a9e60518c3684691b3e9ddd77e7b3b7440a51ee20e163cf38916ddde25e6e8d3bf2cfd96bb821332e1d0069b5485bba3ce7825c67f730c4ebc SHA512 0ce1aa774340e76c04e98dcabb092bb07d65626cf19948650c7fd378770143cdea16081ea2fd6f444224e032b40f516c8bffc5be2fa66c9416c1f61076aadddb
DIST akonadi-calendar-tools-22.07.90.tar.xz 238268 BLAKE2B 3b12890c4887ebe17da49e150b178ec50d4aa13430b4cd2e04e51cfc681047151d60a112ec8421ea58f2dc459f5ded6db3507d979c6c68c74d6781443232b2ae SHA512 b0dcdff2e295ac83e9d1b5518330259695f4189ebafc032828625fc0c2fedfbcdce7f9fa091636790272a239d4d7066705fc4ebef78e66e2730fa9efc543b33d
diff --git a/kde-apps/konsolekalendar/konsolekalendar-22.07.80.ebuild b/kde-apps/konsolekalendar/konsolekalendar-22.07.80.ebuild
deleted file mode 100644
index 491f6714e5b..00000000000
--- a/kde-apps/konsolekalendar/konsolekalendar-22.07.80.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 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=5.96.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="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/akonadi-calendar-${PVCUT}:5
- >=kde-apps/calendarsupport-${PVCUT}:5
- >=kde-apps/kcalutils-${PVCUT}:5
- >=kde-frameworks/kcalendarcore-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- ecm_src_prepare
-
- # delete colliding calendarjanitor translations
- if [[ ${KDE_BUILD_TYPE} = release ]]; then
- rm -f po/*/calendarjanitor.po || die
- fi
-
- cmake_comment_add_subdirectory calendarjanitor
-}