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 D382F1580E0 for ; Tue, 28 Jan 2025 15:19:39 +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 C03DA34306B for ; Tue, 28 Jan 2025 15:19:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B4DD411046F; Tue, 28 Jan 2025 15:19:38 +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 bobolink.gentoo.org (Postfix) with ESMTPS id A304611046F for ; Tue, 28 Jan 2025 15:19:38 +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 41E1D34306B for ; Tue, 28 Jan 2025 15:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72BFB190B for ; Tue, 28 Jan 2025 15:19:36 +0000 (UTC) From: "demize" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "demize" Message-ID: <1738076712.2c44c332ba1f1c26bc1799246e56d2bea149ff64.demize@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: demize X-VCS-Committer-Name: demize X-VCS-Revision: 2c44c332ba1f1c26bc1799246e56d2bea149ff64 X-VCS-Branch: dev Date: Tue, 28 Jan 2025 15:19:36 +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: 5faaa02c-4351-460b-9333-931fb37bc268 X-Archives-Hash: 2367aef059d1dbd7c0154ab697577aa3 commit: 2c44c332ba1f1c26bc1799246e56d2bea149ff64 Author: demize unstable systems> AuthorDate: Tue Jan 28 14:38:42 2025 +0000 Commit: demize unstable systems> 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