summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-05 13:59:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-05 18:58:48 +0100
commitb73095d02cd34064e75b8726e4b36bac78882aee (patch)
tree82d7209ecf18bf505364eea37547d4d53c7f5c4d /kde-apps/calendarsupport
parentkde-apps/calendarjanitor: drop 20.08.2* (diff)
downloadgentoo-b73095d02cd34064e75b8726e4b36bac78882aee.tar.gz
gentoo-b73095d02cd34064e75b8726e4b36bac78882aee.tar.bz2
gentoo-b73095d02cd34064e75b8726e4b36bac78882aee.zip
kde-apps/calendarsupport: drop 20.08.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/calendarsupport')
-rw-r--r--kde-apps/calendarsupport/Manifest1
-rw-r--r--kde-apps/calendarsupport/calendarsupport-20.08.2.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest
index db762817fa40..af64812cf069 100644
--- a/kde-apps/calendarsupport/Manifest
+++ b/kde-apps/calendarsupport/Manifest
@@ -1,3 +1,2 @@
DIST calendarsupport-20.04.3.tar.xz 651616 BLAKE2B e119b0d5d0e17c20e562b490f0f0674af4c8a96da6c82d8a296246d83c4e1ef083d9370ff049d0868ff79e22838592ec4825dcf0c3c19ad76df5d6b487ceeae6 SHA512 d7c0f8bed00501de8edb72fb53d68f155edbd8e0417adf11ea38d06bd363c466ed83a922fe6e49da2a6781b87aec440e5c1c5d21128e090b1ce63bb2eba18598
-DIST calendarsupport-20.08.2.tar.xz 660712 BLAKE2B 3844eb2bf28da8f6b58dc85ec68783fed2a4645f42c38cb7421f1137f694675b12b65707930058333ab0381180fba03ece0316d0c0984ef35dd9a8b1615b155f SHA512 0bfbefbd35f187348e317395bbe6fb0749cc9309d9368c0cb4305b5f23ff9e8c4e298cffe2ef1bd7b4041c992a4347d462fa5fec517021996e59cb8bf64c1874
DIST calendarsupport-20.08.3.tar.xz 661708 BLAKE2B cf7ef77afe14db2e5eddd48617f47f3d32c93b6d2697ed35f8dfacb73ca50d39e04ab459f8fb5ba18f48068034828c5d6fdd1af2604ae97586bfa4bac33b3029 SHA512 dc1f1eb8b633f19edf841e9b4d50b78afea9297918a4b3d8bab47352b53caec2737566504c9487fe1e36a01873e6e4bda8e257f997742d244d276992ddcc77f5
diff --git a/kde-apps/calendarsupport/calendarsupport-20.08.2.ebuild b/kde-apps/calendarsupport/calendarsupport-20.08.2.ebuild
deleted file mode 100644
index 1397e883fd2f..000000000000
--- a/kde-apps/calendarsupport/calendarsupport-20.08.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.72.0
-QTMIN=5.14.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}"