From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1642483-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 118AC15817D for <garchives@archives.gentoo.org>; Fri, 14 Jun 2024 07:33:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DEDAE2BA5; Fri, 14 Jun 2024 07:33:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20DC0E2BA5 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2024 07:33:43 +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 4EB6F33C1C1 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2024 07:33:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2A3C1B94 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2024 07:33:40 +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: <1718350335.ba8e892ee46c0b6de05e2db9e968c8e2db36d7ad.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/lazarus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/lazarus/lazarus-3.0.ebuild X-VCS-Directories: dev-lang/lazarus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ba8e892ee46c0b6de05e2db9e968c8e2db36d7ad X-VCS-Branch: master Date: Fri, 14 Jun 2024 07:33:40 +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: fe361a01-f090-44b3-bae2-22cbc97d83dd X-Archives-Hash: ffbe8572a2a337c306ef6f3fef920e04 commit: ba8e892ee46c0b6de05e2db9e968c8e2db36d7ad Author: Denis Pronin <dannftk <AT> yandex <DOT> ru> AuthorDate: Mon Jun 10 05:57:17 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 14 07:32:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8e892e dev-lang/lazarus: update lazarus-3.0 and libqt6pas-1.0 dependency 1. remove qt5 from possible USE flags, we're targeting on qt6 2. use 3.0 for 3rd major version of lazarus and dependencies Signed-off-by: Denis Pronin <dannftk <AT> yandex.ru> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/lazarus/lazarus-3.0.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/dev-lang/lazarus/lazarus-3.0.ebuild b/dev-lang/lazarus/lazarus-3.0.ebuild index f6e4ab89c84a..cd47f1f30556 100644 --- a/dev-lang/lazarus/lazarus-3.0.ebuild +++ b/dev-lang/lazarus/lazarus-3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit desktop -# See https://wiki.freepascal.org/Lazarus_2.0_fixes_branch for notes and +# See https://wiki.freepascal.org/Lazarus_3.0_fixes_branch for notes and # changes in FPCVER. It *does* change between minor versions of lazarus. FPCVER="3.2.2" @@ -16,10 +16,10 @@ SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-3.0-mak S="${WORKDIR}/${PN}" LICENSE="GPL-2 LGPL-2.1-with-linking-exception" -SLOT="0/2.2" # Note: Slotting Lazarus needs slotting fpc, see DEPEND. +SLOT="0/3.0" # Note: Slotting Lazarus needs slotting fpc, see DEPEND. KEYWORDS="~amd64 ~x86" -IUSE="+gui gtk2 gtk qt5 qt6 extras" -REQUIRED_USE="gui? ( ^^ ( gtk2 gtk qt5 qt6 ) ) extras? ( gui )" +IUSE="+gui gtk2 gtk qt6 extras" +REQUIRED_USE="extras? ( gui )" # Pascal ignores CFLAGS and does its own stripping. Nothing else can be done about it. QA_FLAGS_IGNORED=" @@ -40,8 +40,7 @@ DEPEND=" gui? ( gtk2? ( x11-libs/gtk+:2 ) gtk? ( x11-libs/gtk+:3 ) - qt5? ( dev-libs/libqt5pas:0/2.2 ) - qt6? ( dev-libs/libqt6pas:0/2.2 ) + qt6? ( dev-libs/libqt6pas:0/3.0 ) ) " BDEPEND="net-misc/rsync" @@ -71,8 +70,6 @@ src_compile() { export LCL_PLATFORM=gtk2 elif ( use gtk ) ; then export LCL_PLATFORM=gtk3 - elif ( use qt5 ) ; then - export LCL_PLATFORM=qt5 else export LCL_PLATFORM=qt6 fi