summaryrefslogtreecommitdiff
path: root/dev-libs/kweathercore/kweathercore-25.08.2.ebuild
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2025-10-09 18:04:32 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2025-10-09 18:04:32 +0000
commitda9538c53fdb39d6fa2f106d26e8e9607be89551 (patch)
tree8779b85b04bcb6d4f77f8b4febcc55a7e698afbc /dev-libs/kweathercore/kweathercore-25.08.2.ebuild
parent3663bca6d1ab053825704441c81d36f2e0c7f27e (diff)
parentd59169eb23f776b4f608c4c7659d386b8a65aaa1 (diff)
downloadkde-da9538c53fdb39d6fa2f106d26e8e9607be89551.tar.gz
kde-da9538c53fdb39d6fa2f106d26e8e9607be89551.tar.bz2
kde-da9538c53fdb39d6fa2f106d26e8e9607be89551.zip
Merge updates from master
Diffstat (limited to 'dev-libs/kweathercore/kweathercore-25.08.2.ebuild')
-rw-r--r--dev-libs/kweathercore/kweathercore-25.08.2.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-libs/kweathercore/kweathercore-25.08.2.ebuild b/dev-libs/kweathercore/kweathercore-25.08.2.ebuild
deleted file mode 100644
index 61babfbf0c8..00000000000
--- a/dev-libs/kweathercore/kweathercore-25.08.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2025 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=6.16.0
-QTMIN=6.9.1
-inherit ecm gear.kde.org
-
-DESCRIPTION="Library for retrieval of weather information including forecasts and alerts"
-HOMEPAGE="https://invent.kde.org/libraries/kweathercore"
-
-LICENSE="LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[network]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=dev-qt/qtpositioning-${QTMIN}:6
- >=kde-frameworks/kholidays-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"
-
-CMAKE_SKIP_TESTS=(
- locationquerytest
- # bug 906392
- metnoparsertest
-)