diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-02 21:13:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-02 21:33:05 +0200 |
commit | 316316c9cc6a8844ebed29c76a5336968ec68aa6 (patch) | |
tree | c4d9bfc3e9330fca2c7936fbf50125dfed64e238 /kde-frameworks/kcalendarcore | |
parent | kde-frameworks/karchive: drop 5.106.0 (diff) | |
download | gentoo-316316c9cc6a8844ebed29c76a5336968ec68aa6.tar.gz gentoo-316316c9cc6a8844ebed29c76a5336968ec68aa6.tar.bz2 gentoo-316316c9cc6a8844ebed29c76a5336968ec68aa6.zip |
kde-frameworks/kcalendarcore: drop 5.106.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcalendarcore')
-rw-r--r-- | kde-frameworks/kcalendarcore/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kcalendarcore/kcalendarcore-5.106.0.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/kcalendarcore/Manifest b/kde-frameworks/kcalendarcore/Manifest index d29372d61894..9ccad5f344ae 100644 --- a/kde-frameworks/kcalendarcore/Manifest +++ b/kde-frameworks/kcalendarcore/Manifest @@ -1,2 +1 @@ -DIST kcalendarcore-5.106.0.tar.xz 266840 BLAKE2B ff777b65d4c5babfd89f8f22bd90c2bdf6fa10049a4f54768ed8bd6ca1ca992af40951815b213ca1c73802c856e44b73125b121c521839e4ad445effdcd69247 SHA512 df3d5111b4aa5261dd692faaf33e082119550a9328a9f01c3ae71f41e6054c1753c3d14afe5346cc7b0ced8dcae069812e96801bf123b5b4ef15bb9327b582bc DIST kcalendarcore-5.108.0.tar.xz 268804 BLAKE2B c7348bfabbefa34ac8edcf8baf1ae843c0319454ddb2683fd086431657723f2715f39e7efa1cc4183d9ba7e1a13096879b5d92e889c8d48ddf971f4caace6b45 SHA512 babca9e44582817ccf233f80bd519a91667374d5ab29918ac001b06b08568712f4e0b1f83aa28d7ff82f1e6609581ebbba1df051678389ff7da6e10881d72a83 diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.106.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.106.0.ebuild deleted file mode 100644 index 219b92761e3d..000000000000 --- a/kde-frameworks/kcalendarcore/kcalendarcore-5.106.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" |