public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
@ 2016-04-22 12:53 Jeroen Roovers
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers @ 2016-04-22 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     3a8ad96e7492057686e9b3a4ac7c6caef6ce96c5
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 12:52:56 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 12:53:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8ad96e

sys-process/procenv: Mark ~ppc64 too.

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches

 sys-process/procenv/procenv-0.45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/procenv/procenv-0.45.ebuild b/sys-process/procenv/procenv-0.45.ebuild
index 6509205..b2d7192 100644
--- a/sys-process/procenv/procenv-0.45.ebuild
+++ b/sys-process/procenv/procenv-0.45.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
@ 2019-08-14 23:24 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2019-08-14 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3e40f0e05b2d496aa6ac21f9a84f331b82d8f095
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 23:22:48 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 23:24:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e40f0e0

sys-process/procenv: version bump to 0.51

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 sys-process/procenv/Manifest            |  1 +
 sys-process/procenv/procenv-0.51.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index ca7226e2650..c752e472957 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,2 +1,3 @@
 DIST procenv-0.49.tar.gz 243974 BLAKE2B 64a26c7f974b77b4188c09f34ab2e0d76d77a434f1cdf6d863602ee6fe129f71fd68733c791477736f249644d9c573083fc4dde5b864a65f5a9fb0946a509439 SHA512 2845e34abcc3c7cc56947c1b4407e7d8366bbd40ba0144e16cecd41acb24773072f58f34b54eefbf334b30a1b97a23fe611368166da8d80162657613c287af99
 DIST procenv-0.50.tar.gz 244590 BLAKE2B b404af5db9512c26e2413bb7a332c9bffeaf765c04af0c19f87bffa70db2bbebc57e6a8dfe8e8d7521a66eb5419088e2c7b505bd8186ef40088b3952c36c2c1e SHA512 6f2281523ff0890f3cf51caa10e637b5f12bbb6904cde1daf6177acd414b00b1cbcbd14429437f4c023fadd1b05a47bf3ace3527c6b6b1209b2d6b7ba4272e13
+DIST procenv-0.51.tar.gz 245663 BLAKE2B 1e7a0b9fddbe0c4f0aaf895ae1174f69c84d6b043794b5cd23f678dc5c762d892e49ce9b91c78c0fc3bd4cf4064e94c1c43758b4cdd596d6d289a929b3855043 SHA512 0f0b0fb4aceb4c6aaa4f2f4f8e139dfbcecbed2101ac4c44e4b1f85420fbf15967b9ebf8c3d2868260afc2957919f15a981ae49f0cf91c9f2c7ea05c96dc36fb

diff --git a/sys-process/procenv/procenv-0.51.ebuild b/sys-process/procenv/procenv-0.51.ebuild
new file mode 100644
index 00000000000..2f140819115
--- /dev/null
+++ b/sys-process/procenv/procenv-0.51.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="command-line utility to show process environment"
+HOMEPAGE="https://github.com/jamesodhunt/procenv"
+SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-libs/check )"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+	local PATCHES=(
+		"${FILESDIR}"/${PN}-0.45-flags.patch
+	)
+
+	default
+	eautoreconf
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
@ 2019-08-14 23:24 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2019-08-14 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a20bbfad72e814d45d329dda89bd09bb5a74a4c4
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 23:23:26 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 23:24:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20bbfad

sys-process/procenv: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 sys-process/procenv/Manifest            |  2 --
 sys-process/procenv/procenv-0.49.ebuild | 29 -----------------------------
 sys-process/procenv/procenv-0.50.ebuild | 29 -----------------------------
 3 files changed, 60 deletions(-)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index c752e472957..a693a1e2bdf 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,3 +1 @@
-DIST procenv-0.49.tar.gz 243974 BLAKE2B 64a26c7f974b77b4188c09f34ab2e0d76d77a434f1cdf6d863602ee6fe129f71fd68733c791477736f249644d9c573083fc4dde5b864a65f5a9fb0946a509439 SHA512 2845e34abcc3c7cc56947c1b4407e7d8366bbd40ba0144e16cecd41acb24773072f58f34b54eefbf334b30a1b97a23fe611368166da8d80162657613c287af99
-DIST procenv-0.50.tar.gz 244590 BLAKE2B b404af5db9512c26e2413bb7a332c9bffeaf765c04af0c19f87bffa70db2bbebc57e6a8dfe8e8d7521a66eb5419088e2c7b505bd8186ef40088b3952c36c2c1e SHA512 6f2281523ff0890f3cf51caa10e637b5f12bbb6904cde1daf6177acd414b00b1cbcbd14429437f4c023fadd1b05a47bf3ace3527c6b6b1209b2d6b7ba4272e13
 DIST procenv-0.51.tar.gz 245663 BLAKE2B 1e7a0b9fddbe0c4f0aaf895ae1174f69c84d6b043794b5cd23f678dc5c762d892e49ce9b91c78c0fc3bd4cf4064e94c1c43758b4cdd596d6d289a929b3855043 SHA512 0f0b0fb4aceb4c6aaa4f2f4f8e139dfbcecbed2101ac4c44e4b1f85420fbf15967b9ebf8c3d2868260afc2957919f15a981ae49f0cf91c9f2c7ea05c96dc36fb

diff --git a/sys-process/procenv/procenv-0.49.ebuild b/sys-process/procenv/procenv-0.49.ebuild
deleted file mode 100644
index 3c8ae5b1be5..00000000000
--- a/sys-process/procenv/procenv-0.49.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="command-line utility to show process environment"
-HOMEPAGE="https://github.com/jamesodhunt/procenv"
-SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
-IUSE="test"
-
-DEPEND="
-	virtual/pkgconfig
-	test? ( dev-libs/check )
-"
-
-src_prepare() {
-	local PATCHES=(
-		"${FILESDIR}"/${PN}-0.45-flags.patch
-	)
-
-	default
-	eautoreconf
-}

diff --git a/sys-process/procenv/procenv-0.50.ebuild b/sys-process/procenv/procenv-0.50.ebuild
deleted file mode 100644
index 3c8ae5b1be5..00000000000
--- a/sys-process/procenv/procenv-0.50.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="command-line utility to show process environment"
-HOMEPAGE="https://github.com/jamesodhunt/procenv"
-SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
-IUSE="test"
-
-DEPEND="
-	virtual/pkgconfig
-	test? ( dev-libs/check )
-"
-
-src_prepare() {
-	local PATCHES=(
-		"${FILESDIR}"/${PN}-0.45-flags.patch
-	)
-
-	default
-	eautoreconf
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
@ 2017-10-19  8:20 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2017-10-19  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     9658da0dbc189e9b0b96a3543e530c5ecfeb8228
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 07:29:28 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 08:19:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9658da0d

sys-process/procenv: version bump to 0.50

 sys-process/procenv/Manifest            |  1 +
 sys-process/procenv/procenv-0.50.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index 3d7f4ddebc9..ff525140801 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1 +1,2 @@
 DIST procenv-0.49.tar.gz 243974 SHA256 0d3416f75e06cd0ca39d72c43eb98ffc53c482a0ec80c06b3467c18282713f2f SHA512 2845e34abcc3c7cc56947c1b4407e7d8366bbd40ba0144e16cecd41acb24773072f58f34b54eefbf334b30a1b97a23fe611368166da8d80162657613c287af99 WHIRLPOOL 562195f0c363712dba155f4ce72b68a26d62f7425b515678bd3dfe055f822fd482a15f8e467f653a4bc2c608a422c0b3107ff8cfc38049e415084262924b7168
+DIST procenv-0.50.tar.gz 244590 SHA256 e17e43a4b9306b7b77c357e4848c09a9cdc471c5cc5605bc2a72c4439c677a37 SHA512 6f2281523ff0890f3cf51caa10e637b5f12bbb6904cde1daf6177acd414b00b1cbcbd14429437f4c023fadd1b05a47bf3ace3527c6b6b1209b2d6b7ba4272e13 WHIRLPOOL 5f8d161ad786b6919061190cba019362ae1b04551fa902dc9e8b1892e4e5a242612ac957c0c1ec30450234b437d3114c2a204b20a31b20740637e33fa2f59be6

diff --git a/sys-process/procenv/procenv-0.50.ebuild b/sys-process/procenv/procenv-0.50.ebuild
new file mode 100644
index 00000000000..3c8ae5b1be5
--- /dev/null
+++ b/sys-process/procenv/procenv-0.50.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="command-line utility to show process environment"
+HOMEPAGE="https://github.com/jamesodhunt/procenv"
+SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+IUSE="test"
+
+DEPEND="
+	virtual/pkgconfig
+	test? ( dev-libs/check )
+"
+
+src_prepare() {
+	local PATCHES=(
+		"${FILESDIR}"/${PN}-0.45-flags.patch
+	)
+
+	default
+	eautoreconf
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
@ 2017-02-22 23:19 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2017-02-22 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     8a75700bfa3e364bd0589880b2c3c7eae74f714a
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 23:17:29 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 23:18:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a75700b

sys-process/procenv: version bump to 0.49

 sys-process/procenv/Manifest            |  1 +
 sys-process/procenv/procenv-0.49.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index 3320f9f65e..5929aa1b12 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,3 +1,4 @@
 DIST procenv-0.45.tar.gz 241046 SHA256 5fc3d650783f57fa8ba90c5e0cf0fc28f5e0bf22af38f2dbb9e8574d4e13fad3 SHA512 b9d5a9cda7ff2cc406555a2a82664e45172250af5943c882084fe0d6d067cc19cbc74b6cb9203d3be64a33797ad3c3afa8ad9d5414546ee8e047947790956ff1 WHIRLPOOL 786a80ca01569dca399436e47c335f65893cd4414eb5ef770b3100a2de5328f82792508137a3274c31932db4e81eabd1d8fd1cbcf13efe4acebfdeb9ce4359a8
 DIST procenv-0.46.tar.gz 243301 SHA256 5c8253e63c1f90e80bfdd2076b5cdf916513667453e165e0660afb68f60fb98b SHA512 3f6ff6ce0c4218f9eba6d8172fcd60e380eb1d555114c871be5e4f5815cc7dfcba5f3b2ddf731da0d250f1e8f9754d70805a479c3bf283c5e48e77b8cb91d7a1 WHIRLPOOL ebddbe398bf8bdebae87bfc59cdc2e0fe57f804c7e34c7f18978c8bcbcbeb84ee7f406e8b7788f6ead64b292d244421b1cb48aa2fde49be9792ceaeb8885b63c
 DIST procenv-0.47.tar.gz 243872 SHA256 50c6e2d3a5afa1e8b0ee1166db409c161e832cb248aa2d284ca9265bb089fb5e SHA512 81f3019a5b379c1e7fa7819526823b732a7fc64d53cf828390995c3070bc9a27bee29e56d73dddff95c001e09548ae144b38ec4c259aab42e568e5257c1366ad WHIRLPOOL 54307468fbd4d965d295d35e9274c09930184a46aeeb9c4503d6f84d3d9441fe8bd5d295c5d19f8f3a3dee19762c809533fd2eddf07a62aaf0d6a25058fe3abb
+DIST procenv-0.49.tar.gz 243974 SHA256 0d3416f75e06cd0ca39d72c43eb98ffc53c482a0ec80c06b3467c18282713f2f SHA512 2845e34abcc3c7cc56947c1b4407e7d8366bbd40ba0144e16cecd41acb24773072f58f34b54eefbf334b30a1b97a23fe611368166da8d80162657613c287af99 WHIRLPOOL 562195f0c363712dba155f4ce72b68a26d62f7425b515678bd3dfe055f822fd482a15f8e467f653a4bc2c608a422c0b3107ff8cfc38049e415084262924b7168

diff --git a/sys-process/procenv/procenv-0.49.ebuild b/sys-process/procenv/procenv-0.49.ebuild
new file mode 100644
index 0000000000..3053176070
--- /dev/null
+++ b/sys-process/procenv/procenv-0.49.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="command-line utility to show process environment"
+HOMEPAGE="https://github.com/jamesodhunt/procenv"
+SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+IUSE="test"
+
+DEPEND="
+	virtual/pkgconfig
+	test? ( dev-libs/check )
+"
+
+src_prepare() {
+	local PATCHES=(
+		"${FILESDIR}"/${PN}-0.45-flags.patch
+	)
+
+	default
+	eautoreconf
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
@ 2017-02-16 11:47 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2017-02-16 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     37894d8a808752e0fef4866ac494edfba3d5f7a3
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 05:04:30 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 11:42:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37894d8a

sys-process/procenv: version bump to 0.47

 sys-process/procenv/Manifest            |  1 +
 sys-process/procenv/procenv-0.47.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index b5921cd9c1..3320f9f65e 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,2 +1,3 @@
 DIST procenv-0.45.tar.gz 241046 SHA256 5fc3d650783f57fa8ba90c5e0cf0fc28f5e0bf22af38f2dbb9e8574d4e13fad3 SHA512 b9d5a9cda7ff2cc406555a2a82664e45172250af5943c882084fe0d6d067cc19cbc74b6cb9203d3be64a33797ad3c3afa8ad9d5414546ee8e047947790956ff1 WHIRLPOOL 786a80ca01569dca399436e47c335f65893cd4414eb5ef770b3100a2de5328f82792508137a3274c31932db4e81eabd1d8fd1cbcf13efe4acebfdeb9ce4359a8
 DIST procenv-0.46.tar.gz 243301 SHA256 5c8253e63c1f90e80bfdd2076b5cdf916513667453e165e0660afb68f60fb98b SHA512 3f6ff6ce0c4218f9eba6d8172fcd60e380eb1d555114c871be5e4f5815cc7dfcba5f3b2ddf731da0d250f1e8f9754d70805a479c3bf283c5e48e77b8cb91d7a1 WHIRLPOOL ebddbe398bf8bdebae87bfc59cdc2e0fe57f804c7e34c7f18978c8bcbcbeb84ee7f406e8b7788f6ead64b292d244421b1cb48aa2fde49be9792ceaeb8885b63c
+DIST procenv-0.47.tar.gz 243872 SHA256 50c6e2d3a5afa1e8b0ee1166db409c161e832cb248aa2d284ca9265bb089fb5e SHA512 81f3019a5b379c1e7fa7819526823b732a7fc64d53cf828390995c3070bc9a27bee29e56d73dddff95c001e09548ae144b38ec4c259aab42e568e5257c1366ad WHIRLPOOL 54307468fbd4d965d295d35e9274c09930184a46aeeb9c4503d6f84d3d9441fe8bd5d295c5d19f8f3a3dee19762c809533fd2eddf07a62aaf0d6a25058fe3abb

diff --git a/sys-process/procenv/procenv-0.47.ebuild b/sys-process/procenv/procenv-0.47.ebuild
new file mode 100644
index 0000000000..b8be301505
--- /dev/null
+++ b/sys-process/procenv/procenv-0.47.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="command-line utility to show process environment"
+HOMEPAGE="https://github.com/jamesodhunt/procenv"
+SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+IUSE="test"
+
+DEPEND="
+	virtual/pkgconfig
+	test? ( dev-libs/check )
+"
+
+src_prepare() {
+	local PATCHES=(
+		"${FILESDIR}"/${PN}-0.45-sysmacros.patch
+		"${FILESDIR}"/${PN}-0.45-flags.patch
+	)
+
+	default
+	eautoreconf
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
@ 2016-06-19  4:27 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2016-06-19  4:27 UTC (permalink / raw
  To: gentoo-commits

commit:     bf031f31eee19a2b036a9ae24dfff1617b5bd27c
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 04:27:06 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 04:27:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf031f31

sys-process/procenv: remove old

 sys-process/procenv/Manifest            |  1 -
 sys-process/procenv/procenv-0.39.ebuild | 13 -------------
 2 files changed, 14 deletions(-)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index 55865ab..b5921cd 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,3 +1,2 @@
-DIST procenv-0.39.tar.gz 270745 SHA256 1ea203b28290dbabc6bd221b857b439ad4f68f38fac560d4966ff6e6a4d71922 SHA512 b34accc92445aeb9ccb1f45dc3cca2fcf25e2e9ab31e2126f086c884e2562093e292d242ba7ef3aa03e342ad8398b01c08fda133a2d8f0a87693be8cb96c621b WHIRLPOOL 2766cb8239f58bff2ee0bc66e4848f17f52b9151fc94044aeff9c766da968c7159f101b0b092121cb70165fac370b7dd237abcc09d8789db5bdcea5468e513bd
 DIST procenv-0.45.tar.gz 241046 SHA256 5fc3d650783f57fa8ba90c5e0cf0fc28f5e0bf22af38f2dbb9e8574d4e13fad3 SHA512 b9d5a9cda7ff2cc406555a2a82664e45172250af5943c882084fe0d6d067cc19cbc74b6cb9203d3be64a33797ad3c3afa8ad9d5414546ee8e047947790956ff1 WHIRLPOOL 786a80ca01569dca399436e47c335f65893cd4414eb5ef770b3100a2de5328f82792508137a3274c31932db4e81eabd1d8fd1cbcf13efe4acebfdeb9ce4359a8
 DIST procenv-0.46.tar.gz 243301 SHA256 5c8253e63c1f90e80bfdd2076b5cdf916513667453e165e0660afb68f60fb98b SHA512 3f6ff6ce0c4218f9eba6d8172fcd60e380eb1d555114c871be5e4f5815cc7dfcba5f3b2ddf731da0d250f1e8f9754d70805a479c3bf283c5e48e77b8cb91d7a1 WHIRLPOOL ebddbe398bf8bdebae87bfc59cdc2e0fe57f804c7e34c7f18978c8bcbcbeb84ee7f406e8b7788f6ead64b292d244421b1cb48aa2fde49be9792ceaeb8885b63c

diff --git a/sys-process/procenv/procenv-0.39.ebuild b/sys-process/procenv/procenv-0.39.ebuild
deleted file mode 100644
index 7e3c2ba..0000000
--- a/sys-process/procenv/procenv-0.39.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A command-line utility that simply dumps all attributes of its environment"
-HOMEPAGE="https://launchpad.net/procenv/"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
@ 2016-06-19  4:26 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2016-06-19  4:26 UTC (permalink / raw
  To: gentoo-commits

commit:     1f65aba00da5718fb249c97ed2d0022148479efe
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 04:26:07 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 04:26:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f65aba0

sys-process/procenv: version bump to 0.46

 sys-process/procenv/Manifest            |  1 +
 sys-process/procenv/procenv-0.46.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index 047785a..55865ab 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,2 +1,3 @@
 DIST procenv-0.39.tar.gz 270745 SHA256 1ea203b28290dbabc6bd221b857b439ad4f68f38fac560d4966ff6e6a4d71922 SHA512 b34accc92445aeb9ccb1f45dc3cca2fcf25e2e9ab31e2126f086c884e2562093e292d242ba7ef3aa03e342ad8398b01c08fda133a2d8f0a87693be8cb96c621b WHIRLPOOL 2766cb8239f58bff2ee0bc66e4848f17f52b9151fc94044aeff9c766da968c7159f101b0b092121cb70165fac370b7dd237abcc09d8789db5bdcea5468e513bd
 DIST procenv-0.45.tar.gz 241046 SHA256 5fc3d650783f57fa8ba90c5e0cf0fc28f5e0bf22af38f2dbb9e8574d4e13fad3 SHA512 b9d5a9cda7ff2cc406555a2a82664e45172250af5943c882084fe0d6d067cc19cbc74b6cb9203d3be64a33797ad3c3afa8ad9d5414546ee8e047947790956ff1 WHIRLPOOL 786a80ca01569dca399436e47c335f65893cd4414eb5ef770b3100a2de5328f82792508137a3274c31932db4e81eabd1d8fd1cbcf13efe4acebfdeb9ce4359a8
+DIST procenv-0.46.tar.gz 243301 SHA256 5c8253e63c1f90e80bfdd2076b5cdf916513667453e165e0660afb68f60fb98b SHA512 3f6ff6ce0c4218f9eba6d8172fcd60e380eb1d555114c871be5e4f5815cc7dfcba5f3b2ddf731da0d250f1e8f9754d70805a479c3bf283c5e48e77b8cb91d7a1 WHIRLPOOL ebddbe398bf8bdebae87bfc59cdc2e0fe57f804c7e34c7f18978c8bcbcbeb84ee7f406e8b7788f6ead64b292d244421b1cb48aa2fde49be9792ceaeb8885b63c

diff --git a/sys-process/procenv/procenv-0.46.ebuild b/sys-process/procenv/procenv-0.46.ebuild
new file mode 100644
index 0000000..fea114e
--- /dev/null
+++ b/sys-process/procenv/procenv-0.46.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="command-line utility to show process environment"
+HOMEPAGE="https://github.com/jamesodhunt/procenv"
+SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+IUSE="test"
+
+DEPEND="
+	virtual/pkgconfig
+	test? ( dev-libs/check )
+"
+
+src_prepare() {
+	local PATCHES=(
+		"${FILESDIR}"/${PN}-0.45-sysmacros.patch
+		"${FILESDIR}"/${PN}-0.45-flags.patch
+	)
+
+	default
+	eautoreconf
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
@ 2016-04-22 12:14 Jeroen Roovers
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers @ 2016-04-22 12:14 UTC (permalink / raw
  To: gentoo-commits

commit:     45af6bf9648dc403da50cd7987de0d991157bf66
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 12:13:47 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 12:14:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45af6bf9

sys-process/procenv: Mark ~hppa too.

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches

 sys-process/procenv/procenv-0.45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/procenv/procenv-0.45.ebuild b/sys-process/procenv/procenv-0.45.ebuild
index 83e4156..6509205 100644
--- a/sys-process/procenv/procenv-0.45.ebuild
+++ b/sys-process/procenv/procenv-0.45.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="test"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
@ 2016-04-16 21:01 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2016-04-16 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     ff8f1541e83fc4f6241e1c0bcf983af9235fb148
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 21:01:37 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 21:01:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8f1541

sys-process/procenv: remove old

 sys-process/procenv/Manifest            |  2 --
 sys-process/procenv/procenv-0.35.ebuild | 13 -------------
 sys-process/procenv/procenv-0.36.ebuild | 13 -------------
 3 files changed, 28 deletions(-)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index cace153..047785a 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,4 +1,2 @@
-DIST procenv-0.35.tar.gz 251995 SHA256 4b5e9bdf0e7ee7ff63548f380258407bfee64618734db31f33adc332ce02be26 SHA512 c9dab048adba7c3cb659b91aaea5c090d2919a0f38ac53920c433e5888e29d7b0072ca5ba76c4c71cc5d45402dff47dbaee663ff3a3c045e4127032c7467fa49 WHIRLPOOL c186319546607c3fb22bcf97f6ee41099016c777c615a94165624c5934c303f1d2492aa6a54cd15e5e0323abc1c683fd0b16b2ab0825315d4e28abf8f2048b97
-DIST procenv-0.36.tar.gz 264248 SHA256 70550499d0602ffbb4bbbe91c1a6d468d44589ab29b74b5ccc42b9558f970fb4 SHA512 0a054541a2ec08aa147f2f6b222bc7c17ce9e5f7f96fae512bfd569572277566e3b3a55ab876668b2678d54b16272427ececfdba5fde2144f18ae992f892d9e9 WHIRLPOOL 100b20b0b9b17fdb5de0e8defe7bd987743bd8c6594a6ac55ef1a73cf10eed90e29bcb30227fe678a16e3fef11e6fac9d1d5a644ee56e9de11d263c9882c087f
 DIST procenv-0.39.tar.gz 270745 SHA256 1ea203b28290dbabc6bd221b857b439ad4f68f38fac560d4966ff6e6a4d71922 SHA512 b34accc92445aeb9ccb1f45dc3cca2fcf25e2e9ab31e2126f086c884e2562093e292d242ba7ef3aa03e342ad8398b01c08fda133a2d8f0a87693be8cb96c621b WHIRLPOOL 2766cb8239f58bff2ee0bc66e4848f17f52b9151fc94044aeff9c766da968c7159f101b0b092121cb70165fac370b7dd237abcc09d8789db5bdcea5468e513bd
 DIST procenv-0.45.tar.gz 241046 SHA256 5fc3d650783f57fa8ba90c5e0cf0fc28f5e0bf22af38f2dbb9e8574d4e13fad3 SHA512 b9d5a9cda7ff2cc406555a2a82664e45172250af5943c882084fe0d6d067cc19cbc74b6cb9203d3be64a33797ad3c3afa8ad9d5414546ee8e047947790956ff1 WHIRLPOOL 786a80ca01569dca399436e47c335f65893cd4414eb5ef770b3100a2de5328f82792508137a3274c31932db4e81eabd1d8fd1cbcf13efe4acebfdeb9ce4359a8

diff --git a/sys-process/procenv/procenv-0.35.ebuild b/sys-process/procenv/procenv-0.35.ebuild
deleted file mode 100644
index 13c342a..0000000
--- a/sys-process/procenv/procenv-0.35.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A command-line utility that simply dumps all attributes of its environment"
-HOMEPAGE="https://launchpad.net/procenv/"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"

diff --git a/sys-process/procenv/procenv-0.36.ebuild b/sys-process/procenv/procenv-0.36.ebuild
deleted file mode 100644
index 13c342a..0000000
--- a/sys-process/procenv/procenv-0.36.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A command-line utility that simply dumps all attributes of its environment"
-HOMEPAGE="https://launchpad.net/procenv/"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
@ 2016-04-16 19:47 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2016-04-16 19:47 UTC (permalink / raw
  To: gentoo-commits

commit:     e1ad387fd163e722c8cdfbee4dbe67a0e1bf55d8
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 19:45:00 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 19:46:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ad387f

sys-process/procenv: version bump to 0.45

 sys-process/procenv/Manifest            |  1 +
 sys-process/procenv/procenv-0.45.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index 210a2cd..cace153 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,3 +1,4 @@
 DIST procenv-0.35.tar.gz 251995 SHA256 4b5e9bdf0e7ee7ff63548f380258407bfee64618734db31f33adc332ce02be26 SHA512 c9dab048adba7c3cb659b91aaea5c090d2919a0f38ac53920c433e5888e29d7b0072ca5ba76c4c71cc5d45402dff47dbaee663ff3a3c045e4127032c7467fa49 WHIRLPOOL c186319546607c3fb22bcf97f6ee41099016c777c615a94165624c5934c303f1d2492aa6a54cd15e5e0323abc1c683fd0b16b2ab0825315d4e28abf8f2048b97
 DIST procenv-0.36.tar.gz 264248 SHA256 70550499d0602ffbb4bbbe91c1a6d468d44589ab29b74b5ccc42b9558f970fb4 SHA512 0a054541a2ec08aa147f2f6b222bc7c17ce9e5f7f96fae512bfd569572277566e3b3a55ab876668b2678d54b16272427ececfdba5fde2144f18ae992f892d9e9 WHIRLPOOL 100b20b0b9b17fdb5de0e8defe7bd987743bd8c6594a6ac55ef1a73cf10eed90e29bcb30227fe678a16e3fef11e6fac9d1d5a644ee56e9de11d263c9882c087f
 DIST procenv-0.39.tar.gz 270745 SHA256 1ea203b28290dbabc6bd221b857b439ad4f68f38fac560d4966ff6e6a4d71922 SHA512 b34accc92445aeb9ccb1f45dc3cca2fcf25e2e9ab31e2126f086c884e2562093e292d242ba7ef3aa03e342ad8398b01c08fda133a2d8f0a87693be8cb96c621b WHIRLPOOL 2766cb8239f58bff2ee0bc66e4848f17f52b9151fc94044aeff9c766da968c7159f101b0b092121cb70165fac370b7dd237abcc09d8789db5bdcea5468e513bd
+DIST procenv-0.45.tar.gz 241046 SHA256 5fc3d650783f57fa8ba90c5e0cf0fc28f5e0bf22af38f2dbb9e8574d4e13fad3 SHA512 b9d5a9cda7ff2cc406555a2a82664e45172250af5943c882084fe0d6d067cc19cbc74b6cb9203d3be64a33797ad3c3afa8ad9d5414546ee8e047947790956ff1 WHIRLPOOL 786a80ca01569dca399436e47c335f65893cd4414eb5ef770b3100a2de5328f82792508137a3274c31932db4e81eabd1d8fd1cbcf13efe4acebfdeb9ce4359a8

diff --git a/sys-process/procenv/procenv-0.45.ebuild b/sys-process/procenv/procenv-0.45.ebuild
new file mode 100644
index 0000000..32466f2
--- /dev/null
+++ b/sys-process/procenv/procenv-0.45.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="command-line utility to show process environment"
+HOMEPAGE="https://github.com/jamesodhunt/procenv"
+SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+	virtual/pkgconfig
+	test? ( dev-libs/check )
+"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/
@ 2015-08-28  7:33 Tim Harder
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2015-08-28  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     fe71ba14f9909c2e578096caecf3cd73882b940c
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 07:32:22 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 07:32:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe71ba14

sys-process/procenv: version bump

 sys-process/procenv/Manifest            |  1 +
 sys-process/procenv/procenv-0.39.ebuild | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index c2f1e72..210a2cd 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,2 +1,3 @@
 DIST procenv-0.35.tar.gz 251995 SHA256 4b5e9bdf0e7ee7ff63548f380258407bfee64618734db31f33adc332ce02be26 SHA512 c9dab048adba7c3cb659b91aaea5c090d2919a0f38ac53920c433e5888e29d7b0072ca5ba76c4c71cc5d45402dff47dbaee663ff3a3c045e4127032c7467fa49 WHIRLPOOL c186319546607c3fb22bcf97f6ee41099016c777c615a94165624c5934c303f1d2492aa6a54cd15e5e0323abc1c683fd0b16b2ab0825315d4e28abf8f2048b97
 DIST procenv-0.36.tar.gz 264248 SHA256 70550499d0602ffbb4bbbe91c1a6d468d44589ab29b74b5ccc42b9558f970fb4 SHA512 0a054541a2ec08aa147f2f6b222bc7c17ce9e5f7f96fae512bfd569572277566e3b3a55ab876668b2678d54b16272427ececfdba5fde2144f18ae992f892d9e9 WHIRLPOOL 100b20b0b9b17fdb5de0e8defe7bd987743bd8c6594a6ac55ef1a73cf10eed90e29bcb30227fe678a16e3fef11e6fac9d1d5a644ee56e9de11d263c9882c087f
+DIST procenv-0.39.tar.gz 270745 SHA256 1ea203b28290dbabc6bd221b857b439ad4f68f38fac560d4966ff6e6a4d71922 SHA512 b34accc92445aeb9ccb1f45dc3cca2fcf25e2e9ab31e2126f086c884e2562093e292d242ba7ef3aa03e342ad8398b01c08fda133a2d8f0a87693be8cb96c621b WHIRLPOOL 2766cb8239f58bff2ee0bc66e4848f17f52b9151fc94044aeff9c766da968c7159f101b0b092121cb70165fac370b7dd237abcc09d8789db5bdcea5468e513bd

diff --git a/sys-process/procenv/procenv-0.39.ebuild b/sys-process/procenv/procenv-0.39.ebuild
new file mode 100644
index 0000000..7e3c2ba
--- /dev/null
+++ b/sys-process/procenv/procenv-0.39.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="A command-line utility that simply dumps all attributes of its environment"
+HOMEPAGE="https://launchpad.net/procenv/"
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"


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

end of thread, other threads:[~2019-08-14 23:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22 12:53 [gentoo-commits] repo/gentoo:master commit in: sys-process/procenv/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2019-08-14 23:24 Tim Harder
2019-08-14 23:24 Tim Harder
2017-10-19  8:20 Tim Harder
2017-02-22 23:19 Tim Harder
2017-02-16 11:47 Tim Harder
2016-06-19  4:27 Tim Harder
2016-06-19  4:26 Tim Harder
2016-04-22 12:14 Jeroen Roovers
2016-04-16 21:01 Tim Harder
2016-04-16 19:47 Tim Harder
2015-08-28  7:33 Tim Harder

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