summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-04 12:04:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-05 09:33:09 +0100
commitae188110567e92b7b7536860b343d6891ad43395 (patch)
treefcd66586e0c99d37850c7b02b1a7193e72aae2e3 /kde-frameworks/kcalendarcore
parentkde-frameworks/karchive: drop 5.112.0 (diff)
downloadgentoo-ae188110567e92b7b7536860b343d6891ad43395.tar.gz
gentoo-ae188110567e92b7b7536860b343d6891ad43395.tar.bz2
gentoo-ae188110567e92b7b7536860b343d6891ad43395.zip
kde-frameworks/kcalendarcore: drop 5.112.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.112.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest
index a0dffec084e1..4d774a98ed31 100644
--- a/kde-frameworks/kcalendarcore/Manifest
+++ b/kde-frameworks/kcalendarcore/Manifest
@@ -1,3 +1,2 @@
-DIST kcalendarcore-5.112.0.tar.xz 267900 BLAKE2B 71c761453f36e369d02d2f4c5c8d397c1b1625cde49c1a52e13ee3d4ec57d212cc45666fdbed044f1e7a8ddd7be9dba4668dc5721a15f42b996407395df69d0a SHA512 493d2cf7346308395c8e0fb1906d1ce8dce252e706ba579d39d4508342f403508a8998b41df8cd0b4cbe0c31f350a5f255dc40204e85a66d5f66b1bea5de08de
DIST kcalendarcore-5.113.0.tar.xz 266960 BLAKE2B 3b58335f435bb50dad2b077f4caaa540440b213d5e73af42bb740a2130167a824b212f231f8a5209d09aaa52034f7a9ff5a951153be650d33aadc82a62b423ce SHA512 cd0c7eb782f6d03dca63c72087cc3d03730453652f4dfcf893df7b2580b86d20c1164c237f5a6f99dbc9e273f0092ae2b41313744339f94a5593f28ba031577a
DIST kcalendarcore-5.247.0.tar.xz 260684 BLAKE2B e74265f4e57c15c0ddc5820a770a3992d33d7c0d1d6c8e20661eb1da8a76c62f96ab707f163c4d9e84d5b65bd2c7f232b9b272bb3aa998355bf30a55aefe912d SHA512 a61a0a09cf197b841628c8d747d48e9ba8aad5baf075641c031a360df077d586bb4775c880df18483af84c7be831d5dc3a92242a5eb6d5ba6b48c809e0f6c036
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.112.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.112.0.ebuild
deleted file mode 100644
index 108d254ee32b..000000000000
--- a/kde-frameworks/kcalendarcore/kcalendarcore-5.112.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"