commit: ea6f79c68a7ead28797e0d3da275c1e3addcd9d5 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Thu Mar 9 16:16:14 2023 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> 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 <chiitoo <AT> 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"
