summaryrefslogtreecommitdiff
path: root/dev-libs/kweathercore
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-11-06 17:46:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-11-06 17:50:41 +0100
commit59d794135c6363953d30f58f0157b19b4dce8a06 (patch)
treec27d578d14f3572b99da97459408dacbea3ba50d /dev-libs/kweathercore
parentb32bdea30f6570acc642e555f8ac165a267849f6 (diff)
downloadkde-59d794135c6363953d30f58f0157b19b4dce8a06.tar.gz
kde-59d794135c6363953d30f58f0157b19b4dce8a06.tar.bz2
kde-59d794135c6363953d30f58f0157b19b4dce8a06.zip
dev-libs/kweathercore: drop 25.08.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kweathercore')
-rw-r--r--dev-libs/kweathercore/kweathercore-25.08.49.9999.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-libs/kweathercore/kweathercore-25.08.49.9999.ebuild b/dev-libs/kweathercore/kweathercore-25.08.49.9999.ebuild
deleted file mode 100644
index 0d29178f46d..00000000000
--- a/dev-libs/kweathercore/kweathercore-25.08.49.9999.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=""
-
-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
-)