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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 186C1158041 for ; Sat, 6 Apr 2024 17:41:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CCB4E2A19; Sat, 6 Apr 2024 17:41:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3B8F0E2A18 for ; Sat, 6 Apr 2024 17:41: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A57A343287 for ; Sat, 6 Apr 2024 17:41:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2BB41570 for ; Sat, 6 Apr 2024 17:41:07 +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: <1712425138.834c099d6421b9fdcfdf9321a9f55ee18b8e1d72.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/accounts-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/accounts-qt/accounts-qt-9999.ebuild X-VCS-Directories: net-libs/accounts-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 834c099d6421b9fdcfdf9321a9f55ee18b8e1d72 X-VCS-Branch: master Date: Sat, 6 Apr 2024 17:41:07 +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: 74403049-ef6b-447e-b1ff-e6ac673d1904 X-Archives-Hash: e963f33b918c961c0270c558205a65d6 commit: 834c099d6421b9fdcfdf9321a9f55ee18b8e1d72 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 6 17:36:19 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 6 17:38:58 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=834c099d net-libs/accounts-qt: move away from stale fork Thanks-to: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/kde/pull/986 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/accounts-qt/accounts-qt-9999.ebuild | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/net-libs/accounts-qt/accounts-qt-9999.ebuild b/net-libs/accounts-qt/accounts-qt-9999.ebuild index 13cd4a47fc..3cb5ade189 100644 --- a/net-libs/accounts-qt/accounts-qt-9999.ebuild +++ b/net-libs/accounts-qt/accounts-qt-9999.ebuild @@ -6,18 +6,11 @@ EAPI=8 inherit qmake-utils multibuild if [[ ${PV} = *9999* ]] ; then - EGIT_REPO_URI="https://gitlab.com/nicolasfella/lib${PN}.git/" - EGIT_BRANCH="qt6" + EGIT_REPO_URI="https://gitlab.com/accounts-sso/lib${PN}.git/" inherit git-r3 else - COMMIT=c86db79be389601bf6798f815ca5b8f78a524156 - if [[ -n ${COMMIT} ]] ; then - SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/-/archive/${COMMIT}/lib${PN}-${COMMIT}.tar.bz2 -> ${P}.tar.bz2" - S="${WORKDIR}/lib${PN}-${COMMIT}" - else - SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/-/archive/VERSION_${PV}/lib${PN}-VERSION_${PV}.tar.bz2 -> ${P}a.tar.bz2" - S="${WORKDIR}/lib${PN}-VERSION_${PV}" - fi + SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/-/archive/VERSION_${PV}/lib${PN}-VERSION_${PV}.tar.bz2 -> ${P}.tar.bz2" + S="${WORKDIR}/lib${PN}-VERSION_${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi @@ -42,9 +35,7 @@ RDEPEND=" >=net-libs/libaccounts-glib-1.23:= " DEPEND="${RDEPEND} - test? ( - qt5? ( dev-qt/qttest:5 ) - ) + test? ( qt5? ( dev-qt/qttest:5 ) ) " BDEPEND=" doc? (