aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 20:50:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 22:22:26 +0100
commit0dbf136652df1c4d47160f03962082ab048baeeb (patch)
tree2e3c5bbd1660301325c908e4c977498659590c5d /dev-libs
parentapp-editors/ghostwriter: drop 24.08.49.9999 (diff)
downloadkde-0dbf136652df1c4d47160f03962082ab048baeeb.tar.gz
kde-0dbf136652df1c4d47160f03962082ab048baeeb.tar.bz2
kde-0dbf136652df1c4d47160f03962082ab048baeeb.zip
dev-libs/kweathercore: drop 24.08.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/kweathercore/kweathercore-24.08.49.9999.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-libs/kweathercore/kweathercore-24.08.49.9999.ebuild b/dev-libs/kweathercore/kweathercore-24.08.49.9999.ebuild
deleted file mode 100644
index 303921312f..0000000000
--- a/dev-libs/kweathercore/kweathercore-24.08.49.9999.ebuild
+++ /dev/null
@@ -1,32 +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=6.5.0
-QTMIN=6.7.2
-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/qtpositioning-${QTMIN}:6
- >=kde-frameworks/kholidays-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"
-
-CMAKE_SKIP_TESTS=(
- locationquerytest
- # bug 906392
- metnoparsertest
-)