From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1EFEF1581C1 for ; Fri, 12 Jul 2024 19:15:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47C98E2A40; Fri, 12 Jul 2024 19:15:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2204AE2A40 for ; Fri, 12 Jul 2024 19:15:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13893335DC3 for ; Fri, 12 Jul 2024 19:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7695C1BD7 for ; Fri, 12 Jul 2024 19:15:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1720810265.fb28d77fdb48aac93e17dadf1c8ea424100c2695.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kweathercore/kweathercore-9999.ebuild X-VCS-Directories: dev-libs/kweathercore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fb28d77fdb48aac93e17dadf1c8ea424100c2695 X-VCS-Branch: master Date: Fri, 12 Jul 2024 19:15:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3728d6e9-865d-4ee1-acf3-09486c2da34a X-Archives-Hash: 3416d488db8c1f7b50b34d5ba049419c commit: fb28d77fdb48aac93e17dadf1c8ea424100c2695 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 12 18:49:10 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 12 18:51:05 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fb28d77f dev-libs/kweathercore: Prepare for KDE Gear 24.08 inclusion Upstream commit 0b86acbcd525e23313d4a3f7358f0a6582d5efee See also: https://mail.kde.org/pipermail/release-team/2024-June/013440.html Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kweathercore/kweathercore-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-libs/kweathercore/kweathercore-9999.ebuild b/dev-libs/kweathercore/kweathercore-9999.ebuild index be7adc1fb8..2dbf90fcef 100644 --- a/dev-libs/kweathercore/kweathercore-9999.ebuild +++ b/dev-libs/kweathercore/kweathercore-9999.ebuild @@ -8,16 +8,14 @@ ECM_QTHELP="true" ECM_TEST="true" KFMIN=6.3.0 QTMIN=6.6.2 -inherit ecm kde.org +inherit ecm gear.kde.org DESCRIPTION="Library for retrieval of weather information including forecasts and alerts" +HOMEPAGE="https://invent.kde.org/libraries/kweathercore" -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64" -fi LICENSE="LGPL-2+" SLOT="6" +KEYWORDS="" DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[network]