diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-22 22:39:24 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-22 23:15:51 +0200 |
commit | 93e3338882070870d19f7e39154ae2fa4fe338af (patch) | |
tree | b656a82c1c523f3ecc13bc905c8571f448fe4f9c /kde-frameworks | |
parent | kde-frameworks/karchive: drop 5.104.0 (diff) | |
download | gentoo-93e3338882070870d19f7e39154ae2fa4fe338af.tar.gz gentoo-93e3338882070870d19f7e39154ae2fa4fe338af.tar.bz2 gentoo-93e3338882070870d19f7e39154ae2fa4fe338af.zip |
kde-frameworks/kcalendarcore: drop 5.104.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kcalendarcore/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kcalendarcore/kcalendarcore-5.104.0.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest index 55b49ce0671c..0ca87fcd15c2 100644 --- a/kde-frameworks/kcalendarcore/Manifest +++ b/kde-frameworks/kcalendarcore/Manifest @@ -1,3 +1,2 @@ -DIST kcalendarcore-5.104.0.tar.xz 267004 BLAKE2B ce0cd37008e1439e38b8fb789f676a58499d64641aae94e3f847159075006744d89543d9244561942ed0a0c09045243f7b49eb42d59f0fa4b49194496f709130 SHA512 987ea6bccda0524abac7be24d01948b1e60819a0ff97d6ca1ab1e499e516d6ce7809e59588a830a6a5636eb51e41df758f7d7d4f2166efd0532458716692de7b DIST kcalendarcore-5.106.0.tar.xz 266840 BLAKE2B ff777b65d4c5babfd89f8f22bd90c2bdf6fa10049a4f54768ed8bd6ca1ca992af40951815b213ca1c73802c856e44b73125b121c521839e4ad445effdcd69247 SHA512 df3d5111b4aa5261dd692faaf33e082119550a9328a9f01c3ae71f41e6054c1753c3d14afe5346cc7b0ced8dcae069812e96801bf123b5b4ef15bb9327b582bc DIST kcalendarcore-5.107.0.tar.xz 268392 BLAKE2B ad497677ba7045e24a36e642bed62ca2fd1aaf1f1e96592b3724adeb3c0ec82a640c6f219a7e721489db46f5738af8322371907412edfc6fcf2c1c7dfedb26d4 SHA512 ce5cad2ff930573fedde8585e0f767fd5fae5d5254fc93271435a1fa738b4f59ad4efee6a671e79ec09ced17168a85513b903427fa97e500efabf348353fd6f8 diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.104.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.104.0.ebuild deleted file mode 100644 index 219b92761e3d..000000000000 --- a/kde-frameworks/kcalendarcore/kcalendarcore-5.104.0.ebuild +++ /dev/null @@ -1,23 +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.5 -VIRTUALX_REQUIRED="test" -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" |