mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
kde-frameworks/kholidays: drop 6.11.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
DIST kholidays-5.116.0.tar.xz 256892 BLAKE2B cce479f01963b41272821ab4ef016eaed4ef4b4248a83f7afa0f05f74fca9a683da709b46f88847e367924a5df9ea7f3f6f7d9b5a05e4f9127c824d66b70e3af SHA512 b12c7a4fd427992d94a79d87d077cf0fbcbd790046ded27afa95b7aaeed1fb0826ec544b555516d7e6dc451577674e6f3151dc0ff80890a3e10753dbc5b861fa
|
||||
DIST kholidays-6.10.0.tar.xz 256368 BLAKE2B fd273241e121a09b4ce9ab8c19a72f82883d9b0d6b95d0b899c64045c63238148dde9f029a1a775bd9438fdd377289d7a5dc841df637d1bd658d35c13fc24a53 SHA512 7dd00f18b6f946e0df3584e7b8194ae4cbec74b9cf2c334aac1035a4e5cd9add85a8d2d9354817205412059f4e41d0527a9c7b2fdbed1863508544efcfa0de50
|
||||
DIST kholidays-6.11.0.tar.xz 256404 BLAKE2B d483b695aade33f8b06cbfe2e6825e9c8c2e271d7443a1d545d849334efa606122e238aeb507993b9a0f02ae24cf57c8e4135604e3ecad485161b54907909834 SHA512 25d8f8760feb02d0d9118f0627bd9987472a865042e272ab3b8788d4da0bd11d7f8e5c813440541004806e52a5467711bd665d28e34f1d63f3ffa4854a6710f5
|
||||
DIST kholidays-6.12.0.tar.xz 256304 BLAKE2B 85656e6c71e01ed1d6149289fda4ac8007efe30d6e422ac68fdac346bcad86b218f0a64ce591049ef722b5a1e192ffab2590cde5dd5c4b97e7ae418380fcda53 SHA512 ae8b7e0c95428feab724056ff75ca95add97c343ca255761cdd220a462452eedb929a527b6994b041b8530387f4250dfc92e5923caeaf9bff673f749d5e6822e
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_QTHELP="false"
|
||||
ECM_TEST="true"
|
||||
QTMIN=6.7.2
|
||||
inherit ecm frameworks.kde.org
|
||||
|
||||
DESCRIPTION="Library to determine holidays and other special events for a geographical region"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-qt/qtdeclarative-${QTMIN}:6"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
|
||||
|
||||
src_test() {
|
||||
# bug 624214
|
||||
mkdir -p "${HOME}/.local/share/kf6/libkholidays" || die
|
||||
cp -r "${S}/holidays/plan2" "${HOME}/.local/share/kf6/libkholidays/" || die
|
||||
ecm_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user