summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-10 13:28:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-10 13:43:57 +0200
commit84e5a505a073ff8a206964710f96a6a9178fdc48 (patch)
treed837592144f89425adf824c62b7ba25da67a581c /kde-frameworks/kcalendarcore
parentkde-frameworks/karchive: drop 5.109.0 (diff)
downloadgentoo-84e5a505a073ff8a206964710f96a6a9178fdc48.tar.gz
gentoo-84e5a505a073ff8a206964710f96a6a9178fdc48.tar.bz2
gentoo-84e5a505a073ff8a206964710f96a6a9178fdc48.zip
kde-frameworks/kcalendarcore: drop 5.109.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcalendarcore')
-rw-r--r--kde-frameworks/kcalendarcore/Manifest1
-rw-r--r--kde-frameworks/kcalendarcore/kcalendarcore-5.109.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest
index 6a2576195f0c..6be62ff59e73 100644
--- a/kde-frameworks/kcalendarcore/Manifest
+++ b/kde-frameworks/kcalendarcore/Manifest
@@ -1,3 +1,2 @@
DIST kcalendarcore-5.108.0.tar.xz 268804 BLAKE2B c7348bfabbefa34ac8edcf8baf1ae843c0319454ddb2683fd086431657723f2715f39e7efa1cc4183d9ba7e1a13096879b5d92e889c8d48ddf971f4caace6b45 SHA512 babca9e44582817ccf233f80bd519a91667374d5ab29918ac001b06b08568712f4e0b1f83aa28d7ff82f1e6609581ebbba1df051678389ff7da6e10881d72a83
-DIST kcalendarcore-5.109.0.tar.xz 266968 BLAKE2B b07b913c3a5240ea9bb276dea290911f7c9bfc32e76b2733d54cbc16758517caae96b18cffee26fc89f7e2ab111be751ca65a201d6b461ccd52e9a2e2f076400 SHA512 fe1c60ca3d002db2e1b83f2cfc8a15b875cf365d81b471c21c2f094baf313ee40f3bf3dc29d90b1dd760ac721f58e6db51b45276f93ef3c983148d17f996f927
DIST kcalendarcore-5.110.0.tar.xz 269040 BLAKE2B 9b92da2d84711fc028b8fb7513fb6f73042a334c7e5646cdf3952e0382a92d4510482b472d4ba57e122676bc328ea4a0c634c341c7482ccefcefa7b37f0b732f SHA512 567e880e82e364954508d1c51373134e0aaad75bb4f5967ec180ed795e4277b9ce96bf64695982f5c628cc3cb54a0f34829bf8f6bde16a57ef97ce7ae1691335
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.109.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.109.0.ebuild
deleted file mode 100644
index 7b1316c31b07..000000000000
--- a/kde-frameworks/kcalendarcore/kcalendarcore-5.109.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Library for interfacing with calendars"
-LICENSE="GPL-2+ test? ( LGPL-3+ )"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RESTRICT="test" # multiple tests fail or hang indefinitely
-
-DEPEND="
- >=dev-libs/libical-3.0.5:=
- >=dev-qt/qtgui-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/bison"