From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1580819-garchives=archives.gentoo.org@lists.gentoo.org> 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 99229158015 for <garchives@archives.gentoo.org>; Sun, 17 Dec 2023 12:04:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB1D12BC050; Sun, 17 Dec 2023 12:04:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD0EB2BC050 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Dec 2023 12:04:36 +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 D5B1734076D for <gentoo-commits@lists.gentoo.org>; Sun, 17 Dec 2023 12:04:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AD371320 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Dec 2023 12:04:34 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1702814666.9157769fc89af6f9d475e6c55a767f8463fb733b.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ksmtp/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ksmtp/ksmtp-9999.ebuild X-VCS-Directories: kde-apps/ksmtp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9157769fc89af6f9d475e6c55a767f8463fb733b X-VCS-Branch: master Date: Sun, 17 Dec 2023 12:04:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 634191e1-f2a6-4562-9ca0-d8510f48136a X-Archives-Hash: e0c62b349755bfb655166348f6a81935 commit: 9157769fc89af6f9d475e6c55a767f8463fb733b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Dec 6 21:34:07 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 17 12:04:26 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9157769f kde-apps/ksmtp: Port to KF6 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> kde-apps/ksmtp/ksmtp-9999.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kde-apps/ksmtp/ksmtp-9999.ebuild b/kde-apps/ksmtp/ksmtp-9999.ebuild index 83eaa60000..73eae86541 100644 --- a/kde-apps/ksmtp/ksmtp-9999.ebuild +++ b/kde-apps/ksmtp/ksmtp-9999.ebuild @@ -5,15 +5,15 @@ EAPI=8 ECM_QTHELP="true" ECM_TEST="true" -KFMIN=5.106.0 -QTMIN=5.15.9 +KFMIN=5.245.0 +QTMIN=6.6.0 inherit ecm gear.kde.org DESCRIPTION="Job-based library to send email through an SMTP server" HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html" LICENSE="LGPL-2.1+" -SLOT="5" +SLOT="6" KEYWORDS="" IUSE="" @@ -21,9 +21,9 @@ RESTRICT="test" # bug 642410 DEPEND=" dev-libs/cyrus-sasl - >=dev-qt/qtnetwork-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 + >=dev-qt/qtbase-${QTMIN}:6[network] + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 " RDEPEND="${DEPEND}"