* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tilp2/
@ 2016-10-23 17:47 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2016-10-23 17:47 UTC (permalink / raw
To: gentoo-commits
commit: b83404f2ff02cbb7d9248da270b6549b62ab58a9
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sun Oct 23 17:12:14 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 17:46:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83404f2
sci-calculators/tilp2: Removing tilp2-1.16-r1 (EAPI 4)
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2648
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-calculators/tilp2/Manifest | 1 -
sci-calculators/tilp2/tilp2-1.16-r1.ebuild | 46 ------------------------------
2 files changed, 47 deletions(-)
diff --git a/sci-calculators/tilp2/Manifest b/sci-calculators/tilp2/Manifest
index 539112d..164ebb3 100644
--- a/sci-calculators/tilp2/Manifest
+++ b/sci-calculators/tilp2/Manifest
@@ -1,2 +1 @@
-DIST tilp2-1.16.tar.bz2 2837735 SHA256 8064c045d90f734d10c0c3baa9d61f46ac6c6c1af3fc3c96255c4d6cb27a325d SHA512 eeb48b4b3f7044059bcb172b915f72c8af2e0d1c5eac56eff66d41c44d18e52c4249cc68a06e59ff03636b67ecbeb4ebacc690702cc43f296792ac77f358880f WHIRLPOOL 2da29a9bea5eb0a3075829bc1611e75a442d15e809de48957802251ed32a11a1e38ad91bd2c85d77329c2f7e084b3f2890f7ff40973906679f5a0f08b40af4f3
DIST tilp2-1.17.tar.bz2 892549 SHA256 0bc744463450843c0f1e9deebf45af84a282304aff37865077ca7146d54ff6e7 SHA512 78f0242710a8c86a6db7d764e6e524b373aef0384f649b0e538ac1f4a57044fc9adf3aa32da9dc69509b6d835d020026bbdf574cdbb7f1f5a53ab316b987c572 WHIRLPOOL 4e6414d36996f59da39911aea7acdd0afbd37bb5131f8c7c5d14e1d683f788634194e5fad809d18fe19c217846c44ae747495de0a58ff4583847c5168a34a368
diff --git a/sci-calculators/tilp2/tilp2-1.16-r1.ebuild b/sci-calculators/tilp2/tilp2-1.16-r1.ebuild
deleted file mode 100644
index 374b981..00000000
--- a/sci-calculators/tilp2/tilp2-1.16-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Communication program for Texas Instruments calculators "
-HOMEPAGE="http://lpg.ticalc.org/prj_tilp"
-SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="nls threads xinerama"
-
-RDEPEND="
- dev-libs/glib:2
- gnome-base/libglade:2.0
- x11-libs/gtk+:2
- >=sci-libs/libticalcs2-1.1.7
- >=sci-libs/libticables2-1.3.3
- >=sci-libs/libtifiles2-1.1.5
- >=sci-libs/libticonv-1.1.3
- nls? ( virtual/libintl )
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
- xinerama? ( x11-proto/xineramaproto )"
-
-src_configure() {
- # kde seems to be kde3 only
- econf \
- --disable-rpath \
- --without-kde \
- $(use_enable nls) \
- $(use_enable threads threading) \
- $(use_with xinerama)
-}
-
-src_install() {
- default
- rm -f "${ED}"usr/share/${PN}/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES}
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tilp2/
@ 2017-01-15 13:34 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2017-01-15 13:34 UTC (permalink / raw
To: gentoo-commits
commit: e0d46160b7a2afd88b8a8118883b31d339c83e11
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Fri Jan 13 17:56:01 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 13:17:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d46160
sci-calculators/tilp2: Version bump to 1.18, EAPI bump 5 -> 6
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3489
sci-calculators/tilp2/Manifest | 1 +
sci-calculators/tilp2/tilp2-1.18.ebuild | 50 +++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/sci-calculators/tilp2/Manifest b/sci-calculators/tilp2/Manifest
index 164ebb3..527a1e9 100644
--- a/sci-calculators/tilp2/Manifest
+++ b/sci-calculators/tilp2/Manifest
@@ -1 +1,2 @@
DIST tilp2-1.17.tar.bz2 892549 SHA256 0bc744463450843c0f1e9deebf45af84a282304aff37865077ca7146d54ff6e7 SHA512 78f0242710a8c86a6db7d764e6e524b373aef0384f649b0e538ac1f4a57044fc9adf3aa32da9dc69509b6d835d020026bbdf574cdbb7f1f5a53ab316b987c572 WHIRLPOOL 4e6414d36996f59da39911aea7acdd0afbd37bb5131f8c7c5d14e1d683f788634194e5fad809d18fe19c217846c44ae747495de0a58ff4583847c5168a34a368
+DIST tilp2-1.18.tar.bz2 536744 SHA256 7b3ab363eeb52504d6ef5811c5d264f8016060bb7bd427be5a064c2ed7384e47 SHA512 8e46337e1ac7de85d88d4cb677910a099cdb6d3f473cdf8ca751a45dd66410b11751cd4555116c9249aa53bd23105957b4b2af2247968ec840da68aeed105f5f WHIRLPOOL f89ee4f52d87eed99160ddd1ed290e7b84f2cf499d35240e675186bd0f3d674fd59cab71b4791fa76148152322901f899761b310b1f8ea5489c54b45261c61b1
diff --git a/sci-calculators/tilp2/tilp2-1.18.ebuild b/sci-calculators/tilp2/tilp2-1.18.ebuild
new file mode 100644
index 00000000..8b43e5d
--- /dev/null
+++ b/sci-calculators/tilp2/tilp2-1.18.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Communication program for Texas Instruments calculators "
+HOMEPAGE="http://lpg.ticalc.org/prj_tilp"
+SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="nls static-libs"
+
+RDEPEND="
+ dev-libs/glib:2
+ gnome-base/libglade:2.0
+ >=sci-libs/libticalcs2-1.1.9
+ >=sci-libs/libticables2-1.3.5
+ >=sci-libs/libtifiles2-1.1.7
+ >=sci-libs/libticonv-1.1.5
+ x11-libs/gtk+:2
+ nls? ( virtual/libintl )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )"
+
+src_prepare() {
+ default
+ # The ac macro AC_PATH_KDE was provided by "acinclude.m4" in 1.17.
+ # This file is missing in the current version which will cause an autoconf error.
+ # But since we don't build with kde support, we may safely remove all its reverse dependencies.
+ sed -i -e '/AC_PATH_KDE/d' configure.ac
+ sed -i \
+ -e 's/@[^@]*\(KDE\|QT\|KIO\)[^@]*@//g' \
+ -e 's/@X_LDFLAGS@//g' \
+ src/Makefile.am
+ eautoreconf
+}
+
+src_configure() {
+ # kde seems to be kde3 only
+ econf --without-kde \
+ $(use_enable nls) \
+ $(use_enable static-libs static)
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tilp2/
@ 2017-01-19 12:35 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2017-01-19 12:35 UTC (permalink / raw
To: gentoo-commits
commit: dde01ce5b908d0d70b51e14f6d37f1697c67f1e4
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 12:02:47 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 12:34:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde01ce5
sci-calculators/tilp2: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3538
sci-calculators/tilp2/Manifest | 1 -
sci-calculators/tilp2/tilp2-1.17-r1.ebuild | 44 ------------------------------
2 files changed, 45 deletions(-)
diff --git a/sci-calculators/tilp2/Manifest b/sci-calculators/tilp2/Manifest
index 527a1e9..59f7049 100644
--- a/sci-calculators/tilp2/Manifest
+++ b/sci-calculators/tilp2/Manifest
@@ -1,2 +1 @@
-DIST tilp2-1.17.tar.bz2 892549 SHA256 0bc744463450843c0f1e9deebf45af84a282304aff37865077ca7146d54ff6e7 SHA512 78f0242710a8c86a6db7d764e6e524b373aef0384f649b0e538ac1f4a57044fc9adf3aa32da9dc69509b6d835d020026bbdf574cdbb7f1f5a53ab316b987c572 WHIRLPOOL 4e6414d36996f59da39911aea7acdd0afbd37bb5131f8c7c5d14e1d683f788634194e5fad809d18fe19c217846c44ae747495de0a58ff4583847c5168a34a368
DIST tilp2-1.18.tar.bz2 536744 SHA256 7b3ab363eeb52504d6ef5811c5d264f8016060bb7bd427be5a064c2ed7384e47 SHA512 8e46337e1ac7de85d88d4cb677910a099cdb6d3f473cdf8ca751a45dd66410b11751cd4555116c9249aa53bd23105957b4b2af2247968ec840da68aeed105f5f WHIRLPOOL f89ee4f52d87eed99160ddd1ed290e7b84f2cf499d35240e675186bd0f3d674fd59cab71b4791fa76148152322901f899761b310b1f8ea5489c54b45261c61b1
diff --git a/sci-calculators/tilp2/tilp2-1.17-r1.ebuild b/sci-calculators/tilp2/tilp2-1.17-r1.ebuild
deleted file mode 100644
index e1f4e2e..00000000
--- a/sci-calculators/tilp2/tilp2-1.17-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit autotools-utils
-
-DESCRIPTION="Communication program for Texas Instruments calculators "
-HOMEPAGE="http://lpg.ticalc.org/prj_tilp"
-SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="nls threads xinerama"
-
-RDEPEND="
- dev-libs/glib:2
- gnome-base/libglade:2.0
- x11-libs/gtk+:2
- >=sci-libs/libticalcs2-1.1.8
- >=sci-libs/libticables2-1.3
- >=sci-libs/libtifiles2-1.1.6
- >=sci-libs/libticonv-1.1.4
- nls? ( virtual/libintl )
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
- xinerama? ( x11-proto/xineramaproto )"
-
-src_configure() {
- # kde seems to be kde3 only
- local myeconfargs=(
- --disable-rpath
- --without-kde
- $(use_enable nls)
- $(use_enable threads threading)
- $(use_with xinerama)
- )
- autotools-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tilp2/
@ 2020-09-20 13:51 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2020-09-20 13:51 UTC (permalink / raw
To: gentoo-commits
commit: e7d00898599ad76eeb7e4afba23aeccf6caf299e
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Sep 20 13:50:06 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 13:50:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d00898
sci-calculators/tilp2: update desktop mimeinfo and mime-info cache
Closes: https://bugs.gentoo.org/741210
Closes: https://bugs.gentoo.org/741208
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-calculators/tilp2/tilp2-1.18.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-calculators/tilp2/tilp2-1.18.ebuild b/sci-calculators/tilp2/tilp2-1.18.ebuild
index 25627803844..64ae7674b66 100644
--- a/sci-calculators/tilp2/tilp2-1.18.ebuild
+++ b/sci-calculators/tilp2/tilp2-1.18.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools
+inherit autotools xdg
DESCRIPTION="Communication program for Texas Instruments calculators "
HOMEPAGE="http://lpg.ticalc.org/prj_tilp"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tilp2/
@ 2021-03-05 20:27 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-03-05 20:27 UTC (permalink / raw
To: gentoo-commits
commit: be13a33e1818c2ce532fb15d3927740174c70555
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Mar 5 12:51:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 20:27:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be13a33e
sci-calculators/tilp2: remove whitespace
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19781
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-calculators/tilp2/tilp2-1.18.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-calculators/tilp2/tilp2-1.18.ebuild b/sci-calculators/tilp2/tilp2-1.18.ebuild
index 64ae7674b66..548d7c71f9b 100644
--- a/sci-calculators/tilp2/tilp2-1.18.ebuild
+++ b/sci-calculators/tilp2/tilp2-1.18.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools xdg
-DESCRIPTION="Communication program for Texas Instruments calculators "
+DESCRIPTION="Communication program for Texas Instruments calculators"
HOMEPAGE="http://lpg.ticalc.org/prj_tilp"
SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tilp2/
@ 2022-12-26 15:49 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2022-12-26 15:49 UTC (permalink / raw
To: gentoo-commits
commit: ea510208f6da75d9e87b6f7ac7305645ac04dbb1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 15:48:40 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 15:48:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea510208
sci-calculators/tilp2: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{tilp2-1.18.ebuild => tilp2-1.18-r1.ebuild} | 26 ++++++++++------------
1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/sci-calculators/tilp2/tilp2-1.18.ebuild b/sci-calculators/tilp2/tilp2-1.18-r1.ebuild
similarity index 76%
rename from sci-calculators/tilp2/tilp2-1.18.ebuild
rename to sci-calculators/tilp2/tilp2-1.18-r1.ebuild
index 5cad6f355541..ff566c357e29 100644
--- a/sci-calculators/tilp2/tilp2-1.18.ebuild
+++ b/sci-calculators/tilp2/tilp2-1.18-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools xdg
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="nls static-libs"
+IUSE="nls"
RDEPEND="
dev-libs/glib:2
@@ -22,32 +22,30 @@ RDEPEND="
>=sci-libs/libtifiles2-1.1.7
>=sci-libs/libticonv-1.1.5
x11-libs/gtk+:2
- nls? ( virtual/libintl )
-"
-DEPEND="${RDEPEND}
+ nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
nls? ( sys-devel/gettext )"
-PATCHES=(
- "${FILESDIR}"/${PN}-1.18-nonbash.patch
-)
+PATCHES=( "${FILESDIR}"/${PN}-1.18-nonbash.patch )
src_prepare() {
default
# The ac macro AC_PATH_KDE was provided by "acinclude.m4" in 1.17.
# This file is missing in the current version which will cause an autoconf error.
# But since we don't build with kde support, we may safely remove all its reverse dependencies.
- sed -i -e '/AC_PATH_KDE/d' configure.ac
+ sed -i -e '/AC_PATH_KDE/d' configure.ac || die
sed -i \
-e 's/@[^@]*\(KDE\|QT\|KIO\)[^@]*@//g' \
-e 's/@X_LDFLAGS@//g' \
- src/Makefile.am
+ src/Makefile.am || die
eautoreconf
}
src_configure() {
# kde seems to be kde3 only
- econf --without-kde \
- $(use_enable nls) \
- $(use_enable static-libs static)
+ econf \
+ --without-kde \
+ $(use_enable nls)
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tilp2/
@ 2024-04-28 7:47 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-04-28 7:47 UTC (permalink / raw
To: gentoo-commits
commit: a02456967736f9f58368e6850856e0086a09d543
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 07:46:32 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 07:46:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0245696
sci-calculators/tilp2: unkeyword 1.18-r1 for ~ppc
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-calculators/tilp2/tilp2-1.18-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-calculators/tilp2/tilp2-1.18-r1.ebuild b/sci-calculators/tilp2/tilp2-1.18-r1.ebuild
index ff566c357e29..d69f0b32f49a 100644
--- a/sci-calculators/tilp2/tilp2-1.18-r1.ebuild
+++ b/sci-calculators/tilp2/tilp2-1.18-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="nls"
RDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-04-28 7:47 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-23 17:47 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tilp2/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2017-01-15 13:34 David Seifert
2017-01-19 12:35 David Seifert
2020-09-20 13:51 David Seifert
2021-03-05 20:27 Sam James
2022-12-26 15:49 David Seifert
2024-04-28 7:47 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox