diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-07-12 22:00:25 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-07-12 23:05:46 +0200 |
commit | 45a4a7610ebd717959711f49a5861fd3988705c0 (patch) | |
tree | 8165ab135fd62b14bdec0d6188f7f1dfd7827a6b /kde-apps/calendarsupport | |
parent | kde-apps/calendarjanitor: drop 21.04.2* (diff) | |
download | gentoo-45a4a7610ebd717959711f49a5861fd3988705c0.tar.gz gentoo-45a4a7610ebd717959711f49a5861fd3988705c0.tar.bz2 gentoo-45a4a7610ebd717959711f49a5861fd3988705c0.zip |
kde-apps/calendarsupport: drop 21.04.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/calendarsupport')
-rw-r--r-- | kde-apps/calendarsupport/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/calendarsupport/calendarsupport-21.04.2.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest index b229bbb6eb09..c82b374fe5b7 100644 --- a/kde-apps/calendarsupport/Manifest +++ b/kde-apps/calendarsupport/Manifest @@ -1,3 +1,2 @@ DIST calendarsupport-20.12.3.tar.xz 666200 BLAKE2B 9ba81d61384fb1f5f88c7166f54bb68989657416432948a5709451bc3387102c2b54e99465f15b7e1dcaf46a917a2e211a8fdfc2ad1be09f651a899a593d11a3 SHA512 cfb2c1faabdeae1aee13d1f0a6e3b960b68e835e5f96dc86acb9af7c84d57516b3e7ab131e9f0dda12db41e26aabe65f02c4326c989ed2f54620325e6b11196e -DIST calendarsupport-21.04.2.tar.xz 755412 BLAKE2B 38842452503d7c9aa72fd1f05e20feb1e800f5feb1a4b290c23deaa7ea22ddb8d92fa84f77ac1e37bab4a5fe7976d5cd8fa3bc3cd926922ef70a47c0775e2cdb SHA512 3703dfc4067ee3395a5536db71ca82afd1a9a7a2ec19f649ed28d4b5160e860f7086ff8816f6dc2c7c6bdc4f26b65f60eb802eccf5f06168fbffd47bed4c0b50 DIST calendarsupport-21.04.3.tar.xz 755748 BLAKE2B ca30c2f2a991c3fe4989220d59c9eb2913169c0dffd5fde1c009bb771882c2440a76b868c907ed41f6a7a01be07e79041d813da6d12275a7ea34591cc5654c78 SHA512 10ed1bfc953483b0af1cb6e8cb5d35659b0400cb5e61723fdc8a22eba7c5205c8c944fb2c3ba7b07907dd673111cc7bb12db2ac3e04f3bc27c824cdfde401cd2 diff --git a/kde-apps/calendarsupport/calendarsupport-21.04.2.ebuild b/kde-apps/calendarsupport/calendarsupport-21.04.2.ebuild deleted file mode 100644 index 5349cf98524d..000000000000 --- a/kde-apps/calendarsupport/calendarsupport-21.04.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="false" -KFMIN=5.80.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.2 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Calendar support library" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="5" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -IUSE="" - -DEPEND=" - dev-libs/libical - >=dev-qt/designer-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtprintsupport-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-apps/akonadi-${PVCUT}:5 - >=kde-apps/akonadi-calendar-${PVCUT}:5 - >=kde-apps/akonadi-mime-${PVCUT}:5 - >=kde-apps/akonadi-notes-${PVCUT}:5 - >=kde-apps/kcalutils-${PVCUT}:5 - >=kde-apps/kidentitymanagement-${PVCUT}:5 - >=kde-apps/kmime-${PVCUT}:5 - >=kde-apps/libkdepim-${PVCUT}:5 - >=kde-apps/pimcommon-${PVCUT}:5 - >=kde-frameworks/kcalendarcore-${KFMIN}:5 - >=kde-frameworks/kcodecs-${KFMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/kholidays-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kjobwidgets-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |