commit:     820fd2ff24cd399d4c494d6d5345a89811d7f85a
Author:     Nathan E. Egge <unlord <AT> xiph <DOT> org>
AuthorDate: Fri Apr 25 09:31:47 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 29 19:08:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820fd2ff

app-emulation/bochs: Convert 9999 to use git

[sam: https://bochs.sourceforge.io/ says:
 > August 26, 2022: The Bochs source tree is transitioning from SVN to GIT 
 > hosted on github.
]

Signed-off-by: Nathan E. Egge <unlord <AT> xiph.org>
Part-of: https://github.com/gentoo/gentoo/pull/41739
Closes: https://github.com/gentoo/gentoo/pull/41739
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/bochs/bochs-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-emulation/bochs/bochs-9999.ebuild 
b/app-emulation/bochs/bochs-9999.ebuild
index 280702aad06e..3a8f8576c5fb 100644
--- a/app-emulation/bochs/bochs-9999.ebuild
+++ b/app-emulation/bochs/bochs-9999.ebuild
@@ -3,12 +3,13 @@
 
 EAPI=7
 
-inherit subversion
+inherit git-r3
 
 DESCRIPTION="LGPL-ed pc emulator"
 HOMEPAGE="http://bochs.sourceforge.net/";
 #SRC_URI="https://downloads.sourceforge.net/bochs/${P}.tar.gz";
-ESVN_REPO_URI="svn://svn.code.sf.net/p/bochs/code/trunk/bochs"
+EGIT_REPO_URI="https://github.com/bochs-emu/Bochs.git/";
+S=${WORKDIR}/${P}/bochs
 
 LICENSE="LGPL-2.1"
 SLOT="0"

Reply via email to