kde-frameworks/kholidays: drop 5.99.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2023-02-14 20:19:13 +01:00
parent 03bc55824b
commit 49c097f2a9
2 changed files with 0 additions and 27 deletions

View File

@@ -1,3 +1,2 @@
DIST kholidays-5.102.0.tar.xz 252728 BLAKE2B 6f486a0ea361df7172d5b0409411ef5bd0bfc82f79372d0d08948cb0a694412bc3c003be0b5c5118897c2b93a8df3b006818d5e454634c3ec44cb47e47d02b5b SHA512 d285c9b14f9be8bf74a3a40792e250965e0338dd81ce24408fa9c81715c5cc5de19dbc7243f8b545a8d17cdffd175bcdacc38b641060e720c34d147124e2ef54
DIST kholidays-5.103.0.tar.xz 253052 BLAKE2B 1ec74355179bd10aa6abab6340475acc35951f94bb294ce0acd5f89373b42880ed8d838d0bcb8120c831f8a021ad8b7627bf0d64b5350cd436202446cc59686a SHA512 3b393d291c6146fe9acc7a24f497988e4f9de6c62fa9a2550f215c1ef57e9ea44f410b464d2bd343dd00ca6567c1fb33a196826787d97a7a83f46b4aa6cdb718
DIST kholidays-5.99.0.tar.xz 241976 BLAKE2B a11770874e77550a17d0579b6e5af31deb6e77310a1a2918ca6eb296209b7d6a172fe0d7f7273e6741a32fd7cec3d89e28025a2ca24c5131cb9127e7ab4cdf89 SHA512 42a1966aa2ed52898fc158a575dc03e6dc28087753b0819fa7909be516ddfdf7f012947947540bdcbfea6144920702a6f908850dff5b2d5aac48430136594ae0

View File

@@ -1,26 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="false"
ECM_TEST="true"
QTMIN=5.15.5
inherit ecm frameworks.kde.org
DESCRIPTION="Library to determine holidays and other special events for a geographical region"
LICENSE="LGPL-2.1+"
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
IUSE=""
DEPEND=">=dev-qt/qtdeclarative-${QTMIN}:5"
RDEPEND="${DEPEND}"
BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
src_test() {
# bug 624214
mkdir -p "${HOME}/.local/share/kf5/libkholidays" || die
cp -r "${S}/holidays/plan2" "${HOME}/.local/share/kf5/libkholidays/" || die
ecm_src_test
}