mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Sam James
parent
1f50e111b6
commit
820fd2ff24
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user