From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id AB97D1580E0 for ; Wed, 29 Jan 2025 09:37:35 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9845B3430C2 for ; Wed, 29 Jan 2025 09:37:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 804E3110480; Wed, 29 Jan 2025 09:37:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 774A5110480 for ; Wed, 29 Jan 2025 09:37:07 +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 3018C3430CE for ; Wed, 29 Jan 2025 09:37:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B591E2609 for ; Wed, 29 Jan 2025 09:37:03 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1738076712.2c44c332ba1f1c26bc1799246e56d2bea149ff64.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/jj/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/jj/jj-0.24.0.ebuild dev-vcs/jj/jj-9999.ebuild dev-vcs/jj/metadata.xml X-VCS-Directories: dev-vcs/jj/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 2c44c332ba1f1c26bc1799246e56d2bea149ff64 X-VCS-Branch: master Date: Wed, 29 Jan 2025 09:37:03 +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: 139f92f8-14df-4b35-97c9-a7528960f640 X-Archives-Hash: 050e0e77447362e4bfda68cc86f45e76 commit: 2c44c332ba1f1c26bc1799246e56d2bea149ff64 Author: demize unstable systems> AuthorDate: Tue Jan 28 14:38:42 2025 +0000 Commit: David Roman gmail com> CommitDate: Tue Jan 28 15:05:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c44c332 dev-vcs/jj: update github URL Signed-off-by: demize unstable.systems> dev-vcs/jj/jj-0.24.0.ebuild | 4 ++-- dev-vcs/jj/jj-9999.ebuild | 6 +++--- dev-vcs/jj/metadata.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-vcs/jj/jj-0.24.0.ebuild b/dev-vcs/jj/jj-0.24.0.ebuild index fcda23064..cd7ca3125 100644 --- a/dev-vcs/jj/jj-0.24.0.ebuild +++ b/dev-vcs/jj/jj-0.24.0.ebuild @@ -388,9 +388,9 @@ CRATES=" inherit cargo DESCRIPTION="Jujutsu - an experimental version control system" -HOMEPAGE="https://github.com/martinvonz/jj" +HOMEPAGE="https://github.com/jj-vcs/jj" SRC_URI=" - https://github.com/martinvonz/jj/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/jj-vcs/jj/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS} " diff --git a/dev-vcs/jj/jj-9999.ebuild b/dev-vcs/jj/jj-9999.ebuild index b67b6409e..5f9a85677 100644 --- a/dev-vcs/jj/jj-9999.ebuild +++ b/dev-vcs/jj/jj-9999.ebuild @@ -6,14 +6,14 @@ EAPI=8 inherit cargo DESCRIPTION="Jujutsu - an experimental version control system" -HOMEPAGE="https://github.com/martinvonz/jj" +HOMEPAGE="https://github.com/jj-vcs/jj" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/martinvonz/jj.git" + EGIT_REPO_URI="https://github.com/jj-vcs/jj.git" else SRC_URI=" - https://github.com/martinvonz/jj/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/jj-vcs/jj/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS} " KEYWORDS="~amd64" diff --git a/dev-vcs/jj/metadata.xml b/dev-vcs/jj/metadata.xml index 1b5a5c938..9c0e4cd14 100644 --- a/dev-vcs/jj/metadata.xml +++ b/dev-vcs/jj/metadata.xml @@ -6,6 +6,6 @@ Steffen Winter - martinvonz/jj + jj-vcs/jj