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@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@gentoo.org>
This commit is contained in:
Nathan E. Egge
2025-04-25 05:31:47 -04:00
committed by Sam James
parent 1f50e111b6
commit 820fd2ff24

View File

@@ -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"