summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-24 13:43:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-28 10:45:05 +0100
commitb740a851bcf56bfb155b5b8d12a2a7b109192816 (patch)
tree4562b547201dd7887d11eb1aa0df2ff2e319a315 /kde-frameworks/kcalendarcore
parentkde-frameworks/karchive: drop 5.110.0 (diff)
downloadgentoo-b740a851bcf56bfb155b5b8d12a2a7b109192816.tar.gz
gentoo-b740a851bcf56bfb155b5b8d12a2a7b109192816.tar.bz2
gentoo-b740a851bcf56bfb155b5b8d12a2a7b109192816.zip
kde-frameworks/kcalendarcore: drop 5.110.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.110.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest
index 84840833c32c..6bbb7006f8c4 100644
--- a/kde-frameworks/kcalendarcore/Manifest
+++ b/kde-frameworks/kcalendarcore/Manifest
@@ -1,2 +1 @@
-DIST kcalendarcore-5.110.0.tar.xz 269040 BLAKE2B 9b92da2d84711fc028b8fb7513fb6f73042a334c7e5646cdf3952e0382a92d4510482b472d4ba57e122676bc328ea4a0c634c341c7482ccefcefa7b37f0b732f SHA512 567e880e82e364954508d1c51373134e0aaad75bb4f5967ec180ed795e4277b9ce96bf64695982f5c628cc3cb54a0f34829bf8f6bde16a57ef97ce7ae1691335
DIST kcalendarcore-5.112.0.tar.xz 267900 BLAKE2B 71c761453f36e369d02d2f4c5c8d397c1b1625cde49c1a52e13ee3d4ec57d212cc45666fdbed044f1e7a8ddd7be9dba4668dc5721a15f42b996407395df69d0a SHA512 493d2cf7346308395c8e0fb1906d1ce8dce252e706ba579d39d4508342f403508a8998b41df8cd0b4cbe0c31f350a5f255dc40204e85a66d5f66b1bea5de08de
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.110.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.110.0.ebuild
deleted file mode 100644
index 108d254ee32b..000000000000
--- a/kde-frameworks/kcalendarcore/kcalendarcore-5.110.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"