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 2E0E815817D for ; Fri, 14 Jun 2024 09:33:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B736E2B24; Fri, 14 Jun 2024 09:33:52 +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 3D713E2B24 for ; Fri, 14 Jun 2024 09:33:52 +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 172B833BEEE for ; Fri, 14 Jun 2024 09:33:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70C921CE8 for ; Fri, 14 Jun 2024 09:33:49 +0000 (UTC) From: "Sam James" 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" Message-ID: <1718357563.fb0949b5cfdacdd5c1d00a52ecbf9259e5cba803.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqt6pas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libqt6pas/Manifest dev-libs/libqt6pas/libqt6pas-1.0.0-r1.ebuild dev-libs/libqt6pas/libqt6pas-6.2.7.ebuild X-VCS-Directories: dev-libs/libqt6pas/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fb0949b5cfdacdd5c1d00a52ecbf9259e5cba803 X-VCS-Branch: master Date: Fri, 14 Jun 2024 09:33:49 +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: d395d831-fbd5-4e77-8e9d-9d6eb467c165 X-Archives-Hash: 3c7952c5a97fb789d337db0f13a0173c commit: fb0949b5cfdacdd5c1d00a52ecbf9259e5cba803 Author: Sam James gentoo org> AuthorDate: Fri Jun 14 09:24:56 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 14 09:32:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0949b5 dev-libs/libqt6pas: add 6.2.7, drop 1.0.0-r1 Use the proper version from Qt6Pas.pro. This version is tied to what's in lazarus-3.0 but it's the same in lazarus-3.2. Also, don't unnecessarily rename the distfile so it can be reused rather than downloaded twice by users with lazarus. Bug: https://bugs.gentoo.org/934158 Bug: https://bugs.gentoo.org/934235 Signed-off-by: Sam James gentoo.org> dev-libs/libqt6pas/Manifest | 2 +- .../{libqt6pas-1.0.0-r1.ebuild => libqt6pas-6.2.7.ebuild} | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dev-libs/libqt6pas/Manifest b/dev-libs/libqt6pas/Manifest index decf4b455c49..bafdbea1a0b3 100644 --- a/dev-libs/libqt6pas/Manifest +++ b/dev-libs/libqt6pas/Manifest @@ -1 +1 @@ -DIST libqt6pas-1.0.0.tar.gz 87513233 BLAKE2B 26e8492194541453230832591445b97827e65b61531078cb4bd1c9f549bcd0aa531fef036f701de885e96f9e56476b0dd1c9465e2388ea43080ba418acbd097e SHA512 85cb3548fab017f2fd97f5fb141d59a0d0ec1412a161f98fea726ad5d6ed32ee2eb6ef6573e058d4df7dfcc067256e842acf994b73c9a50ebfb064657db33881 +DIST lazarus-3.0-0.tar.gz 87513233 BLAKE2B 26e8492194541453230832591445b97827e65b61531078cb4bd1c9f549bcd0aa531fef036f701de885e96f9e56476b0dd1c9465e2388ea43080ba418acbd097e SHA512 85cb3548fab017f2fd97f5fb141d59a0d0ec1412a161f98fea726ad5d6ed32ee2eb6ef6573e058d4df7dfcc067256e842acf994b73c9a50ebfb064657db33881 diff --git a/dev-libs/libqt6pas/libqt6pas-1.0.0-r1.ebuild b/dev-libs/libqt6pas/libqt6pas-6.2.7.ebuild similarity index 72% rename from dev-libs/libqt6pas/libqt6pas-1.0.0-r1.ebuild rename to dev-libs/libqt6pas/libqt6pas-6.2.7.ebuild index 7f46fe8537ee..7d80f173c527 100644 --- a/dev-libs/libqt6pas/libqt6pas-1.0.0-r1.ebuild +++ b/dev-libs/libqt6pas/libqt6pas-6.2.7.ebuild @@ -3,17 +3,22 @@ EAPI=8 +# Get PV from lcl/interfaces/qt6/cbindings/Qt6Pas.pro inherit qmake-utils -MY_P="lazarus-3.0-0" +LAZARUS_PV=3.0 + +# We want to keep the version here in correspondence with dev-lang/lazarus +# so dev-lang/lazarus can use the bindings. +MY_P="lazarus-${LAZARUS_PV}-0" DESCRIPTION="Free Pascal Qt6 bindings library updated by lazarus IDE" HOMEPAGE="https://gitlab.com/freepascal.org/lazarus/lazarus" -SRC_URI="https://downloads.sourceforge.net/lazarus/${MY_P}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/lazarus/${MY_P}.tar.gz" S="${WORKDIR}/lazarus/lcl/interfaces/qt6/cbindings" LICENSE="LGPL-3" -SLOT="0/3.0" +SLOT="0/${LAZARUS_PV}" KEYWORDS="~amd64 ~x86" DEPEND="