* [gentoo-commits] repo/gentoo:master commit in: dev-util/protobuf-cucumber/
@ 2020-09-17 6:11 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2020-09-17 6:11 UTC (permalink / raw
To: gentoo-commits
commit: 88d4dcde6d861a93ee5efe103433fdd5fbd21aa8
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 06:11:02 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 06:11:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d4dcde
dev-util/protobuf-cucumber: initial import of 3.10.8
Dependency for forthcoming cucumber-messages version.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-util/protobuf-cucumber/Manifest | 1 +
dev-util/protobuf-cucumber/metadata.xml | 10 +++++++
.../protobuf-cucumber-3.10.8.ebuild | 35 ++++++++++++++++++++++
3 files changed, 46 insertions(+)
diff --git a/dev-util/protobuf-cucumber/Manifest b/dev-util/protobuf-cucumber/Manifest
new file mode 100644
index 00000000000..5f3d93032b9
--- /dev/null
+++ b/dev-util/protobuf-cucumber/Manifest
@@ -0,0 +1 @@
+DIST protobuf-cucumber-3.10.8.gem 236544 BLAKE2B e81636fc06fbed54dc67def3d4d1c445a971d861e3dcd99aa406e137b858734d995100c76d33a6d00b6ec9584d8dbb8f1d05424e73d0f35a3d196cfb70ffc561 SHA512 904b3b6f0564a9db61c1b8e3aef10fe666dd602cf09c43c32241e908695b2f144be5e9ee094a21a07c43354ecaa3c9006ff62aa0e6f6ad2688b72bb9a40538a9
diff --git a/dev-util/protobuf-cucumber/metadata.xml b/dev-util/protobuf-cucumber/metadata.xml
new file mode 100644
index 00000000000..31246c7969b
--- /dev/null
+++ b/dev-util/protobuf-cucumber/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>graaff@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ruby-protobuf/protobuf</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild
new file mode 100644
index 00000000000..1d4dbac9554
--- /dev/null
+++ b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Google Protocol Buffers serialization and RPC implementation for Ruby"
+HOMEPAGE="https://github.com/ruby-protobuf/protobuf"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "
+ >=dev-ruby/activesupport-3.2:*
+ dev-ruby/middleware
+ dev-ruby/thor:*
+ dev-ruby/thread_safe
+"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/I s:^:#:' Rakefile spec/spec_helper.rb || die
+
+ # Avoid unpackaged optional dependency
+ rm -f spec/lib/protobuf/rpc/connectors/{ping,zmq}_spec.rb spec/functional/zmq_server_spec.rb || die
+ rm -rf spec/lib/protobuf/rpc/servers/zmq || die
+ sed -i -e '/context .zmq/,/^ end/ s:^:#:' spec/lib/protobuf/cli_spec.rb || die
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/protobuf-cucumber/
@ 2021-07-25 3:23 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-07-25 3:23 UTC (permalink / raw
To: gentoo-commits
commit: d3b225a5b551eca59c02a79fc149d501decea13b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 03:22:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 03:23:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b225a5
dev-util/protobuf-cucumber: Keyword 3.10.8 arm, #802141
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild
index 1d4dbac9554..705345da3cf 100644
--- a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild
+++ b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.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=7
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby-protobuf/protobuf"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
IUSE=""
ruby_add_bdepend "
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/protobuf-cucumber/
@ 2021-07-25 8:52 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2021-07-25 8:52 UTC (permalink / raw
To: gentoo-commits
commit: 21a71c44ead244277e10c782292531e1aa90d94f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 08:51:45 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 08:51:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a71c44
dev-util/protobuf-cucumber: fix dependencies
Declare runtime dependencies as such, and add missing
test dependencies.
Closes: https://bugs.gentoo.org/743091
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
.../protobuf-cucumber-3.10.8-r1.ebuild | 39 ++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
new file mode 100644
index 00000000000..ee30208714d
--- /dev/null
+++ b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Google Protocol Buffers serialization and RPC implementation for Ruby"
+HOMEPAGE="https://github.com/ruby-protobuf/protobuf"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+ruby_add_rdepend "
+ >=dev-ruby/activesupport-3.2:*
+ dev-ruby/middleware
+ dev-ruby/thor:*
+ dev-ruby/thread_safe
+"
+
+ruby_add_bdepend "test? (
+ dev-ruby/timecop
+)"
+
+all_ruby_prepare() {
+ sed -i -e '/\(bundler\|pry\)/I s:^:#:' Rakefile spec/spec_helper.rb || die
+
+ # Avoid unpackaged optional dependency
+ rm -f spec/lib/protobuf/rpc/connectors/{ping,zmq}_spec.rb spec/functional/zmq_server_spec.rb || die
+ rm -rf spec/lib/protobuf/rpc/servers/zmq || die
+ sed -i -e '/context .zmq/,/^ end/ s:^:#:' spec/lib/protobuf/cli_spec.rb || die
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/protobuf-cucumber/
@ 2021-07-26 5:22 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-07-26 5:22 UTC (permalink / raw
To: gentoo-commits
commit: e8f04e5517d4b719ee74cb039049a6470a8e973f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 05:22:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 05:22:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f04e55
dev-util/protobuf-cucumber: Keyword 3.10.8-r1 ppc64, #802141
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
index ee30208714d..02826840cbb 100644
--- a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
+++ b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby-protobuf/protobuf"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc64"
IUSE=""
ruby_add_rdepend "
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/protobuf-cucumber/
@ 2021-07-26 5:22 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-07-26 5:22 UTC (permalink / raw
To: gentoo-commits
commit: f5291bfbedd3f7c04b5eade5da08bb6885ec117f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 05:22:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 05:22:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5291bfb
dev-util/protobuf-cucumber: Keyword 3.10.8-r1 arm64, #802141
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
index 02826840cbb..2b31d2a5681 100644
--- a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
+++ b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby-protobuf/protobuf"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
IUSE=""
ruby_add_rdepend "
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/protobuf-cucumber/
@ 2021-08-27 7:36 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2021-08-27 7:36 UTC (permalink / raw
To: gentoo-commits
commit: a6a234de93529a3d79949b5ea713f632791cd3ce
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 07:24:31 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 07:36:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a234de
dev-util/protobuf-cucumber: cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
.../protobuf-cucumber-3.10.8.ebuild | 35 ----------------------
1 file changed, 35 deletions(-)
diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild
deleted file mode 100644
index 705345da3cf..00000000000
--- a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Google Protocol Buffers serialization and RPC implementation for Ruby"
-HOMEPAGE="https://github.com/ruby-protobuf/protobuf"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-ruby_add_bdepend "
- >=dev-ruby/activesupport-3.2:*
- dev-ruby/middleware
- dev-ruby/thor:*
- dev-ruby/thread_safe
-"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/I s:^:#:' Rakefile spec/spec_helper.rb || die
-
- # Avoid unpackaged optional dependency
- rm -f spec/lib/protobuf/rpc/connectors/{ping,zmq}_spec.rb spec/functional/zmq_server_spec.rb || die
- rm -rf spec/lib/protobuf/rpc/servers/zmq || die
- sed -i -e '/context .zmq/,/^ end/ s:^:#:' spec/lib/protobuf/cli_spec.rb || die
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/protobuf-cucumber/
@ 2021-10-10 20:48 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-10-10 20:48 UTC (permalink / raw
To: gentoo-commits
commit: 680490c452c1178e5aa55234f886b48e3cc9d0cf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 20:47:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 20:47:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680490c4
dev-util/protobuf-cucumber: Keyword 3.10.8-r1 x86, #802141
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
index 2b31d2a5681..0549ced241b 100644
--- a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
+++ b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby-protobuf/protobuf"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE=""
ruby_add_rdepend "
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/protobuf-cucumber/
@ 2021-10-10 20:53 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-10-10 20:53 UTC (permalink / raw
To: gentoo-commits
commit: a772fc4b0a92add8dcd5a513b5157cfc68865586
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 20:53:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 20:53:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a772fc4b
dev-util/protobuf-cucumber: Keyword 3.10.8-r1 sparc, #802141
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
index 0549ced241b..a11ed56ae54 100644
--- a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
+++ b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby-protobuf/protobuf"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
IUSE=""
ruby_add_rdepend "
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/protobuf-cucumber/
@ 2021-10-10 21:48 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-10-10 21:48 UTC (permalink / raw
To: gentoo-commits
commit: 30f141059ea5b079809a0c60dfd3159a52b4355a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 21:47:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 21:47:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f14105
dev-util/protobuf-cucumber: Keyword 3.10.8-r1 ppc, #802141
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
index a11ed56ae54..c1f6b6eba4e 100644
--- a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
+++ b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby-protobuf/protobuf"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
ruby_add_rdepend "
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/protobuf-cucumber/
@ 2021-10-11 0:45 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-10-11 0:45 UTC (permalink / raw
To: gentoo-commits
commit: 1667525e4c3654d947e1ad8e05e4dd338ddfa9f6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 00:44:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 00:44:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1667525e
dev-util/protobuf-cucumber: Keyword 3.10.8-r1 s390, #802141
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
index c1f6b6eba4e..c002e181726 100644
--- a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
+++ b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby-protobuf/protobuf"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
ruby_add_rdepend "
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/protobuf-cucumber/
@ 2021-11-23 16:09 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-11-23 16:09 UTC (permalink / raw
To: gentoo-commits
commit: 8d08f9beb16b0f3e2cc0f8d9951bf3682abb362c
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Nov 23 15:22:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 16:08:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d08f9be
dev-util/protobuf-cucumber: keyworded 3.10.8-r1 for hppa, bug #802141
Package-Manager: Portage-3.0.28, 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-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
index c002e181726f..52f124e5f5fd 100644
--- a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
+++ b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby-protobuf/protobuf"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
ruby_add_rdepend "
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2021-11-23 16:09 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-17 6:11 [gentoo-commits] repo/gentoo:master commit in: dev-util/protobuf-cucumber/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2021-07-25 3:23 Sam James
2021-07-25 8:52 Hans de Graaff
2021-07-26 5:22 Sam James
2021-07-26 5:22 Sam James
2021-08-27 7:36 Hans de Graaff
2021-10-10 20:48 Sam James
2021-10-10 20:53 Sam James
2021-10-10 21:48 Sam James
2021-10-11 0:45 Sam James
2021-11-23 16:09 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox