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 D716D158095 for ; Fri, 7 Oct 2022 11:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F5E2E08BD; Fri, 7 Oct 2022 11:28:58 +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 65AA4E08BD for ; Fri, 7 Oct 2022 11:28:58 +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 460DF3410B1 for ; Fri, 7 Oct 2022 11:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B475605 for ; Fri, 7 Oct 2022 11:28:55 +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: <1665142093.2f908c55d0bb1f30f102c4c5fd06607aee71c9cd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dvtm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/dvtm/dvtm-0.15-r5.ebuild app-misc/dvtm/dvtm-9999.ebuild app-misc/dvtm/metadata.xml X-VCS-Directories: app-misc/dvtm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2f908c55d0bb1f30f102c4c5fd06607aee71c9cd X-VCS-Branch: master Date: Fri, 7 Oct 2022 11:28:55 +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: a966875d-a16d-444d-95e9-5053013de8cb X-Archives-Hash: 909ac5efd118aa2d06ebe7c918fe5507 commit: 2f908c55d0bb1f30f102c4c5fd06607aee71c9cd Author: Petr Vaněk atlas cz> AuthorDate: Thu Oct 6 14:13:57 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 7 11:28:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f908c55 app-misc/dvtm: Update EGIT_REPO_URI and metadata The project page points primarily to github and sourcehut. Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> app-misc/dvtm/dvtm-0.15-r5.ebuild | 6 +++++- app-misc/dvtm/dvtm-9999.ebuild | 6 +++++- app-misc/dvtm/metadata.xml | 4 ++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/app-misc/dvtm/dvtm-0.15-r5.ebuild b/app-misc/dvtm/dvtm-0.15-r5.ebuild index f84d708753a0..84ea8eec9506 100644 --- a/app-misc/dvtm/dvtm-0.15-r5.ebuild +++ b/app-misc/dvtm/dvtm-0.15-r5.ebuild @@ -10,7 +10,11 @@ HOMEPAGE="https://www.brain-dump.org/projects/dvtm/" if [[ ${PV} == *9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://repo.or.cz/dvtm.git" + EGIT_REPO_URI=" + https://github.com/martanne/dvtm + https://git.sr.ht/~martanne/dvtm + https://repo.or.cz/dvtm.git + " else SRC_URI="https://www.brain-dump.org/projects/${PN}/${P}.tar.gz" KEYWORDS="amd64 arm ~arm64 ~riscv x86" diff --git a/app-misc/dvtm/dvtm-9999.ebuild b/app-misc/dvtm/dvtm-9999.ebuild index c7b6d74ec5e0..835a9224b194 100644 --- a/app-misc/dvtm/dvtm-9999.ebuild +++ b/app-misc/dvtm/dvtm-9999.ebuild @@ -10,7 +10,11 @@ HOMEPAGE="https://www.brain-dump.org/projects/dvtm/" if [[ ${PV} == *9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://repo.or.cz/dvtm.git" + EGIT_REPO_URI=" + https://github.com/martanne/dvtm + https://git.sr.ht/~martanne/dvtm + https://repo.or.cz/dvtm.git + " else SRC_URI="https://www.brain-dump.org/projects/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~x86" diff --git a/app-misc/dvtm/metadata.xml b/app-misc/dvtm/metadata.xml index 8539ca0d974d..6efc7ab09596 100644 --- a/app-misc/dvtm/metadata.xml +++ b/app-misc/dvtm/metadata.xml @@ -5,4 +5,8 @@ chithanh@gentoo.org Chí-Thanh Christopher Nguyễn + + martanne/dvtm + ~martanne/dvtm +