* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-common/
@ 2023-12-22 6:46 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-12-22 6:46 UTC (permalink / raw
To: gentoo-commits
commit: cddbd69c256dee723352c140f78ddb394747971f
Author: Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Thu Dec 21 16:26:37 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 06:42:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddbd69c
mate-base/mate-common: update EAPI 7 -> 8
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-common/mate-common-1.26.0.ebuild | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/mate-base/mate-common/mate-common-1.26.0.ebuild b/mate-base/mate-common/mate-common-1.26.0.ebuild
index 62b4bf8a0410..a700a971bf3a 100644
--- a/mate-base/mate-common/mate-common-1.26.0.ebuild
+++ b/mate-base/mate-common/mate-common-1.26.0.ebuild
@@ -1,15 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit mate-desktop.org
-if [[ ${PV} == 9999 ]]; then
- inherit autotools
-else
KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
DESCRIPTION="Common files for development of MATE packages"
LICENSE="GPL-3+"
@@ -17,9 +13,6 @@ SLOT="0"
src_prepare() {
default
- if [[ ${PV} == 9999 ]]; then
- eautoreconf
- fi
}
src_install() {
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-common/
@ 2023-12-21 12:56 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-12-21 12:56 UTC (permalink / raw
To: gentoo-commits
commit: 3e74ab815721e1d9379c3c416ef8cf7f77c565f3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 12:55:11 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 12:55:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e74ab81
mate-base/mate-common: cleanup 9999 template debris
We already dropped the first bit, which included an autotools inherit.
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-common/mate-common-1.27.1.ebuild | 7 -------
1 file changed, 7 deletions(-)
diff --git a/mate-base/mate-common/mate-common-1.27.1.ebuild b/mate-base/mate-common/mate-common-1.27.1.ebuild
index 6e0288cfef40..c4353c4199a6 100644
--- a/mate-base/mate-common/mate-common-1.27.1.ebuild
+++ b/mate-base/mate-common/mate-common-1.27.1.ebuild
@@ -16,13 +16,6 @@ DESCRIPTION="Common files for development of MATE packages"
LICENSE="GPL-3+"
SLOT="0"
-src_prepare() {
- default
- if [[ ${PV} == 9999 ]]; then
- eautoreconf
- fi
-}
-
src_install() {
mv doc-build/README README.doc-build \
|| die "Failed to rename doc-build/README."
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-common/
@ 2023-09-22 14:54 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-09-22 14:54 UTC (permalink / raw
To: gentoo-commits
commit: 9cec754af80a1b39b6b22b55708b03803bbe0e91
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 14:54:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 14:54:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cec754a
mate-base/mate-common: Stabilize 1.27.0 x86, #914523
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-common/mate-common-1.27.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-common/mate-common-1.27.0.ebuild b/mate-base/mate-common/mate-common-1.27.0.ebuild
index de697265a5ce..4ef6a30f5bba 100644
--- a/mate-base/mate-common/mate-common-1.27.0.ebuild
+++ b/mate-base/mate-common/mate-common-1.27.0.ebuild
@@ -8,7 +8,7 @@ inherit mate-desktop.org
if [[ ${PV} == 9999 ]]; then
inherit autotools
else
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
DESCRIPTION="Common files for development of MATE packages"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-common/
@ 2023-09-22 9:15 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-09-22 9:15 UTC (permalink / raw
To: gentoo-commits
commit: 93546aa35963a45ab547c2d640bd5ea2e86575d2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 09:14:50 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 09:14:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93546aa3
mate-base/mate-common: Stabilize 1.27.0 amd64, #914523
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
mate-base/mate-common/mate-common-1.27.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-common/mate-common-1.27.0.ebuild b/mate-base/mate-common/mate-common-1.27.0.ebuild
index da436c0b32c6..de697265a5ce 100644
--- a/mate-base/mate-common/mate-common-1.27.0.ebuild
+++ b/mate-base/mate-common/mate-common-1.27.0.ebuild
@@ -8,7 +8,7 @@ inherit mate-desktop.org
if [[ ${PV} == 9999 ]]; then
inherit autotools
else
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
fi
DESCRIPTION="Common files for development of MATE packages"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-common/
@ 2023-08-17 2:18 Michael Orlitzky
0 siblings, 0 replies; 9+ messages in thread
From: Michael Orlitzky @ 2023-08-17 2:18 UTC (permalink / raw
To: gentoo-commits
commit: ad26663af0904607f0dc57773259ef948109ca1c
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 23:23:31 2023 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 02:17:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad26663a
mate-base/mate-common: add 1.27.0
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
mate-base/mate-common/Manifest | 1 +
mate-base/mate-common/mate-common-1.27.0.ebuild | 32 +++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/mate-base/mate-common/Manifest b/mate-base/mate-common/Manifest
index 05f9fb2012f8..1b3196f2c476 100644
--- a/mate-base/mate-common/Manifest
+++ b/mate-base/mate-common/Manifest
@@ -1 +1,2 @@
DIST mate-common-1.26.0.tar.xz 69604 BLAKE2B 73c4b065eba0287d3f16ec3fdff8145dd97b765283f4017b31a7b86cb45949a4f7dde0207c244dc5c8047570830b85714955c23165889ae994a566f2f00a752c SHA512 9bfde79c9243d394f9ebc743f6a3c27199ec1e857f80020be0ff8b64a48cf1183fffd88783c1d375f2983a32c7437ca49b2f03b3e844e147c5750f71dbfb93bd
+DIST mate-common-1.27.0.tar.xz 70444 BLAKE2B 670f6ffad51abd2786171206fdf1636b92a99704617b6fb96a2a3b95dd29ea0958a2795b5a83dd4aa2d29a39125915128b898c47d6e5c1bc51e84b49c3089fe3 SHA512 45e301982090a6ed37d04bf351cc9d5a61d37b52e9ca2732d9186918f05cb4d1a413d8837161e6c02e90d0fb90e6bc23fc73ffee04a8695cb3b121909b7ea812
diff --git a/mate-base/mate-common/mate-common-1.27.0.ebuild b/mate-base/mate-common/mate-common-1.27.0.ebuild
new file mode 100644
index 000000000000..da436c0b32c6
--- /dev/null
+++ b/mate-base/mate-common/mate-common-1.27.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit mate-desktop.org
+
+if [[ ${PV} == 9999 ]]; then
+ inherit autotools
+else
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+DESCRIPTION="Common files for development of MATE packages"
+LICENSE="GPL-3+"
+SLOT="0"
+
+src_prepare() {
+ default
+ if [[ ${PV} == 9999 ]]; then
+ eautoreconf
+ fi
+}
+
+src_install() {
+ mv doc-build/README README.doc-build \
+ || die "Failed to rename doc-build/README."
+
+ default
+
+ dodoc doc/usage.txt
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-common/
@ 2022-03-21 23:48 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-03-21 23:48 UTC (permalink / raw
To: gentoo-commits
commit: c316770aa70a75b2f5cec558bc2491571713d509
Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Feb 17 11:56:07 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 23:45:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c316770a
mate-base/mate-common: add 1.26.0
Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-common/Manifest | 1 +
mate-base/mate-common/mate-common-1.26.0.ebuild | 32 +++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/mate-base/mate-common/Manifest b/mate-base/mate-common/Manifest
index f89c5afd5c38..39fc82430e61 100644
--- a/mate-base/mate-common/Manifest
+++ b/mate-base/mate-common/Manifest
@@ -1 +1,2 @@
DIST mate-common-1.24.2.tar.xz 69612 BLAKE2B 31010b5417824153046e07c4724c70e5ce9f69c0ad6945ccf276026c7f1d0238b6313cbe13a64a329a889f97a994fa749de152a0e6f02e8bc88e5f7ecf73febf SHA512 aae7cf6f4537b125d363e7be1f349cb4ba9515405d1e48704f87c647b2489647cfa14399f41b65a8c1b2a8851dfe8077ce47a3b618355767cc61a6e0037ba3d0
+DIST mate-common-1.26.0.tar.xz 69604 BLAKE2B 73c4b065eba0287d3f16ec3fdff8145dd97b765283f4017b31a7b86cb45949a4f7dde0207c244dc5c8047570830b85714955c23165889ae994a566f2f00a752c SHA512 9bfde79c9243d394f9ebc743f6a3c27199ec1e857f80020be0ff8b64a48cf1183fffd88783c1d375f2983a32c7437ca49b2f03b3e844e147c5750f71dbfb93bd
diff --git a/mate-base/mate-common/mate-common-1.26.0.ebuild b/mate-base/mate-common/mate-common-1.26.0.ebuild
new file mode 100644
index 000000000000..2032d986c8a6
--- /dev/null
+++ b/mate-base/mate-common/mate-common-1.26.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit mate-desktop.org
+
+if [[ ${PV} == 9999 ]]; then
+ inherit autotools
+else
+ KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Common files for development of MATE packages"
+LICENSE="GPL-3+"
+SLOT="0"
+
+src_prepare() {
+ default
+ if [[ ${PV} == 9999 ]]; then
+ eautoreconf
+ fi
+}
+
+src_install() {
+ mv doc-build/README README.doc-build \
+ || die "Failed to rename doc-build/README."
+
+ default
+
+ dodoc doc/usage.txt
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-common/
@ 2021-10-29 13:31 Yixun Lan
0 siblings, 0 replies; 9+ messages in thread
From: Yixun Lan @ 2021-10-29 13:31 UTC (permalink / raw
To: gentoo-commits
commit: f1bfc5e47b6175db83599f9768dc26c5e2a447d6
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Wed Oct 27 18:16:03 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 13:29:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bfc5e4
mate-base/mate-common: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
mate-base/mate-common/mate-common-1.24.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-common/mate-common-1.24.2.ebuild b/mate-base/mate-common/mate-common-1.24.2.ebuild
index 34c031021cc..3a962cd177f 100644
--- a/mate-base/mate-common/mate-common-1.24.2.ebuild
+++ b/mate-base/mate-common/mate-common-1.24.2.ebuild
@@ -8,7 +8,7 @@ inherit mate-desktop.org
if [[ ${PV} == 9999 ]]; then
inherit autotools
else
- KEYWORDS="amd64 ~arm ~arm64 x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
fi
DESCRIPTION="Common files for development of MATE packages"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-common/
@ 2020-09-02 6:02 Adam Feldman
0 siblings, 0 replies; 9+ messages in thread
From: Adam Feldman @ 2020-09-02 6:02 UTC (permalink / raw
To: gentoo-commits
commit: 2677428f08afcbc8505308044502ee34698279b3
Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Aug 20 20:11:43 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 06:01:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2677428f
mate-base/mate-common: drop 1.22.2
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
mate-base/mate-common/Manifest | 1 -
mate-base/mate-common/mate-common-1.22.2.ebuild | 32 -------------------------
2 files changed, 33 deletions(-)
diff --git a/mate-base/mate-common/Manifest b/mate-base/mate-common/Manifest
index 1ec9e2f411f..eabae344b48 100644
--- a/mate-base/mate-common/Manifest
+++ b/mate-base/mate-common/Manifest
@@ -1,2 +1 @@
-DIST mate-common-1.22.2.tar.xz 69620 BLAKE2B 8acf4ff0ce792ea949913b2f6f591f3ab76e442ac40196ef6bfaf5fc46fdcde439a7e8f71698437c499b7effdbd8fdefd77e8aa254718af9dde053fa184e5716 SHA512 0afedfae9a93f9b3f8344d5f8a93d80b71b472f084e8322daa7f616e9f0861511536aa1f56f8cfc57abd7e1720cd4695dcecc0582483b009bc6e67daaa82107b
DIST mate-common-1.24.1.tar.xz 69316 BLAKE2B e265994231d17bf4bda7a02e4cc2d54d8335eff5ee5c3b35b680335a01a21992d9d13632e95029c03b04cfb8d92ecd9b035f7bd2a8666feb4ccc54a937c71e3b SHA512 da3e670e5b4f566bf1893692b34b63d94cb5bd993ce94d0d8245a54c12b2cc2c6af7c29edd184b09ce5296566dbe34112bc318e740a8a7910e4767569e64d623
diff --git a/mate-base/mate-common/mate-common-1.22.2.ebuild b/mate-base/mate-common/mate-common-1.22.2.ebuild
deleted file mode 100644
index 2c3030de0d3..00000000000
--- a/mate-base/mate-common/mate-common-1.22.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate-desktop.org
-
-if [[ ${PV} == 9999 ]]; then
- inherit autotools
-else
- KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Common files for development of MATE packages"
-LICENSE="GPL-3+"
-SLOT="0"
-
-src_prepare() {
- default
- if [[ ${PV} == 9999 ]]; then
- eautoreconf
- fi
-}
-
-src_install() {
- mv doc-build/README README.doc-build \
- || die "Failed to rename doc-build/README."
-
- default
-
- dodoc doc/usage.txt
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-common/
@ 2020-04-08 15:33 Adam Feldman
0 siblings, 0 replies; 9+ messages in thread
From: Adam Feldman @ 2020-04-08 15:33 UTC (permalink / raw
To: gentoo-commits
commit: 6eb038bbee636299eeecc8fee816964a6a2b975e
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 8 15:24:10 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Apr 8 15:32:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb038bb
mate-base/mate-common: Bump to 1.24.1
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
mate-base/mate-common/Manifest | 2 +-
.../{mate-common-1.24.0.ebuild => mate-common-1.24.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-common/Manifest b/mate-base/mate-common/Manifest
index 57df2b63181..fdb036e2667 100644
--- a/mate-base/mate-common/Manifest
+++ b/mate-base/mate-common/Manifest
@@ -1,3 +1,3 @@
DIST mate-common-1.22.0.tar.xz 73448 BLAKE2B 7796423fd70732c063759e509c13a62fdc5c68e07768776b25ecbec7d06ca8bc68fad947287306ede99f5993a8def3b5f25a4560d3fa7677083a28c64d2c4288 SHA512 3887634081c126c6c23f560ca256ae83edbc5f77f0fc0128c2aaa2b5652672ec6f21ca29b0b44802b03c5dfd53bf0da860093ec73c46fba58f7be12a1db1d2a3
DIST mate-common-1.22.2.tar.xz 69620 BLAKE2B 8acf4ff0ce792ea949913b2f6f591f3ab76e442ac40196ef6bfaf5fc46fdcde439a7e8f71698437c499b7effdbd8fdefd77e8aa254718af9dde053fa184e5716 SHA512 0afedfae9a93f9b3f8344d5f8a93d80b71b472f084e8322daa7f616e9f0861511536aa1f56f8cfc57abd7e1720cd4695dcecc0582483b009bc6e67daaa82107b
-DIST mate-common-1.24.0.tar.xz 69284 BLAKE2B 27fe6af7bb96bd634801f8bd374e0b399d4fb7c8e8fb0bcbe85814256de4304098eccec0a17531a7d4ed91ccea1929a83ec5c914bd4bb3c2e4743153532ac8f5 SHA512 bbeead4b0493e386756670ca31e9f9cca92d9205e84282c87ee73d4a17b77ca258265569dc6f3483566ac04bc4a2de1aa737bcaaecbb01a83c73fb804b18a642
+DIST mate-common-1.24.1.tar.xz 69316 BLAKE2B e265994231d17bf4bda7a02e4cc2d54d8335eff5ee5c3b35b680335a01a21992d9d13632e95029c03b04cfb8d92ecd9b035f7bd2a8666feb4ccc54a937c71e3b SHA512 da3e670e5b4f566bf1893692b34b63d94cb5bd993ce94d0d8245a54c12b2cc2c6af7c29edd184b09ce5296566dbe34112bc318e740a8a7910e4767569e64d623
diff --git a/mate-base/mate-common/mate-common-1.24.0.ebuild b/mate-base/mate-common/mate-common-1.24.1.ebuild
similarity index 100%
rename from mate-base/mate-common/mate-common-1.24.0.ebuild
rename to mate-base/mate-common/mate-common-1.24.1.ebuild
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-12-22 6:46 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-22 6:46 [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-common/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-12-21 12:56 Sam James
2023-09-22 14:54 Sam James
2023-09-22 9:15 Arthur Zamarin
2023-08-17 2:18 Michael Orlitzky
2022-03-21 23:48 Sam James
2021-10-29 13:31 Yixun Lan
2020-09-02 6:02 Adam Feldman
2020-04-08 15:33 Adam Feldman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox