dev-libs/kweathercore: drop 0.8.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-10-31 22:53:18 +01:00
parent af36753e1a
commit ecfd13962c
2 changed files with 0 additions and 35 deletions

View File

@@ -1,3 +1,2 @@
DIST kweathercore-0.8.0.tar.xz 76420 BLAKE2B ea0ec5ab24196ce5fa10811c9e54722606121a2176f354320b29121987905d9f6c25f1c332573d8cc2ee3c1bd324fd30d3c94644963431a77dcca3606487992a SHA512 eed813f528422969aed17b831bf6153e49595cf148bb9bda477acdf76d41922eededa55f312d075ccf7bece9e8291dddc0efc92713073fc3c99f438cc0844b69
DIST kweathercore-24.08.1.tar.xz 75384 BLAKE2B 8819e167a517e6cf51471b067b2ce1dc1a5d9aa5c61b9dec7ed8f72d5e8d9af372cbf697887034da1da9f35b759503c0a7b5649e14b7ffbe4dc65eb452f2a8d4 SHA512 1738a2744545f00f0eecd4473874341d8dc183a0961cb0ac37b83d219b4f222aa954d897840d7b5fa2affc5757088a1299c5f80fcd47777117a96160727cc2b4
DIST kweathercore-24.08.2.tar.xz 75340 BLAKE2B f7cff1fa91a0bbf20856c2a12c6eeabcd401ecc555874578ad92b83f811301a0ec40619f59c2c9c92f865385741cd3326dcb063aa4ed3225b2ac650950281114 SHA512 deb4b872e600db1f87cfed81c64f4de21706d2a1745f03aebb74002ad6b0aa1f857ca52e538443a5c76504aadefb035bf2bb544db40443ce69e047284066284e

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_NONGUI="true"
ECM_QTHELP="true"
ECM_TEST="true"
KFMIN=5.245.0
QTMIN=6.6.2
inherit ecm kde.org
DESCRIPTION="Library for retrieval of weather information including forecasts and alerts"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
KEYWORDS="amd64 arm64 ~ppc64 ~x86"
fi
LICENSE="LGPL-2+"
SLOT="6"
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[network]
>=dev-qt/qtpositioning-${QTMIN}:6
>=kde-frameworks/kholidays-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
"
RDEPEND="${DEPEND}"
CMAKE_SKIP_TESTS=(
locationquerytest
# bug 906392
metnoparsertest
)