public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2019-08-02 10:10 Aaron W. Swenson
  0 siblings, 0 replies; 30+ messages in thread
From: Aaron W. Swenson @ 2019-08-02 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5df94f83ad75e02739c787deb1f701df326f99f4
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  2 09:44:59 2019 +0000
Commit:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Aug  2 10:10:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df94f83

dev-perl/Shell-Config-Generate: Initial commit.

Needed by Needed by dev-perl/Alien-Base-ModuleBuild, and www-apps/rt.

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Manifest            |  1 +
 .../Shell-Config-Generate-0.330.0.ebuild           | 23 ++++++++++++++++++++++
 dev-perl/Shell-Config-Generate/metadata.xml        | 16 +++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-perl/Shell-Config-Generate/Manifest b/dev-perl/Shell-Config-Generate/Manifest
new file mode 100644
index 00000000000..7d0aaedb65b
--- /dev/null
+++ b/dev-perl/Shell-Config-Generate/Manifest
@@ -0,0 +1 @@
+DIST Shell-Config-Generate-0.33.tar.gz 28382 BLAKE2B 5bb797e79c0adf5176c1e54cabe2ad2776a7431427601e980942e86a7715b2b08e732d3489203b1fbb64ef3580b5aab1d92a6eca71b068c250346c48c2c751c6 SHA512 57041179a9798ec4dde78c13770fc58499776201891fe865baff4cd00efe6801411eb3bc1f89271cf4a35edf4782de33fdcb8a572c6c5adba188f50a13755bd3

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
new file mode 100644
index 00000000000..11321ba2171
--- /dev/null
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=0.33
+inherit perl-module
+
+DESCRIPTION="Portably generate config for any shell"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-perl/Shell-Guess"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=dev-perl/Test2-Suite-0.0.60
+		>=virtual/perl-Test-Simple-1.302.15
+	)
+"

diff --git a/dev-perl/Shell-Config-Generate/metadata.xml b/dev-perl/Shell-Config-Generate/metadata.xml
new file mode 100644
index 00000000000..efe08aaf46b
--- /dev/null
+++ b/dev-perl/Shell-Config-Generate/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>titanofold@gentoo.org</email>
+    <name>Aaron W. Swenson</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Shell-Config-Generate</remote-id>
+    <remote-id type="cpan-module">Shell::Config::Generate</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2020-08-16 14:19 Kent Fredric
  0 siblings, 0 replies; 30+ messages in thread
From: Kent Fredric @ 2020-08-16 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a31f5b4bc286e093300d0f536add69cd6902ee5a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 12:02:09 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 14:18:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31f5b4b

dev-perl/Shell-Config-Generate: Keyword ~x86

Required by:
- dev-perl/Alien-Base-ModuleBuild (new dep)
  - dev-perl/Alien-Build

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index 159226e5c8f..73238b6499a 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2020-08-17  8:04 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2020-08-17  8:04 UTC (permalink / raw
  To: gentoo-commits

commit:     82d2802344d4d53627e92d4a30b06bc8b418f2f6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 08:00:45 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 08:04:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d28023

dev-perl/Shell-Config-Generate: Keyword 0.330.0 s390, #737594

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index 73238b6499a..35abe3621ac 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~s390 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2020-08-17  8:43 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2020-08-17  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ab08126a0e9f80e0ff3c14e7ea6ccc62eeb40186
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 08:39:54 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 08:42:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab08126a

dev-perl/Shell-Config-Generate: Keyword 0.330.0 arm, #737594

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index 35abe3621ac..8bec679ec6e 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~amd64 ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~s390 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2020-08-17  8:50 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2020-08-17  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     523d366f44a58b0ece87f5d701fce86e7da40941
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 08:46:01 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 08:50:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523d366f

dev-perl/Shell-Config-Generate: Keyword 0.330.0 sparc, #737594

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index 8bec679ec6e..80bf3ceed2c 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2020-08-17  9:40 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2020-08-17  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     721790916276330c81db2e5798c12880bf10c74c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 09:35:51 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 09:39:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72179091

dev-perl/Shell-Config-Generate: Keyword 0.330.0 arm64, #737594

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index 80bf3ceed2c..ade11013347 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2020-08-17 10:18 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2020-08-17 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     91d3925be291284fd9d3458e14e9c2614d769c45
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 10:15:47 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 10:15:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d3925b

dev-perl/Shell-Config-Generate: Keyword 0.330.0 ppc64, #737594

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index ade11013347..6d803b4aaef 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2020-08-17 21:42 Sergei Trofimovich
  0 siblings, 0 replies; 30+ messages in thread
From: Sergei Trofimovich @ 2020-08-17 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     5ad6714984ba95778a51b4cbd49d25686b99cf08
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 21:40:23 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 21:42:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad67149

dev-perl/Shell-Config-Generate: keyworded 0.330.0 for ia64

keyworded wrt bug #737594

Package-Manager: Portage-3.0.2, Repoman-2.3.23
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index 6d803b4aaef..a32ca9d6d76 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2020-09-02  6:33 Sergei Trofimovich
  0 siblings, 0 replies; 30+ messages in thread
From: Sergei Trofimovich @ 2020-09-02  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c5382bda129ebf5371ddbee147c2926a1fb0b73d
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Sep  2 04:31:33 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 06:33:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5382bda

dev-perl/Shell-Config-Generate: mark 0.330.0 ~hppa, bug #737594

Package-Manager: Portage-3.0.4, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index a32ca9d6d76..04e50b8bd16 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2020-09-03  4:26 Yixun Lan
  0 siblings, 0 replies; 30+ messages in thread
From: Yixun Lan @ 2020-09-03  4:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4be5fbd8efea0cef6e0e744cb294c7d3b962e543
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 02:40:15 2020 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 04:25:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be5fbd8

dev-perl/Shell-Config-Generate: keyword riscv

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index 04e50b8bd16..c5146a1927f 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2020-09-07  7:31 Sergei Trofimovich
  0 siblings, 0 replies; 30+ messages in thread
From: Sergei Trofimovich @ 2020-09-07  7:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b554908533f890af81e86656aaf9d0c02be0f2b7
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 07:30:13 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 07:31:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5549085

dev-perl/Shell-Config-Generate: keyworded 0.330.0 for ppc

keyworded wrt bug #737594

Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index c5146a1927f..6a36117463f 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2020-09-26 19:44 Matt Turner
  0 siblings, 0 replies; 30+ messages in thread
From: Matt Turner @ 2020-09-26 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     5e9d8d3b0668ec8aa1f002c173a821d27f2819a8
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 19:44:20 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 19:44:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9d8d3b

dev-perl/Shell-Config-Generate: Keyword 0.330.0 alpha, #737594

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index 6a36117463f..c3dba3f5bc7 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2020-10-22  5:11 Joshua Kinard
  0 siblings, 0 replies; 30+ messages in thread
From: Joshua Kinard @ 2020-10-22  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4ef917d8a027469b1e70c5eb249600c3a2fb51f3
Author:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 04:59:04 2020 +0000
Commit:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 04:59:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef917d8

dev-perl/Shell-Config-Generate: Added ~mips to KEYWORDS

Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.2

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index c3dba3f5bc7..a8d65f53a2e 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2020-11-28  9:32 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2020-11-28  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     3f6c8cf540d94f0a883a44c1e1912eea6278a761
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 09:27:01 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 09:27:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6c8cf5

dev-perl/Shell-Config-Generate: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index a8d65f53a2e..15d6f4b0acf 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-05-04 19:13 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-05-04 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     2caf3df253d958d190bf8c8358708a84db346540
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 19:12:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  4 19:12:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2caf3df2

dev-perl/Shell-Config-Generate: Stabilize 0.330.0 arm, #782028

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index 15d6f4b0acf..5547f9b53f4 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-05-05 12:14 Agostino Sarubbo
  0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2021-05-05 12:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ef193240902493109ad5970b1c667917f6e9ba64
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May  5 12:13:44 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May  5 12:13:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef193240

dev-perl/Shell-Config-Generate: amd64 stable wrt bug #782028

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index 5547f9b53f4..c9e404c0961 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-05-06  7:22 Sergei Trofimovich
  0 siblings, 0 replies; 30+ messages in thread
From: Sergei Trofimovich @ 2021-05-06  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     a70d4e9713ee433bdd07276f32ffdd344e1a7621
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 07:01:50 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu May  6 07:22:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70d4e97

dev-perl/Shell-Config-Generate: stable 0.330.0 for hppa

stable wrt bug #782028

Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index c9e404c0961..b26059e53ce 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-05-06 10:01 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-05-06 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f941a22bfb8fbd9c4f072a7324414979502b44f1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 09:58:18 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  6 09:58:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f941a22b

dev-perl/Shell-Config-Generate: Stabilize 0.330.0 arm64, #782028

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index b26059e53ce..6b00a84b5fe 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-05-06 10:06 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-05-06 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     15973cadfa7bdf4937477d23cc6aa1d400f8d3ef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 10:05:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  6 10:05:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15973cad

dev-perl/Shell-Config-Generate: Stabilize 0.330.0 x86, #782028

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
index 6b00a84b5fe..163c4f36434 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-08-07 18:17 Andreas K. Hüttel
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas K. Hüttel @ 2021-08-07 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4d21b13c1330bc0c80bfe9735983093eb5853b5d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 18:05:55 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 18:16:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d21b13c

dev-perl/Shell-Config-Generate: Version bump 0.34

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Manifest            |  1 +
 .../Shell-Config-Generate-0.340.0.ebuild           | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/Shell-Config-Generate/Manifest b/dev-perl/Shell-Config-Generate/Manifest
index 7d0aaedb65b..5fc76040f40 100644
--- a/dev-perl/Shell-Config-Generate/Manifest
+++ b/dev-perl/Shell-Config-Generate/Manifest
@@ -1 +1,2 @@
 DIST Shell-Config-Generate-0.33.tar.gz 28382 BLAKE2B 5bb797e79c0adf5176c1e54cabe2ad2776a7431427601e980942e86a7715b2b08e732d3489203b1fbb64ef3580b5aab1d92a6eca71b068c250346c48c2c751c6 SHA512 57041179a9798ec4dde78c13770fc58499776201891fe865baff4cd00efe6801411eb3bc1f89271cf4a35edf4782de33fdcb8a572c6c5adba188f50a13755bd3
+DIST Shell-Config-Generate-0.34.tar.gz 29424 BLAKE2B 31059d56810661e952eb82f02190b7060dc94bd98a6d347537fa35c5bfcb2483facf9db0f040be220ea927e01281addba63fa96bf3d27b8e82ae38d3631becea SHA512 f78b1613ee26ed6fe7a435f523ac168aaf608f76f1f02470aeb0c540e8bb5c999e4dc86dd4e67230666b5d125ca12a727ab789314c09e1314a5bc5d94534158d

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
new file mode 100644
index 00000000000..09393e697bb
--- /dev/null
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=0.34
+inherit perl-module
+
+DESCRIPTION="Portably generate config for any shell"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+	dev-perl/Shell-Guess
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=dev-perl/Test2-Suite-0.0.60
+		>=virtual/perl-Test-Simple-1.302.15
+	)
+"


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-10-11  3:10 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-10-11  3:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c9bfeaa2edfff3f61d3fe499efd267a260e6c166
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 03:08:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 03:08:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9bfeaa2

dev-perl/Shell-Config-Generate: Stabilize 0.340.0 ppc64, #817539

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
index 09393e697bb..936ef557316 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
 
 RDEPEND="
 	dev-perl/Shell-Guess


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-10-11  3:17 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-10-11  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     a52812c190369e231e1e5f76cb70bad7f907e903
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 03:17:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 03:17:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52812c1

dev-perl/Shell-Config-Generate: Stabilize 0.340.0 arm, #817539

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
index 936ef557316..553fde23396 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
 
 RDEPEND="
 	dev-perl/Shell-Guess


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-10-11  4:18 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-10-11  4:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e94cec5152cf31e8761e3cc8a7048c4bd9ff79e6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 04:17:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 04:17:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94cec51

dev-perl/Shell-Config-Generate: Stabilize 0.340.0 x86, #817539

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
index 553fde23396..0f7e8ffb4cd 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
 
 RDEPEND="
 	dev-perl/Shell-Guess


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-10-11  5:15 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-10-11  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     eb9a0aaefe0054e2700562ebeb0fbc6f7a9a273d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 05:14:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 05:14:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9a0aae

dev-perl/Shell-Config-Generate: Stabilize 0.340.0 ppc, #817539

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
index 0f7e8ffb4cd..88b9ed3e20b 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
 
 RDEPEND="
 	dev-perl/Shell-Guess


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-10-11  6:32 Agostino Sarubbo
  0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2021-10-11  6:32 UTC (permalink / raw
  To: gentoo-commits

commit:     af852c1ec4915d9fda17d5a61c868b685ca104f5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 06:32:42 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 06:32:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af852c1e

dev-perl/Shell-Config-Generate: sparc stable wrt bug #817539

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
index 88b9ed3e20b..81bb75ec6c3 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
 	dev-perl/Shell-Guess


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-10-11 15:18 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-10-11 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5a045e811fbfce55a2caa34e8cd3ace2411239b7
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Oct 11 15:00:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 15:17:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a045e81

dev-perl/Shell-Config-Generate: stable 0.340.0 for hppa, bug #817539

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
index 81bb75ec6c3..e314d6c531c 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
 	dev-perl/Shell-Guess


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-10-11 15:25 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-10-11 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     bd7add120b793ac39b62e5a6b2760471079591f6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 15:22:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 15:25:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7add12

dev-perl/Shell-Config-Generate: Stabilize 0.340.0 arm64, #817539

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
index e314d6c531c..c231368d089 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
 	dev-perl/Shell-Guess


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-10-12  7:10 Agostino Sarubbo
  0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2021-10-12  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     084b5493ab55a08a36f6d01751e72f734176ddb4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 07:09:45 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 07:10:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084b5493

dev-perl/Shell-Config-Generate: amd64 stable wrt bug #817539

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
index c231368d089..b441e83010c 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
 	dev-perl/Shell-Guess


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2021-12-05 22:15 Andreas K. Hüttel
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas K. Hüttel @ 2021-12-05 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     719d0e809440de0746d184144ed957ab9a1affda
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 22:10:02 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 22:15:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719d0e80

dev-perl/Shell-Config-Generate: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Shell-Config-Generate/Manifest            |  1 -
 .../Shell-Config-Generate-0.330.0.ebuild           | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-perl/Shell-Config-Generate/Manifest b/dev-perl/Shell-Config-Generate/Manifest
index 5fc76040f403..7dde7e2dc1c7 100644
--- a/dev-perl/Shell-Config-Generate/Manifest
+++ b/dev-perl/Shell-Config-Generate/Manifest
@@ -1,2 +1 @@
-DIST Shell-Config-Generate-0.33.tar.gz 28382 BLAKE2B 5bb797e79c0adf5176c1e54cabe2ad2776a7431427601e980942e86a7715b2b08e732d3489203b1fbb64ef3580b5aab1d92a6eca71b068c250346c48c2c751c6 SHA512 57041179a9798ec4dde78c13770fc58499776201891fe865baff4cd00efe6801411eb3bc1f89271cf4a35edf4782de33fdcb8a572c6c5adba188f50a13755bd3
 DIST Shell-Config-Generate-0.34.tar.gz 29424 BLAKE2B 31059d56810661e952eb82f02190b7060dc94bd98a6d347537fa35c5bfcb2483facf9db0f040be220ea927e01281addba63fa96bf3d27b8e82ae38d3631becea SHA512 f78b1613ee26ed6fe7a435f523ac168aaf608f76f1f02470aeb0c540e8bb5c999e4dc86dd4e67230666b5d125ca12a727ab789314c09e1314a5bc5d94534158d

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
deleted file mode 100644
index 163c4f364344..000000000000
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PLICEASE
-DIST_VERSION=0.33
-inherit perl-module
-
-DESCRIPTION="Portably generate config for any shell"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-perl/Shell-Guess"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=dev-perl/Test2-Suite-0.0.60
-		>=virtual/perl-Test-Simple-1.302.15
-	)
-"


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/
@ 2024-05-26 21:39 Andreas K. Hüttel
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas K. Hüttel @ 2024-05-26 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     18873b8686d5e9a29264e3f303834833f6e7e82f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 21:22:07 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 26 21:38:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18873b86

dev-perl/Shell-Config-Generate: Test2::Suite is now in core perl

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...enerate-0.340.0.ebuild => Shell-Config-Generate-0.340.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0-r1.ebuild
similarity index 85%
rename from dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
rename to dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0-r1.ebuild
index cd5e91c78802..bb1699541f15 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0-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
@@ -18,7 +18,7 @@ RDEPEND="
 BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	test? (
-		>=dev-perl/Test2-Suite-0.0.60
+		>=virtual/perl-Test2-Suite-0.0.60
 		>=virtual/perl-Test-Simple-1.302.15
 	)
 "


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

end of thread, other threads:[~2024-05-26 21:39 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-02 10:10 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/ Aaron W. Swenson
  -- strict thread matches above, loose matches on Subject: below --
2020-08-16 14:19 Kent Fredric
2020-08-17  8:04 Sam James
2020-08-17  8:43 Sam James
2020-08-17  8:50 Sam James
2020-08-17  9:40 Sam James
2020-08-17 10:18 Sam James
2020-08-17 21:42 Sergei Trofimovich
2020-09-02  6:33 Sergei Trofimovich
2020-09-03  4:26 Yixun Lan
2020-09-07  7:31 Sergei Trofimovich
2020-09-26 19:44 Matt Turner
2020-10-22  5:11 Joshua Kinard
2020-11-28  9:32 Sam James
2021-05-04 19:13 Sam James
2021-05-05 12:14 Agostino Sarubbo
2021-05-06  7:22 Sergei Trofimovich
2021-05-06 10:01 Sam James
2021-05-06 10:06 Sam James
2021-08-07 18:17 Andreas K. Hüttel
2021-10-11  3:10 Sam James
2021-10-11  3:17 Sam James
2021-10-11  4:18 Sam James
2021-10-11  5:15 Sam James
2021-10-11  6:32 Agostino Sarubbo
2021-10-11 15:18 Sam James
2021-10-11 15:25 Sam James
2021-10-12  7:10 Agostino Sarubbo
2021-12-05 22:15 Andreas K. Hüttel
2024-05-26 21:39 Andreas K. Hüttel

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