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 0336115802F for ; Thu, 9 Mar 2023 16:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B873AE0948; Thu, 9 Mar 2023 16:30:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95B7EE0948 for ; Thu, 9 Mar 2023 16:30:00 +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 8A59B3404AD for ; Thu, 9 Mar 2023 16:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D39CC8D8 for ; Thu, 9 Mar 2023 16:29:57 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1678379389.ea6f79c68a7ead28797e0d3da275c1e3addcd9d5.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/openbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/openbox/openbox-3.6.1-r4.ebuild x11-wm/openbox/openbox-9999.ebuild X-VCS-Directories: x11-wm/openbox/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: ea6f79c68a7ead28797e0d3da275c1e3addcd9d5 X-VCS-Branch: master Date: Thu, 9 Mar 2023 16:29:57 +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: 9479287d-ba1f-4df4-bb4c-e1c539931040 X-Archives-Hash: 35b6103c3fb04eaa348bf13cc6aacb94 commit: ea6f79c68a7ead28797e0d3da275c1e3addcd9d5 Author: Jimi Huotari gentoo org> AuthorDate: Thu Mar 9 16:16:14 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Thu Mar 9 16:29:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6f79c6 x11-wm/openbox: switch to GitHub live repo with https This also switches to the repository maintained by Mikachu, which has seen some work since 2015, while the previous one is behind the current release. Signed-off-by: Jimi Huotari gentoo.org> x11-wm/openbox/openbox-3.6.1-r4.ebuild | 2 +- x11-wm/openbox/openbox-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/openbox/openbox-3.6.1-r4.ebuild b/x11-wm/openbox/openbox-3.6.1-r4.ebuild index e569dd1af6b1..d753cdef761b 100644 --- a/x11-wm/openbox/openbox-3.6.1-r4.ebuild +++ b/x11-wm/openbox/openbox-3.6.1-r4.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://openbox.org/wiki/Main_Page" if [[ ${PV} == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://git.openbox.org/dana/openbox" + EGIT_REPO_URI="https://github.com/Mikachu/openbox.git" else SRC_URI="http://openbox.org/dist/openbox/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x86-linux" diff --git a/x11-wm/openbox/openbox-9999.ebuild b/x11-wm/openbox/openbox-9999.ebuild index e569dd1af6b1..d753cdef761b 100644 --- a/x11-wm/openbox/openbox-9999.ebuild +++ b/x11-wm/openbox/openbox-9999.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://openbox.org/wiki/Main_Page" if [[ ${PV} == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://git.openbox.org/dana/openbox" + EGIT_REPO_URI="https://github.com/Mikachu/openbox.git" else SRC_URI="http://openbox.org/dist/openbox/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x86-linux"