diff options
author | 2021-11-04 13:40:16 +0100 | |
---|---|---|
committer | 2021-11-04 14:23:49 +0100 | |
commit | cf1af13ecf5c0f5d6d7210be88d35a92a69b4a7b (patch) | |
tree | d3a6bf11c2aed2f914a30c4e1f6ae5105a1fbb4f /kde-apps/konsolekalendar | |
parent | kde-apps/knotes: drop 21.08.2* (diff) | |
download | gentoo-cf1af13ecf5c0f5d6d7210be88d35a92a69b4a7b.tar.gz gentoo-cf1af13ecf5c0f5d6d7210be88d35a92a69b4a7b.tar.bz2 gentoo-cf1af13ecf5c0f5d6d7210be88d35a92a69b4a7b.zip |
kde-apps/konsolekalendar: drop 21.08.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/konsolekalendar')
-rw-r--r-- | kde-apps/konsolekalendar/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/konsolekalendar/konsolekalendar-21.08.2.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest index f62d09c9a900..115fffebc3e0 100644 --- a/kde-apps/konsolekalendar/Manifest +++ b/kde-apps/konsolekalendar/Manifest @@ -1,3 +1,2 @@ DIST akonadi-calendar-tools-21.04.3.tar.xz 236956 BLAKE2B 96ff649f343c240dff36c80dcf538a2d8f6dcdca678ca8b24a13e1fcd95f513ba1066ceabf8aefe9b5ed00059b797e1944155e8ff4123c29a5d92d681409ce49 SHA512 c2c7d856aa3805b44beac964212fe20a8c63f0e2950e9111d93270a05e48b37ac39339b94067bc3558d2651d5617c82d34433f0741722fbd16b8661e1f02ef3e -DIST akonadi-calendar-tools-21.08.2.tar.xz 236420 BLAKE2B 944b39d7f75621823a882a3cb4b3f03334623f2b8aca0727182e194595f8fda3c1e4cde301f7cbf69c4f68bda44ec997d63e104187c88f94846fd0e819575ad9 SHA512 c82032240c3406165af307441385e49a9e4669d6884c3f254c49a1bdc8e276350af1394afbe8fec3c7f7189c301a15c24e36876e1bbef5c166cc05899cd6f63a DIST akonadi-calendar-tools-21.08.3.tar.xz 236480 BLAKE2B 52d684780d95dc0fd957195844ab1a190018a47b62dec05e8bdd3adf565961e6c2b229c46b3ed6cb42e9a81b59800559a1049051eb69ac00cf7cdc98a40f3fb7 SHA512 1f2dc20a9b0d2d8ad35327ebbdf39e382f687120245b346d6b9e03d3c2d521e57208567c5edf6a5552515f62ecf25e0da43fae5bccd41d47114207a30afd5d4c diff --git a/kde-apps/konsolekalendar/konsolekalendar-21.08.2.ebuild b/kde-apps/konsolekalendar/konsolekalendar-21.08.2.ebuild deleted file mode 100644 index b37284d2d8ad..000000000000 --- a/kde-apps/konsolekalendar/konsolekalendar-21.08.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 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.84.0 -inherit ecm 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 -} |