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 2545A158041 for ; Sun, 3 Mar 2024 13:56:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 511EFE2AEC; Sun, 3 Mar 2024 13:56:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 11D0AE2AEC for ; Sun, 3 Mar 2024 13:56:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13B0B33D9AD for ; Sun, 3 Mar 2024 13:56:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CE9514F1 for ; Sun, 3 Mar 2024 13:56:06 +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: <1709469082.e819e16c681a848bc7c1105afe87465638382179.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: games-board/atlantik/ X-VCS-Repository: proj/kde X-VCS-Files: games-board/atlantik/atlantik-9999.ebuild X-VCS-Directories: games-board/atlantik/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e819e16c681a848bc7c1105afe87465638382179 X-VCS-Branch: master Date: Sun, 3 Mar 2024 13:56:06 +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: d6bc865e-07b6-4051-854e-45afdfec7376 X-Archives-Hash: dd1817d6fd61b0d9fa17ad837b4c3dd5 commit: e819e16c681a848bc7c1105afe87465638382179 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 3 12:29:41 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 3 12:31:22 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e819e16c games-board/atlantik: Port to KF6, update dependencies Upstream commits: 4f788cef06bfc09e44349ca9f56f6ed983e742a3 04ac692220928477012c1349dc878ef64a29cb08 Signed-off-by: Andreas Sturmlechner gentoo.org> games-board/atlantik/atlantik-9999.ebuild | 33 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/games-board/atlantik/atlantik-9999.ebuild b/games-board/atlantik/atlantik-9999.ebuild index bc73bdc069..10460af59c 100644 --- a/games-board/atlantik/atlantik-9999.ebuild +++ b/games-board/atlantik/atlantik-9999.ebuild @@ -4,8 +4,8 @@ EAPI=8 ECM_HANDBOOK="optional" -KFMIN=5.106.0 -QTMIN=5.15.9 +KFMIN=6.0.0 +QTMIN=6.6.2 inherit ecm kde.org DESCRIPTION="Atlantik board game" @@ -17,20 +17,19 @@ KEYWORDS="" IUSE="" DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - kde-apps/libkdegames:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kiconthemes-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/knotifyconfig-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 + >=dev-qt/qt5compat-${QTMIN}:6 + >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets,xml] + kde-apps/libkdegames:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kconfigwidgets-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kcrash-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kiconthemes-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/knotifyconfig-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 " RDEPEND="${DEPEND}"