public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/xcache/
@ 2016-07-10 22:52 Michael Orlitzky
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Orlitzky @ 2016-07-10 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     90d6b363a5e12a3de93aa91d77447344948147ce
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 22:48:03 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 22:48:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d6b363

dev-php/xcache: new revision for v3.2.0.

The main reason for this revision is to make the coverager module
optional. It is now hidden behind the USE=coverage flag and is not
enabled by default (it is not recommended for production servers).

At the same time, the ebuild was upgraded to EAPI=6 and now uses the
newer revision php-ext-source-r3.eclass. Finally, the htdocs/ admin
interface directory was moved out of /usr/share/php and into
/usr/share/xcache, which is more appropriate. Two minor repoman
warnings were also corrected.

Gentoo-Bug: 491358

Package-Manager: portage-2.2.28

 dev-php/xcache/metadata.xml           |  7 ++++
 dev-php/xcache/xcache-3.2.0-r1.ebuild | 64 +++++++++++++++++++++++++++++++++++
 dev-php/xcache/xcache-3.2.0.ebuild    | 60 --------------------------------
 3 files changed, 71 insertions(+), 60 deletions(-)

diff --git a/dev-php/xcache/metadata.xml b/dev-php/xcache/metadata.xml
index b86acf6..48b6cd3 100644
--- a/dev-php/xcache/metadata.xml
+++ b/dev-php/xcache/metadata.xml
@@ -5,4 +5,11 @@
 		<email>php-bugs@gentoo.org</email>
 		<name>PHP</name>
 	</maintainer>
+
+	<use>
+  	  <flag name="coverage">
+	    Enable the coverager module (not recommended for
+	    production servers).
+	  </flag>
+	</use>
 </pkgmetadata>

diff --git a/dev-php/xcache/xcache-3.2.0-r1.ebuild b/dev-php/xcache/xcache-3.2.0-r1.ebuild
new file mode 100644
index 0000000..f6cd14d
--- /dev/null
+++ b/dev-php/xcache/xcache-3.2.0-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PHP_EXT_NAME="xcache"
+PHP_EXT_SAPIS="apache2 cgi fpm"
+USE_PHP="php5-5 php5-6"
+
+inherit php-ext-source-r3 confutils
+
+DESCRIPTION="A fast and stable PHP opcode cacher"
+HOMEPAGE="http://xcache.lighttpd.net/"
+SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="coverage"
+
+# make test would just run php's test and as such need the full php source
+RESTRICT="test"
+
+DEPEND="
+	!dev-php/eaccelerator
+	!dev-php/pecl-apc
+	virtual/httpd-php:*
+	php_targets_php5-5? ( !dev-lang/php:5.5[opcache] )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS )
+
+src_configure() {
+	PHP_EXT_ECONF_ARGS=(
+		--enable-xcache=shared
+		--enable-xcache-constant  \
+		--enable-xcache-optimizer \
+		$(use_enable coverage xcache-coverager) \
+		--enable-xcache-assembler \
+		--enable-xcache-encoder   \
+		--enable-xcache-decoder )
+
+	php-ext-source-r3_src_configure
+}
+
+src_install() {
+	php-ext-source-r3_src_install
+
+	insinto "${PHP_EXT_SHARED_DIR}"
+	doins lib/Decompiler.class.php
+
+	# Install the admin interface somewhere where it can be
+	# copied/symlinked into a document root.
+	insinto "/usr/share/${PN}"
+	doins -r htdocs
+}
+
+pkg_postinst() {
+	elog "The lib/Decompiler.class.php file shipped with this release"
+	elog "was installed into ${PHP_EXT_SHARED_DIR}. The htdocs/ admin"
+	elog "interface directory can be found under ${EPREFIX}/usr/share/${PN}."
+}

diff --git a/dev-php/xcache/xcache-3.2.0.ebuild b/dev-php/xcache/xcache-3.2.0.ebuild
deleted file mode 100644
index 6ad537b..0000000
--- a/dev-php/xcache/xcache-3.2.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PHP_EXT_NAME="xcache"
-PHP_EXT_INI="yes"
-PHPSAPILIST="apache2 cgi fpm"
-USE_PHP="php5-4 php5-5 php5-6"
-
-inherit php-ext-source-r2 confutils
-
-DESCRIPTION="A fast and stable PHP opcode cacher"
-HOMEPAGE="http://xcache.lighttpd.net/"
-SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# make test would just run php's test and as such need the full php source
-RESTRICT="test"
-
-DEPEND="
-	!dev-php/eaccelerator
-	!dev-php/pecl-apc
-	virtual/httpd-php
-	php_targets_php5-5? ( !dev-lang/php:5.5[opcache] )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-
-	my_conf="--enable-xcache=shared   \
-			--enable-xcache-constant  \
-			--enable-xcache-optimizer \
-			--enable-xcache-coverager \
-			--enable-xcache-assembler \
-			--enable-xcache-encoder   \
-			--enable-xcache-decoder"
-
-	php-ext-source-r2_src_configure
-}
-
-src_install() {
-	php-ext-source-r2_src_install
-	dodoc AUTHORS ChangeLog NEWS README THANKS
-
-	insinto "${PHP_EXT_SHARED_DIR}"
-	doins lib/Decompiler.class.php
-	insinto "${PHP_EXT_SHARED_DIR}"
-	doins -r htdocs
-}
-
-pkg_postinst() {
-	elog "lib/Decompiler.class.php, and the htdocs/ directory shipped with this"
-	elog "release were installed into ${PHP_EXT_SHARED_DIR}."
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/xcache/
@ 2016-07-15 12:49 Brian Evans
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Evans @ 2016-07-15 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1dd3df55b5de52df4b04db77748e983045c16550
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 12:44:30 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 12:49:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd3df55

dev-php/xcache: Drop old

Package-Manager: portage-2.3.0

 dev-php/xcache/Manifest            |  2 --
 dev-php/xcache/xcache-3.0.4.ebuild | 59 -------------------------------------
 dev-php/xcache/xcache-3.1.2.ebuild | 60 --------------------------------------
 3 files changed, 121 deletions(-)

diff --git a/dev-php/xcache/Manifest b/dev-php/xcache/Manifest
index 1f5a5fa..f3de322 100644
--- a/dev-php/xcache/Manifest
+++ b/dev-php/xcache/Manifest
@@ -1,3 +1 @@
-DIST xcache-3.0.4.tar.bz2 142844 SHA256 447baab727b6b0d2955e10ce117f55d9a63d306def78c34837b4ff3d6c586a4e SHA512 99c7756e100ff844e8e995a1909e0bb66330631f208ac28b5008f172c19a98cd3e126481c6a8f35cff70d3360902ddd799a5aa6fb0148a2d3b462a52ca7e1fa0 WHIRLPOOL 2a2153f8e3240b6bca6287939f6bec3a4e1a539b81383d0f298944da4014c5b7c5be15e6f354c798f30c3a74d0b5ba49ea72b8185f89a8e2a0349f2f8a84df1a
-DIST xcache-3.1.2.tar.bz2 146408 SHA256 84cf9b38710c51aabd28987632999cae99f7869d4cb056752ed901a262fef98f SHA512 1ed32b5e781d2bcf32e15481b6277657701b1a0cb1f8ef96852cbe1f0c8621c1ffaa550920cb06b93f9f51b31d18bcfc49c477defcf558fea167a8eab4266b2a WHIRLPOOL e697552aad67d9a270cb5dc2628c8f47e99311ac787226c76c4044191c21e15797ce79341f8b39ef3ba5680fb8dc26ccd74e42d1a3fb44926c74b566cd3cea6f
 DIST xcache-3.2.0.tar.bz2 148392 SHA256 7d12a3cbd5f729b70f9226ac19406d11219f1c5f5e82b3bbb43ea9460cbf6cbd SHA512 9d7bec73ac941c8e38b2cda15af65044291adc0806b39586048943515d67656d64871bea4ea05b3dff76761ebed462db2d6ad0e489079291abc55313b1508946 WHIRLPOOL 37eb83618f896037f7ca6f5a65e113c468b4ee03bf05421ee5f6907a1ad562f5794267970531eba4798ec517915ac9debde36f1d8dcabfe442ae75f1de5b0841

diff --git a/dev-php/xcache/xcache-3.0.4.ebuild b/dev-php/xcache/xcache-3.0.4.ebuild
deleted file mode 100644
index 701e15d..0000000
--- a/dev-php/xcache/xcache-3.0.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PHP_EXT_NAME="xcache"
-PHP_EXT_INI="yes"
-PHPSAPILIST="apache2 cgi fpm"
-USE_PHP="php5-4"
-
-inherit php-ext-source-r2 confutils
-
-DESCRIPTION="A fast and stable PHP opcode cacher"
-HOMEPAGE="http://xcache.lighttpd.net/"
-SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# make test would just run php's test and as such need the full php source
-RESTRICT="test"
-
-DEPEND="
-	!dev-php/eaccelerator
-	!dev-php/pecl-apc
-	virtual/httpd-php
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-
-	my_conf="--enable-xcache=shared   \
-			--enable-xcache-constant  \
-			--enable-xcache-optimizer \
-			--enable-xcache-coverager \
-			--enable-xcache-assembler \
-			--enable-xcache-encoder   \
-			--enable-xcache-decoder"
-
-	php-ext-source-r2_src_configure
-}
-
-src_install() {
-	php-ext-source-r2_src_install
-	dodoc AUTHORS ChangeLog NEWS README THANKS
-
-	insinto "${PHP_EXT_SHARED_DIR}"
-	doins lib/Decompiler.class.php
-	insinto "${PHP_EXT_SHARED_DIR}"
-	doins -r htdocs
-}
-
-pkg_postinst() {
-	elog "lib/Decompiler.class.php, and the htdocs/ directory shipped with this"
-	elog "release were installed into ${PHP_EXT_SHARED_DIR}."
-}

diff --git a/dev-php/xcache/xcache-3.1.2.ebuild b/dev-php/xcache/xcache-3.1.2.ebuild
deleted file mode 100644
index e988183..0000000
--- a/dev-php/xcache/xcache-3.1.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PHP_EXT_NAME="xcache"
-PHP_EXT_INI="yes"
-PHPSAPILIST="apache2 cgi fpm"
-USE_PHP="php5-4 php5-5"
-
-inherit php-ext-source-r2 confutils
-
-DESCRIPTION="A fast and stable PHP opcode cacher"
-HOMEPAGE="http://xcache.lighttpd.net/"
-SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# make test would just run php's test and as such need the full php source
-RESTRICT="test"
-
-DEPEND="
-	!dev-php/eaccelerator
-	!dev-php/pecl-apc
-	virtual/httpd-php
-	php_targets_php5-5? ( !dev-lang/php:5.5[opcache] )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-
-	my_conf="--enable-xcache=shared   \
-			--enable-xcache-constant  \
-			--enable-xcache-optimizer \
-			--enable-xcache-coverager \
-			--enable-xcache-assembler \
-			--enable-xcache-encoder   \
-			--enable-xcache-decoder"
-
-	php-ext-source-r2_src_configure
-}
-
-src_install() {
-	php-ext-source-r2_src_install
-	dodoc AUTHORS ChangeLog NEWS README THANKS
-
-	insinto "${PHP_EXT_SHARED_DIR}"
-	doins lib/Decompiler.class.php
-	insinto "${PHP_EXT_SHARED_DIR}"
-	doins -r htdocs
-}
-
-pkg_postinst() {
-	elog "lib/Decompiler.class.php, and the htdocs/ directory shipped with this"
-	elog "release were installed into ${PHP_EXT_SHARED_DIR}."
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/xcache/
@ 2016-12-07 21:49 Brian Evans
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Evans @ 2016-12-07 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cc773f6098a44577bd3ac197c6e78a2db85241e6
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 21:48:38 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 21:49:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc773f60

dev-php/xcache: Revbump to drop php 5.5 dependencies

This package has not been ported and fails with PHP 7.0.
Patches are welcome, but this package is in danger of being dropped
when PHP 5.6 becomes obsolete.

Package-Manager: portage-2.3.2

 dev-php/xcache/xcache-3.2.0-r2.ebuild | 63 +++++++++++++++++++++++++++++++++++
 1 file changed, 63 insertions(+)

diff --git a/dev-php/xcache/xcache-3.2.0-r2.ebuild b/dev-php/xcache/xcache-3.2.0-r2.ebuild
new file mode 100644
index 00000000..dff4e7a
--- /dev/null
+++ b/dev-php/xcache/xcache-3.2.0-r2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PHP_EXT_NAME="xcache"
+PHP_EXT_SAPIS="apache2 cgi fpm"
+USE_PHP="php5-6"
+
+inherit php-ext-source-r3
+
+DESCRIPTION="A fast and stable PHP opcode cacher"
+HOMEPAGE="http://xcache.lighttpd.net/"
+SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="coverage"
+
+# make test would just run php's test and as such need the full php source
+RESTRICT="test"
+
+DEPEND="
+	!dev-php/eaccelerator
+	!dev-php/pecl-apc
+	virtual/httpd-php:*
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS )
+
+src_configure() {
+	local PHP_EXT_ECONF_ARGS=(
+		--enable-xcache=shared
+		--enable-xcache-constant  \
+		--enable-xcache-optimizer \
+		$(use_enable coverage xcache-coverager) \
+		--enable-xcache-assembler \
+		--enable-xcache-encoder   \
+		--enable-xcache-decoder )
+
+	php-ext-source-r3_src_configure
+}
+
+src_install() {
+	php-ext-source-r3_src_install
+
+	insinto "${PHP_EXT_SHARED_DIR}"
+	doins lib/Decompiler.class.php
+
+	# Install the admin interface somewhere where it can be
+	# copied/symlinked into a document root.
+	insinto "/usr/share/${PN}"
+	doins -r htdocs
+}
+
+pkg_postinst() {
+	elog "The lib/Decompiler.class.php file shipped with this release"
+	elog "was installed into ${PHP_EXT_SHARED_DIR}. The htdocs/ admin"
+	elog "interface directory can be found under ${EPREFIX}/usr/share/${PN}."
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/xcache/
@ 2016-12-08 18:29 Brian Evans
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Evans @ 2016-12-08 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     b22dfa066e20f315d1436d9c8adc1126afc07f26
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  8 14:53:49 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Dec  8 18:28:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22dfa06

dev-php/xcache: Drop old

Package-Manager: portage-2.3.2

 dev-php/xcache/xcache-3.2.0-r1.ebuild | 64 -----------------------------------
 1 file changed, 64 deletions(-)

diff --git a/dev-php/xcache/xcache-3.2.0-r1.ebuild b/dev-php/xcache/xcache-3.2.0-r1.ebuild
deleted file mode 100644
index f6cd14d..00000000
--- a/dev-php/xcache/xcache-3.2.0-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PHP_EXT_NAME="xcache"
-PHP_EXT_SAPIS="apache2 cgi fpm"
-USE_PHP="php5-5 php5-6"
-
-inherit php-ext-source-r3 confutils
-
-DESCRIPTION="A fast and stable PHP opcode cacher"
-HOMEPAGE="http://xcache.lighttpd.net/"
-SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="coverage"
-
-# make test would just run php's test and as such need the full php source
-RESTRICT="test"
-
-DEPEND="
-	!dev-php/eaccelerator
-	!dev-php/pecl-apc
-	virtual/httpd-php:*
-	php_targets_php5-5? ( !dev-lang/php:5.5[opcache] )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-
-src_configure() {
-	PHP_EXT_ECONF_ARGS=(
-		--enable-xcache=shared
-		--enable-xcache-constant  \
-		--enable-xcache-optimizer \
-		$(use_enable coverage xcache-coverager) \
-		--enable-xcache-assembler \
-		--enable-xcache-encoder   \
-		--enable-xcache-decoder )
-
-	php-ext-source-r3_src_configure
-}
-
-src_install() {
-	php-ext-source-r3_src_install
-
-	insinto "${PHP_EXT_SHARED_DIR}"
-	doins lib/Decompiler.class.php
-
-	# Install the admin interface somewhere where it can be
-	# copied/symlinked into a document root.
-	insinto "/usr/share/${PN}"
-	doins -r htdocs
-}
-
-pkg_postinst() {
-	elog "The lib/Decompiler.class.php file shipped with this release"
-	elog "was installed into ${PHP_EXT_SHARED_DIR}. The htdocs/ admin"
-	elog "interface directory can be found under ${EPREFIX}/usr/share/${PN}."
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/xcache/
@ 2017-11-14 14:47 Michael Orlitzky
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Orlitzky @ 2017-11-14 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     677d267d38311e07170a36b31c8f2fbcea179a27
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 13:27:17 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 14:42:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677d267d

dev-php/xcache: fix inconsistent use of whitespace in metadata.xml.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-php/xcache/metadata.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-php/xcache/metadata.xml b/dev-php/xcache/metadata.xml
index 48b6cd35a6f..c8185e7f289 100644
--- a/dev-php/xcache/metadata.xml
+++ b/dev-php/xcache/metadata.xml
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>php-bugs@gentoo.org</email>
-		<name>PHP</name>
-	</maintainer>
+  <maintainer type="project">
+    <email>php-bugs@gentoo.org</email>
+    <name>PHP</name>
+  </maintainer>
 
-	<use>
-  	  <flag name="coverage">
-	    Enable the coverager module (not recommended for
-	    production servers).
-	  </flag>
-	</use>
+  <use>
+    <flag name="coverage">
+      Enable the coverager module (not recommended for
+      production servers).
+    </flag>
+  </use>
 </pkgmetadata>


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

end of thread, other threads:[~2017-11-14 14:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-07 21:49 [gentoo-commits] repo/gentoo:master commit in: dev-php/xcache/ Brian Evans
  -- strict thread matches above, loose matches on Subject: below --
2017-11-14 14:47 Michael Orlitzky
2016-12-08 18:29 Brian Evans
2016-07-15 12:49 Brian Evans
2016-07-10 22:52 Michael Orlitzky

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