From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F20F9158176 for ; Sun, 12 Oct 2025 17:38:11 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D1D303415F9 for ; Sun, 12 Oct 2025 17:38:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CD83A1104A0; Sun, 12 Oct 2025 17:38:06 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C4B461104A0 for ; Sun, 12 Oct 2025 17:38:06 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C316341295 for ; Sun, 12 Oct 2025 17:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A24C3993 for ; Sun, 12 Oct 2025 17:38:05 +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: <1760290552.5d9b6c0549c29b58d98081a8b7c0fc061a0dd5aa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/marble/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/marble/marble-25.08.2.ebuild X-VCS-Directories: kde-apps/marble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5d9b6c0549c29b58d98081a8b7c0fc061a0dd5aa X-VCS-Branch: master Date: Sun, 12 Oct 2025 17:38:05 +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: 17ca3a44-0a1b-4bb7-afde-9ce18f394995 X-Archives-Hash: 784b1c77e11a3aa9cffd5323157018e1 commit: 5d9b6c0549c29b58d98081a8b7c0fc061a0dd5aa Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 12 17:32:54 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 12 17:35:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9b6c05 kde-apps/marble: drop 25.08.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/marble/marble-25.08.2.ebuild | 95 ----------------------------------- 1 file changed, 95 deletions(-) diff --git a/kde-apps/marble/marble-25.08.2.ebuild b/kde-apps/marble/marble-25.08.2.ebuild deleted file mode 100644 index 5af62ffc7b4c..000000000000 --- a/kde-apps/marble/marble-25.08.2.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="optional" # see src/apps/marble-kde/CMakeLists.txt -ECM_TEST="true" -KFMIN=6.16.0 -QTMIN=6.9.1 -inherit ecm gear.kde.org xdg - -DESCRIPTION="Virtual Globe and World Atlas to learn more about Earth" -HOMEPAGE="https://marble.kde.org/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="6/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" -IUSE="aprs +dbus designer +geolocation gps +kde +pbf phonon shapefile +webengine" - -# bug 588320 -RESTRICT="test" - -# FIXME (new package): libwlocate, WLAN-based geolocation -DEPEND=" - >=dev-qt/qt5compat-${QTMIN}:6 - >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus?,gui,network,sql,widgets,xml] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtsvg-${QTMIN}:6 - sys-libs/zlib - aprs? ( >=dev-qt/qtserialport-${QTMIN}:6 ) - designer? ( >=dev-qt/qttools-${QTMIN}:6[designer] ) - geolocation? ( >=dev-qt/qtpositioning-${QTMIN}:6 ) - gps? ( sci-geosciences/gpsd:= ) - kde? ( - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kconfigwidgets-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kcrash-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/kparts-${KFMIN}:6 - >=kde-frameworks/krunner-${KFMIN}:6 - webengine? ( >=dev-qt/qtwebengine-${QTMIN}:6[qml] ) - ) - pbf? ( - dev-cpp/abseil-cpp:= - dev-libs/protobuf:= - ) - phonon? ( >=media-libs/phonon-4.12.0[qt6(+)] ) - shapefile? ( sci-libs/shapelib:= ) - webengine? ( - >=dev-qt/qtwebchannel-${QTMIN}:6 - >=dev-qt/qtwebengine-${QTMIN}:6[widgets] - ) -" -RDEPEND="${DEPEND} - kde? ( - dev-libs/kirigami-addons:6 - >=dev-qt/qt5compat-${QTMIN}:6[qml] - >=kde-frameworks/kirigami-${KFMIN}:6 - ) -" -BDEPEND=" - >=dev-qt/qttools-${QTMIN}:6[linguist] - aprs? ( dev-lang/perl ) -" - -src_prepare() { - ecm_src_prepare - - rm -r src/3rdparty/zlib || die "Failed to remove bundled libs" -} - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package aprs Perl) - $(cmake_use_find_package geolocation Qt6Positioning) - -DBUILD_WITH_DBUS=$(usex dbus) - -DWITH_DESIGNER_PLUGIN=$(usex designer) - -DWITH_libgps=$(usex gps) - $(cmake_use_find_package pbf Protobuf) - -DWITH_Phonon4Qt6=$(usex phonon) - -DWITH_libshp=$(usex shapefile) - $(cmake_use_find_package webengine Qt6WebEngineWidgets) - -DWITH_libwlocate=OFF - # bug 608890 - -DKDE_INSTALL_CONFDIR="/etc/xdg" - ) - # KF6KIO: src/thumbnailer/CMakeLists.txt - # KF6Runner: src/plasmarunner/CMakeLists.txt - for x in CoreAddons I18n Config Crash KIO Parts Runner; do - mycmakeargs+=( $(cmake_use_find_package kde KF6${x}) ) - done - ecm_src_configure -}