public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/x2: ChangeLog x2-1.4.05.ebuild
@ 2007-09-15  1:28 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2007-09-15  1:28 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    07/09/15 01:28:02

  Modified:             ChangeLog
  Added:                x2-1.4.05.ebuild
  Log:
  Version bump to 1.4.05 with an updated ebuild from Paul Bredbury <brebs@sent.com>.  Closing bug #179297.
  (Portage version: 2.1.3.7)

Revision  Changes    Path
1.3                  games-strategy/x2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/x2/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/x2/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/x2/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 Jan 2007 20:01:56 -0000	1.2
+++ ChangeLog	15 Sep 2007 01:28:01 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for games-strategy/x2
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v 1.2 2007/01/07 20:01:56 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v 1.3 2007/09/15 01:28:01 wolf31o2 Exp $
+
+*x2-1.4.05 (15 Sep 2007)
+
+  15 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> +x2-1.4.05.ebuild:
+  Version bump to 1.4.05 with an updated ebuild from Paul Bredbury
+  <brebs@sent.com>. Closing bug #179297.
 
 *x2-1.4.03 (07 Jan 2007)
 



1.1                  games-strategy/x2/x2-1.4.05.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?rev=1.1&content-type=text/plain

Index: x2-1.4.05.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v 1.1 2007/09/15 01:28:01 wolf31o2 Exp $

inherit eutils games

MY_PV="1.4.04-${PV}"
MY_UPD="http://updatefiles.linuxgamepublishing.com/${PN}"

DESCRIPTION="Open-ended space opera with trading, building & fighting"
HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=x2"
# Patches are in http://updatefiles.linuxgamepublishing.com/x2/
SRC_URI="${MY_UPD}/${PN}-1.4-1.4.01-x86.run
	${MY_UPD}/${PN}-1.4.01-1.4.02-x86.run
	${MY_UPD}/${PN}-1.4.02-1.4.03-x86.run
	${MY_UPD}/${PN}-1.4.03-1.4.04-x86.run
	${MY_UPD}/${PN}-${MY_PV}-x86.run"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bonusscripts dynamic langpacks linguas_de modkit"
RESTRICT="strip"

RDEPEND="media-libs/alsa-lib
	sys-libs/glibc
	x86? (
		media-libs/libsdl
		media-libs/openal
		sys-libs/zlib
		x11-libs/gtk+
		x11-libs/libX11
		x11-libs/libXau
		x11-libs/libXdmcp
		x11-libs/libXext
		x11-libs/libXi )
	amd64? (
		app-emulation/emul-linux-x86-gtklibs
		app-emulation/emul-linux-x86-sdl )"
DEPEND=""

S=${WORKDIR}

unpackit() {
	unpack "./cd/${1}.tar.gz"
}

src_unpack() {
	cdrom_get_cds bin/Linux/x86/${PN}
	ln -sfn "${CDROM_ROOT}"/data cd

	unpackit data
	use bonusscripts && unpackit bonusscripts
	use linguas_de && unpackit german
	use langpacks && unpackit langpacks
	use modkit && unpackit modkit

	rm -f cd

	cp -rf "${CDROM_ROOT}"/bin/Linux/x86/* . || die "cp exes"
	cp -f "${CDROM_ROOT}"/{READ*,icon*} . || die "cp READ*"

	# Apply the patches
	local p
	for p in 1.4-1.4.01 1.4.01-1.4.02 1.4.02-1.4.03 1.4.03-1.4.04 \
		"${MY_PV}" ; do
		einfo "Applying patch ${p}"
		mkdir patch
		cd patch
		unpack_makeself "${PN}-${p}-x86.run"
		bin/Linux/x86/loki_patch patch.dat "${S}" \
			|| die "loki_patch ${p}"
		cp -f README.txt "${S}/ChangeLog" || die "cp README.txt"
		cd "${S}"
		rm -rf patch
	done

	# These files do not get installed
	[[ -e modkit ]] && rm -f modkit/x2*.debug
}

src_install() {
	local dir=${GAMES_PREFIX_OPT}/${PN}

	# Whether to use static (default) or dynamic binaries
	local dyn
	use dynamic && dyn=".dynamic"

	insinto "${dir}"
	doins -r * || die "doins -r"
	keepdir "${dir}"/Database

	exeinto "${dir}"
	doexe x2{,.dynamic} || die "doexe x2"

	if use modkit ; then
		exeinto "${dir}"/modkit
		doexe modkit/x2{build,tool}{,.dynamic} || die "doexe modkit"
		local f
		for f in build tool ; do
			games_make_wrapper "x2${f}" "${dir}/modkit/x2${f}${dyn}"
		done
	fi

	games_make_wrapper ${PN} "./${PN}${dyn}" "${dir}"
	newicon "${CDROM_ROOT}"/icon.xpm ${PN}.xpm || die "newicon"
	make_desktop_entry ${PN} "X2 - The Threat" ${PN}.xpm

	prepgamesdirs
}

pkg_postinst() {
	games_pkg_postinst

	if use dynamic ; then
		elog "Please try without the 'dynamic' USE flag, before reporting bugs."
	fi
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-strategy/x2: ChangeLog x2-1.4.05.ebuild
@ 2011-03-29 11:55 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-29 11:55 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/29 11:55:39

  Modified:             ChangeLog x2-1.4.05.ebuild
  Log:
  Fixed slot deps
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  games-strategy/x2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	29 Feb 2008 19:40:07 -0000	1.4
+++ ChangeLog	29 Mar 2011 11:55:39 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/x2
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v 1.4 2008/02/29 19:40:07 carlo Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v 1.5 2011/03/29 11:55:39 angelos Exp $
+
+  29 Mar 2011; Christoph Mende <angelos@gentoo.org> x2-1.4.05.ebuild:
+  Fixed slot deps
 
   29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> x2-1.4.05.ebuild:
   Remove icon extension from desktop entry to match Icon Theme Specification.



1.3                  games-strategy/x2/x2-1.4.05.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?r1=1.2&r2=1.3

Index: x2-1.4.05.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- x2-1.4.05.ebuild	29 Feb 2008 19:40:07 -0000	1.2
+++ x2-1.4.05.ebuild	29 Mar 2011 11:55:39 -0000	1.3
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v 1.2 2008/02/29 19:40:07 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v 1.3 2011/03/29 11:55:39 angelos Exp $
 
+EAPI=1
 inherit eutils games
 
 MY_PV="1.4.04-${PV}"
@@ -28,7 +29,7 @@
 		media-libs/libsdl
 		media-libs/openal
 		sys-libs/zlib
-		x11-libs/gtk+
+		x11-libs/gtk+:2
 		x11-libs/libX11
 		x11-libs/libXau
 		x11-libs/libXdmcp






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-strategy/x2: ChangeLog x2-1.4.05.ebuild
@ 2011-10-19 21:43 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-10-19 21:43 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/10/19 21:43:57

  Modified:             ChangeLog x2-1.4.05.ebuild
  Log:
  EAPI=2
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.6                  games-strategy/x2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	29 Mar 2011 11:55:39 -0000	1.5
+++ ChangeLog	19 Oct 2011 21:43:56 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/x2
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v 1.5 2011/03/29 11:55:39 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v 1.6 2011/10/19 21:43:56 mr_bones_ Exp $
+
+  19 Oct 2011; Michael Sterrett <mr_bones_@gentoo.org> x2-1.4.05.ebuild:
+  EAPI=2
 
   29 Mar 2011; Christoph Mende <angelos@gentoo.org> x2-1.4.05.ebuild:
   Fixed slot deps



1.4                  games-strategy/x2/x2-1.4.05.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?r1=1.3&r2=1.4

Index: x2-1.4.05.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- x2-1.4.05.ebuild	29 Mar 2011 11:55:39 -0000	1.3
+++ x2-1.4.05.ebuild	19 Oct 2011 21:43:56 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v 1.3 2011/03/29 11:55:39 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v 1.4 2011/10/19 21:43:56 mr_bones_ Exp $
 
-EAPI=1
+EAPI=2
 inherit eutils games
 
 MY_PV="1.4.04-${PV}"






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-strategy/x2: ChangeLog x2-1.4.05.ebuild
@ 2012-01-16 19:47 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-01-16 19:47 UTC (permalink / raw
  To: gentoo-commits

ulm         12/01/16 19:47:17

  Modified:             ChangeLog x2-1.4.05.ebuild
  Log:
  Migrate to cdrom.eclass, bug 398809.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  games-strategy/x2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	19 Oct 2011 21:43:56 -0000	1.6
+++ ChangeLog	16 Jan 2012 19:47:16 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/x2
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v 1.6 2011/10/19 21:43:56 mr_bones_ Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v 1.7 2012/01/16 19:47:16 ulm Exp $
+
+  16 Jan 2012; Ulrich Müller <ulm@gentoo.org> x2-1.4.05.ebuild:
+  Migrate to cdrom.eclass, bug 398809.
 
   19 Oct 2011; Michael Sterrett <mr_bones_@gentoo.org> x2-1.4.05.ebuild:
   EAPI=2



1.5                  games-strategy/x2/x2-1.4.05.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?r1=1.4&r2=1.5

Index: x2-1.4.05.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- x2-1.4.05.ebuild	19 Oct 2011 21:43:56 -0000	1.4
+++ x2-1.4.05.ebuild	16 Jan 2012 19:47:16 -0000	1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v 1.4 2011/10/19 21:43:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v 1.5 2012/01/16 19:47:16 ulm Exp $
 
 EAPI=2
-inherit eutils games
+inherit eutils cdrom games
 
 MY_PV="1.4.04-${PV}"
 MY_UPD="http://updatefiles.linuxgamepublishing.com/${PN}"






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-strategy/x2: ChangeLog x2-1.4.05.ebuild
@ 2012-02-05  6:25 Mike Frysinger (vapier)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2012-02-05  6:25 UTC (permalink / raw
  To: gentoo-commits

vapier      12/02/05 06:25:47

  Modified:             ChangeLog x2-1.4.05.ebuild
  Log:
  Move to new unpacker eclass for unpack_makeself.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  games-strategy/x2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	16 Jan 2012 19:47:16 -0000	1.7
+++ ChangeLog	5 Feb 2012 06:25:47 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/x2
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v 1.7 2012/01/16 19:47:16 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v 1.8 2012/02/05 06:25:47 vapier Exp $
+
+  05 Feb 2012; Mike Frysinger <vapier@gentoo.org> x2-1.4.05.ebuild:
+  Move to new unpacker eclass for unpack_makeself.
 
   16 Jan 2012; Ulrich Müller <ulm@gentoo.org> x2-1.4.05.ebuild:
   Migrate to cdrom.eclass, bug 398809.



1.6                  games-strategy/x2/x2-1.4.05.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild?r1=1.5&r2=1.6

Index: x2-1.4.05.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- x2-1.4.05.ebuild	16 Jan 2012 19:47:16 -0000	1.5
+++ x2-1.4.05.ebuild	5 Feb 2012 06:25:47 -0000	1.6
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v 1.5 2012/01/16 19:47:16 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v 1.6 2012/02/05 06:25:47 vapier Exp $
 
 EAPI=2
-inherit eutils cdrom games
+inherit eutils unpacker cdrom games
 
 MY_PV="1.4.04-${PV}"
 MY_UPD="http://updatefiles.linuxgamepublishing.com/${PN}"






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-05  6:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-05  6:25 [gentoo-commits] gentoo-x86 commit in games-strategy/x2: ChangeLog x2-1.4.05.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-16 19:47 Ulrich Mueller (ulm)
2011-10-19 21:43 Michael Sterrett (mr_bones_)
2011-03-29 11:55 Christoph Mende (angelos)
2007-09-15  1:28 Chris Gianelloni (wolf31o2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox