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 C84F5158451 for ; Fri, 12 Jan 2024 14:27:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 893A1E29E1; Fri, 12 Jan 2024 14:27:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6D0D1E29E1 for ; Fri, 12 Jan 2024 14:27:46 +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 AAB2C343136 for ; Fri, 12 Jan 2024 14:27:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CD7614B1 for ; Fri, 12 Jan 2024 14:27:44 +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: <1705069619.bd8da64e9d6c9fcd71f2fccae6928c3f9c0d833d.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/accounts-qml/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/accounts-qml/accounts-qml-9999.ebuild X-VCS-Directories: net-libs/accounts-qml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bd8da64e9d6c9fcd71f2fccae6928c3f9c0d833d X-VCS-Branch: master Date: Fri, 12 Jan 2024 14:27:44 +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: 18d90b9b-024c-4b5c-a994-81c5a3b661aa X-Archives-Hash: 580c5dbfefca9bc09f8e4c8b72362793 commit: bd8da64e9d6c9fcd71f2fccae6928c3f9c0d833d Author: Sam James gentoo org> AuthorDate: Fri Jan 12 14:26:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 12 14:26:59 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bd8da64e net-libs/accounts-qml: sync live Signed-off-by: Sam James gentoo.org> net-libs/accounts-qml/accounts-qml-9999.ebuild | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/net-libs/accounts-qml/accounts-qml-9999.ebuild b/net-libs/accounts-qml/accounts-qml-9999.ebuild index 1e2eb81a77..68c5ede3c7 100644 --- a/net-libs/accounts-qml/accounts-qml-9999.ebuild +++ b/net-libs/accounts-qml/accounts-qml-9999.ebuild @@ -9,9 +9,17 @@ if [[ ${PV} = *9999* ]] ; then EGIT_REPO_URI="https://gitlab.com/accounts-sso/accounts-qml-module.git/" inherit git-r3 else - SRC_URI="https://gitlab.com/accounts-sso/${PN}-module/-/archive/VERSION_${PV}/${PN}-module-VERSION_${PV}.tar.gz - https://dev.gentoo.org/~asturm/distfiles/${P}-patches-1.tar.xz" - S="${WORKDIR}/${PN}-module-VERSION_${PV}" + COMMIT=05e79ebbbf3784a87f72b7be571070125c10dfe3 + if [[ -n ${COMMIT} ]] ; then + SRC_URI="https://gitlab.com/accounts-sso/${PN}-module/-/archive/${COMMIT}/${PN}-module-${COMMIT}.tar.bz2 -> ${P}.tar.bz2" + S="${WORKDIR}/${PN}-module-${COMMIT}" + else + SRC_URI=" + https://gitlab.com/accounts-sso/${PN}-module/-/archive/VERSION_${PV}/${PN}-module-VERSION_${PV}.tar.bz2 + https://dev.gentoo.org/~asturm/distfiles/${P}-patches-1.tar.xz + " + S="${WORKDIR}/${PN}-module-VERSION_${PV}" + fi KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi @@ -35,8 +43,8 @@ RDEPEND=" dev-qt/qtbase:6 dev-qt/qtdeclarative:6 ) - >=net-libs/accounts-qt-1.16-r1[qt5?,qt6?] - >=net-libs/signond-8.61-r1[qt5?,qt6?] + >=net-libs/accounts-qt-1.16_p20220803[qt5?,qt6?] + >=net-libs/signond-8.61-r100[qt5?,qt6?] " DEPEND="${RDEPEND} test? (