[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2024-04-12 Thread Hans de Graaff
commit: c132b65035d89a429b60ed50941094dae7f36030
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 12 06:18:45 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 12 09:14:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c132b650

dev-ruby/localhost: add 1.3.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/localhost/Manifest   |  1 +
 dev-ruby/localhost/localhost-1.3.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/localhost/Manifest b/dev-ruby/localhost/Manifest
index 02a95e02be64..758a2dce2fa3 100644
--- a/dev-ruby/localhost/Manifest
+++ b/dev-ruby/localhost/Manifest
@@ -1,2 +1,3 @@
 DIST localhost-1.1.10.tar.gz 2128142 BLAKE2B 
06e4ab07bc273b8beba5fb3ee3f64e171a6c4a2e944c6d5e432417560283230277213732bf23ddd12e9737b2803582a11fdaa76356d14d2bdbd4e90d402c6204
 SHA512 
946ef247b256165cf5c849a32c0ba8dd2007164bd1549a20aca595328174709e9213ba8a98448dc41a57558b00147c3b7428b7bc625059ab24f89c94ff8850e9
 DIST localhost-1.2.0.tar.gz 2128359 BLAKE2B 
793e43779ec0b1392104914d9adc1d468820f54b920a8ec4e4f538b313e607a6016a0d2d7b8db242571bdd561161bd71ef781eae310d1f57005c2b0a0fa5c5b4
 SHA512 
f60cf31a31ac43962e98e933955973ce4bdf76252e43ee3ef969fe104fb71bc5d2faa3213c93532acba28650cd453663785c15b33eed65309f8c235ce116b70d
+DIST localhost-1.3.0.tar.gz 2128850 BLAKE2B 
fe7db9958759be39107116b45ee1f8d3678a2407f25956ee551a41a18da2bb12b46add992ca2b9615b68f69156afc384c453318af5b77751095b643fb27b7344
 SHA512 
6196cf4ff79cd53c222e19158a7233b8ba384225f24fd791d92952c80b11c469e99d619c3825e0f831e99e2a822aaf69e3b3a9ed0dc2e1ad0316c8b6717165c5

diff --git a/dev-ruby/localhost/localhost-1.3.0.ebuild 
b/dev-ruby/localhost/localhost-1.3.0.ebuild
new file mode 100644
index ..889710b2d342
--- /dev/null
+++ b/dev-ruby/localhost/localhost-1.3.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="readme.md"
+RUBY_FAKEGEM_GEMSPEC="localhost.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="sus"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Manage a local CA for self-signed localhost development servers"
+HOMEPAGE="https://github.com/socketry/localhost;
+SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/async-io
+   dev-ruby/async-process
+   dev-ruby/sus-fixtures-async
+   )
+"
+
+all_ruby_prepare() {
+   sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/covered/Id' config/sus.rb || die
+}
+
+each_ruby_test() {
+   # Tests fail in parallel as it tries to use the same port so
+   # manually replicate ruby-ng_sus for now, as ruby-ng_sus runs 
sus-parallel.
+   ${RUBY} -S sus || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2024-02-26 Thread Hans de Graaff
commit: 359f30af2bc74686baca6ef6f775f823c9b9622c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 27 06:35:29 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 27 06:39:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359f30af

dev-ruby/localhost: enable ruby33

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/localhost/localhost-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.2.0.ebuild 
b/dev-ruby/localhost/localhost-1.2.0.ebuild
index 3d7b9f9412c2..889710b2d342 100644
--- a/dev-ruby/localhost/localhost-1.2.0.ebuild
+++ b/dev-ruby/localhost/localhost-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="readme.md"
 RUBY_FAKEGEM_GEMSPEC="localhost.gemspec"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2024-02-02 Thread Hans de Graaff
commit: 657111f61f23a3a64c09d850a5cd4a0bd9c084d2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  3 07:43:21 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  3 07:48:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657111f6

dev-ruby/localhost: add 1.2.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/localhost/Manifest   |  1 +
 dev-ruby/localhost/localhost-1.2.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/localhost/Manifest b/dev-ruby/localhost/Manifest
index 3522459d9953..02a95e02be64 100644
--- a/dev-ruby/localhost/Manifest
+++ b/dev-ruby/localhost/Manifest
@@ -1 +1,2 @@
 DIST localhost-1.1.10.tar.gz 2128142 BLAKE2B 
06e4ab07bc273b8beba5fb3ee3f64e171a6c4a2e944c6d5e432417560283230277213732bf23ddd12e9737b2803582a11fdaa76356d14d2bdbd4e90d402c6204
 SHA512 
946ef247b256165cf5c849a32c0ba8dd2007164bd1549a20aca595328174709e9213ba8a98448dc41a57558b00147c3b7428b7bc625059ab24f89c94ff8850e9
+DIST localhost-1.2.0.tar.gz 2128359 BLAKE2B 
793e43779ec0b1392104914d9adc1d468820f54b920a8ec4e4f538b313e607a6016a0d2d7b8db242571bdd561161bd71ef781eae310d1f57005c2b0a0fa5c5b4
 SHA512 
f60cf31a31ac43962e98e933955973ce4bdf76252e43ee3ef969fe104fb71bc5d2faa3213c93532acba28650cd453663785c15b33eed65309f8c235ce116b70d

diff --git a/dev-ruby/localhost/localhost-1.2.0.ebuild 
b/dev-ruby/localhost/localhost-1.2.0.ebuild
new file mode 100644
index ..3d7b9f9412c2
--- /dev/null
+++ b/dev-ruby/localhost/localhost-1.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="readme.md"
+RUBY_FAKEGEM_GEMSPEC="localhost.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="sus"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Manage a local CA for self-signed localhost development servers"
+HOMEPAGE="https://github.com/socketry/localhost;
+SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/async-io
+   dev-ruby/async-process
+   dev-ruby/sus-fixtures-async
+   )
+"
+
+all_ruby_prepare() {
+   sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/covered/Id' config/sus.rb || die
+}
+
+each_ruby_test() {
+   # Tests fail in parallel as it tries to use the same port so
+   # manually replicate ruby-ng_sus for now, as ruby-ng_sus runs 
sus-parallel.
+   ${RUBY} -S sus || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2023-12-09 Thread Hans de Graaff
commit: af002aaf9c74acf6fb02a9cdb48ffa21d797b202
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  9 08:38:48 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  9 09:11:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af002aaf

dev-ruby/localhost: drop 1.1.9

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/localhost/Manifest   |  1 -
 dev-ruby/localhost/localhost-1.1.9.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-ruby/localhost/Manifest b/dev-ruby/localhost/Manifest
index 8e95559775d1..3522459d9953 100644
--- a/dev-ruby/localhost/Manifest
+++ b/dev-ruby/localhost/Manifest
@@ -1,2 +1 @@
 DIST localhost-1.1.10.tar.gz 2128142 BLAKE2B 
06e4ab07bc273b8beba5fb3ee3f64e171a6c4a2e944c6d5e432417560283230277213732bf23ddd12e9737b2803582a11fdaa76356d14d2bdbd4e90d402c6204
 SHA512 
946ef247b256165cf5c849a32c0ba8dd2007164bd1549a20aca595328174709e9213ba8a98448dc41a57558b00147c3b7428b7bc625059ab24f89c94ff8850e9
-DIST localhost-1.1.9.tar.gz 2125545 BLAKE2B 
5843b3857a11d9f56412f67cb15e424332b07cf81a29ae0a05a3ff20c6f06af56f6a02d8315f97c2d57fe76f7359c737cf19f116868ff532ac083070430fa22e
 SHA512 
d46fd016957fd34309d50488dc61f23e9d47a5a6bfdeda5c049f6ffc112c13cd21394ada3e15c56f14913cba6ab503f60e32237431f7ff824fbbab8cd8a2d746

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
deleted file mode 100644
index fa89c38913b4..
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="localhost.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Manage a local CA for self-signed localhost development servers"
-HOMEPAGE="https://github.com/socketry/localhost;
-SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
-SLOT="$(ver_cut 1)"
-IUSE=""
-
-# Skip tests for now since they require a lot of
-# dependencies and this package blocks a security bug.
-RESTRICT="test"
-
-#ruby_add_bdepend "test? ( dev-ruby/async-rspec ) "
-
-all_ruby_prepare() {
-   sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
-   sed -i -e '/covered/ s:^:#:' spec/spec_helper.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2023-10-24 Thread Arthur Zamarin
commit: 5cc2ac07ca5b866b1a5b9df9f92ff536c2f479f1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Oct 24 09:29:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Oct 24 09:29:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc2ac07

dev-ruby/localhost: Stabilize 1.1.10 x86, #909632

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/localhost/localhost-1.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.10.ebuild 
b/dev-ruby/localhost/localhost-1.1.10.ebuild
index e65d9df224ee..29a9d0c56b27 100644
--- a/dev-ruby/localhost/localhost-1.1.10.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.10.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 
 ruby_add_bdepend "
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2023-04-11 Thread Jakov Smolić
commit: ba5ad58e29b852a8bc3c951b36db6bb9928166e3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 11 17:52:04 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 11 17:52:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5ad58e

dev-ruby/localhost: Keyword 1.1.10 riscv, #761550

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ruby/localhost/localhost-1.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.10.ebuild 
b/dev-ruby/localhost/localhost-1.1.10.ebuild
index dafc491ecc3f..f7b8c2a9db34 100644
--- a/dev-ruby/localhost/localhost-1.1.10.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.10.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 ruby_add_bdepend "
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2023-04-08 Thread Sam James
commit: c6ec2099fcfe81be4e79ca754edce80168aee364
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr  9 02:32:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr  9 02:32:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ec2099

dev-ruby/localhost: Keyword 1.1.10 hppa, #761550

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/localhost/localhost-1.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.10.ebuild 
b/dev-ruby/localhost/localhost-1.1.10.ebuild
index 492c722d7e91..dafc491ecc3f 100644
--- a/dev-ruby/localhost/localhost-1.1.10.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.10.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 ruby_add_bdepend "
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2023-04-07 Thread Sam James
commit: 4e7684fbdeaa2e45c445ab61f3fe94128560ed1f
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  7 08:37:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  7 08:37:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7684fb

dev-ruby/localhost: Keyword 1.1.10 ppc64, #903711

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/localhost/localhost-1.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.10.ebuild 
b/dev-ruby/localhost/localhost-1.1.10.ebuild
index 71237b861a25..492c722d7e91 100644
--- a/dev-ruby/localhost/localhost-1.1.10.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.10.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 ruby_add_bdepend "
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2023-04-07 Thread Sam James
commit: 38084d57d7a883cce1c1b5d6db94262e873a92cc
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  7 08:37:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  7 08:37:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38084d57

dev-ruby/localhost: Keyword 1.1.10 sparc, #903711

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/localhost/localhost-1.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.10.ebuild 
b/dev-ruby/localhost/localhost-1.1.10.ebuild
index 55515ee5d0fb..71237b861a25 100644
--- a/dev-ruby/localhost/localhost-1.1.10.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.10.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
 
 ruby_add_bdepend "
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2023-04-07 Thread Sam James
commit: 007240f16e4d1687614600f8979694a917e3cd87
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  7 08:35:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  7 08:35:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007240f1

dev-ruby/localhost: Keyword 1.1.10 x86, #903711

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/localhost/localhost-1.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.10.ebuild 
b/dev-ruby/localhost/localhost-1.1.10.ebuild
index ea6771c4f3d1..55515ee5d0fb 100644
--- a/dev-ruby/localhost/localhost-1.1.10.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.10.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 
 ruby_add_bdepend "
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2023-04-02 Thread Sam James
commit: ea64e07c36af54cb7d2fe0a799aee8cee328a059
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  3 03:16:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  3 03:16:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea64e07c

dev-ruby/localhost: Keyword 1.1.10 arm64, #903711

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/localhost/localhost-1.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.10.ebuild 
b/dev-ruby/localhost/localhost-1.1.10.ebuild
index 312119d99e06..465148451f85 100644
--- a/dev-ruby/localhost/localhost-1.1.10.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.10.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 ruby_add_bdepend "
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2023-04-02 Thread Sam James
commit: 0125f3e4e2bebb622d1bc45163377d95ce10015c
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  3 03:16:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  3 03:16:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0125f3e4

dev-ruby/localhost: Keyword 1.1.10 ppc, #903711

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/localhost/localhost-1.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.10.ebuild 
b/dev-ruby/localhost/localhost-1.1.10.ebuild
index 465148451f85..ea6771c4f3d1 100644
--- a/dev-ruby/localhost/localhost-1.1.10.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.10.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
 
 ruby_add_bdepend "
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2023-04-02 Thread Sam James
commit: 1c37233f6139fbc5b9bca8ba76a79b5cda17b65a
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  3 03:16:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  3 03:16:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c37233f

dev-ruby/localhost: Keyword 1.1.10 arm, #903711

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/localhost/localhost-1.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.10.ebuild 
b/dev-ruby/localhost/localhost-1.1.10.ebuild
index 92cc5d9d3a67..312119d99e06 100644
--- a/dev-ruby/localhost/localhost-1.1.10.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.10.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 
 ruby_add_bdepend "
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2023-04-02 Thread Sam James
commit: 023f471b582e7da36919f14039c139a6a6afce59
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  3 00:49:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  3 00:49:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023f471b

dev-ruby/localhost: add additional test deps

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/localhost/localhost-1.1.10.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.10.ebuild 
b/dev-ruby/localhost/localhost-1.1.10.ebuild
index f061baa1a9e2..92cc5d9d3a67 100644
--- a/dev-ruby/localhost/localhost-1.1.10.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.10.ebuild
@@ -19,7 +19,13 @@ LICENSE="MIT"
 SLOT="$(ver_cut 1)"
 KEYWORDS="~amd64"
 
-ruby_add_bdepend "test? ( dev-ruby/sus-fixtures-async )"
+ruby_add_bdepend "
+   test? (
+   dev-ruby/async-io
+   dev-ruby/async-process
+   dev-ruby/sus-fixtures-async
+   )
+"
 
 all_ruby_prepare() {
sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2023-04-02 Thread Sam James
commit: 49a6bab711e4287028759ff29b4cc3f2184f230b
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  3 00:08:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  3 00:46:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a6bab7

dev-ruby/localhost: add 1.1.10

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/localhost/Manifest|  1 +
 dev-ruby/localhost/localhost-1.1.10.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/localhost/Manifest b/dev-ruby/localhost/Manifest
index ed63740a7d32..8e95559775d1 100644
--- a/dev-ruby/localhost/Manifest
+++ b/dev-ruby/localhost/Manifest
@@ -1 +1,2 @@
+DIST localhost-1.1.10.tar.gz 2128142 BLAKE2B 
06e4ab07bc273b8beba5fb3ee3f64e171a6c4a2e944c6d5e432417560283230277213732bf23ddd12e9737b2803582a11fdaa76356d14d2bdbd4e90d402c6204
 SHA512 
946ef247b256165cf5c849a32c0ba8dd2007164bd1549a20aca595328174709e9213ba8a98448dc41a57558b00147c3b7428b7bc625059ab24f89c94ff8850e9
 DIST localhost-1.1.9.tar.gz 2125545 BLAKE2B 
5843b3857a11d9f56412f67cb15e424332b07cf81a29ae0a05a3ff20c6f06af56f6a02d8315f97c2d57fe76f7359c737cf19f116868ff532ac083070430fa22e
 SHA512 
d46fd016957fd34309d50488dc61f23e9d47a5a6bfdeda5c049f6ffc112c13cd21394ada3e15c56f14913cba6ab503f60e32237431f7ff824fbbab8cd8a2d746

diff --git a/dev-ruby/localhost/localhost-1.1.10.ebuild 
b/dev-ruby/localhost/localhost-1.1.10.ebuild
new file mode 100644
index ..f061baa1a9e2
--- /dev/null
+++ b/dev-ruby/localhost/localhost-1.1.10.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="readme.md"
+RUBY_FAKEGEM_GEMSPEC="localhost.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="sus"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Manage a local CA for self-signed localhost development servers"
+HOMEPAGE="https://github.com/socketry/localhost;
+SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+
+ruby_add_bdepend "test? ( dev-ruby/sus-fixtures-async )"
+
+all_ruby_prepare() {
+   sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/covered/Id' config/sus.rb || die
+}
+
+each_ruby_test() {
+   # Tests fail in parallel as it tries to use the same port so
+   # manually replicate ruby-ng_sus for now, as ruby-ng_sus runs 
sus-parallel.
+   ${RUBY} -S sus || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2023-04-02 Thread Sam James
commit: 9e8258b80a0facd7b1e8f7fc835beb884e805bb8
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  3 00:08:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  3 00:46:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8258b8

dev-ruby/localhost: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/localhost/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/localhost/metadata.xml b/dev-ruby/localhost/metadata.xml
index 658c72b1920d..56d29f0d02a8 100644
--- a/dev-ruby/localhost/metadata.xml
+++ b/dev-ruby/localhost/metadata.xml
@@ -5,4 +5,7 @@
r...@gentoo.org
Gentoo Ruby Project
 
+
+   socketry/localhost 
+
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2022-03-31 Thread Hans de Graaff
commit: eead77df826c5b9cce683cf6721350cffb39fc79
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar 31 05:51:14 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 31 05:51:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eead77df

dev-ruby/localhost: enable ruby31

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/localhost/localhost-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
index 9bcc638f55b1..fa89c38913b4 100644
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.9.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 RUBY_FAKEGEM_GEMSPEC="localhost.gemspec"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2022-02-14 Thread Yixun Lan
commit: f5b6b77164ae70554f05b8ebe472936f78339035
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Feb 14 14:16:44 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Feb 14 14:16:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b6b771

dev-ruby/localhost: keyword ~riscv, #821892

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-ruby/localhost/localhost-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
index d2c057e2b1dd..9bcc638f55b1 100644
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.9.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/socketry/localhost;
 SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2022-01-31 Thread Agostino Sarubbo
commit: 04b750fb81686667f69c56cab454f63d86f44721
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  1 07:35:52 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  1 07:35:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b750fb

dev-ruby/localhost: x86 stable wrt bug #832180

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/localhost/localhost-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
index ba8c1e2bd49f..d2c057e2b1dd 100644
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.9.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/socketry/localhost;
 SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2022-01-31 Thread Agostino Sarubbo
commit: b15d4afc5b2577587ffab07992df7d168ce40726
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  1 07:29:23 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  1 07:29:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15d4afc

dev-ruby/localhost: amd64 stable wrt bug #832180

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

 dev-ruby/localhost/localhost-1.1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
index 3517fee9965d..ba8c1e2bd49f 100644
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/socketry/localhost;
 SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2021-12-27 Thread Arthur Zamarin
commit: 0e450c1384300e61210159f21829b24de025df84
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Dec 27 16:00:50 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Dec 27 16:00:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e450c13

dev-ruby/localhost: Keyword 1.1.9 ppc, #821892

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/localhost/localhost-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
index 695b905c17df..3517fee9965d 100644
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.9.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/socketry/localhost;
 SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2021-12-17 Thread Arthur Zamarin
commit: 35ec19baf887640ceb0b8072c4e3601fd3bb689a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 09:02:40 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 09:02:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ec19ba

dev-ruby/localhost: Keyword 1.1.9 arm, #821892

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/localhost/localhost-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
index 0a5bb4c4d68e..695b905c17df 100644
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.9.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/socketry/localhost;
 SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2021-12-07 Thread Arthur Zamarin
commit: ea6cbdc69fa7315c60b67e21cd2247e8bb6979b7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec  7 20:44:21 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec  7 20:44:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6cbdc6

dev-ruby/localhost: Keyword 1.1.9 ppc64, #821892

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/localhost/localhost-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
index 031c4114d396..0a5bb4c4d68e 100644
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.9.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/socketry/localhost;
 SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2021-11-18 Thread Sam James
commit: 9ebd790337fc1fb44ea4c222106f00854eab421a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Nov 18 15:00:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 19 02:06:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ebd7903

dev-ruby/localhost: keyworded 1.1.9 for hppa, bug #821892

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

 dev-ruby/localhost/localhost-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
index b3a54fe1de4f..031c4114d396 100644
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.9.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/socketry/localhost;
 SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2021-11-16 Thread Sam James
commit: 9658c1d156544c873d5668f8a53d67efdf5110dd
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 17 02:19:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 17 02:19:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9658c1d1

dev-ruby/localhost: Keyword 1.1.9 arm64, #821892

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/localhost/localhost-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
index ad7d1838dce5..b3a54fe1de4f 100644
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.9.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/socketry/localhost;
 SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2021-11-10 Thread Sam James
commit: 0862228dc5cf586985d5557a3065ff0e5a05e9a4
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 10 16:48:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 16:48:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0862228d

dev-ruby/localhost: fix WhitespaceFound

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/localhost/localhost-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
index a5d50769c0a..ad7d1838dce 100644
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.9.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE=""
 
-# Skip tests for now since they require a lot of 
+# Skip tests for now since they require a lot of
 # dependencies and this package blocks a security bug.
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2021-11-10 Thread Sam James
commit: e0a7c07ae3a5a33f4e86be2a3297e2227d584deb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Nov 10 14:30:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 10 16:48:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a7c07a

dev-ruby/localhost: keyworded 1.1.9 for sparc, bug #821892

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-ruby/localhost/localhost-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
index 9bc207944ad..a5d50769c0a 100644
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.9.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/socketry/localhost;
 SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2021-11-09 Thread Jakov Smolić
commit: fcabb21945b2662e005dbad2ee369b530fe077d3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov  9 20:41:07 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov  9 20:41:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcabb219

dev-ruby/localhost: Keyword 1.1.9 x86, #821892

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ruby/localhost/localhost-1.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
index c0bfad9d596..9bc207944ad 100644
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.9.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/socketry/localhost;
 SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 SLOT="$(ver_cut 1)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/localhost/

2021-11-05 Thread Hans de Graaff
commit: 16f55c32975b3bc66b11c1ae61820d9618e4bf3a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov  5 07:39:15 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov  5 07:50:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f55c32

dev-ruby/localhost: import of 1.1.9

New test dependency for www-servers/puma.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/localhost/Manifest   |  1 +
 dev-ruby/localhost/localhost-1.1.9.ebuild | 31 +++
 dev-ruby/localhost/metadata.xml   |  8 
 3 files changed, 40 insertions(+)

diff --git a/dev-ruby/localhost/Manifest b/dev-ruby/localhost/Manifest
new file mode 100644
index 000..ed63740a7d3
--- /dev/null
+++ b/dev-ruby/localhost/Manifest
@@ -0,0 +1 @@
+DIST localhost-1.1.9.tar.gz 2125545 BLAKE2B 
5843b3857a11d9f56412f67cb15e424332b07cf81a29ae0a05a3ff20c6f06af56f6a02d8315f97c2d57fe76f7359c737cf19f116868ff532ac083070430fa22e
 SHA512 
d46fd016957fd34309d50488dc61f23e9d47a5a6bfdeda5c049f6ffc112c13cd21394ada3e15c56f14913cba6ab503f60e32237431f7ff824fbbab8cd8a2d746

diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild 
b/dev-ruby/localhost/localhost-1.1.9.ebuild
new file mode 100644
index 000..c0bfad9d596
--- /dev/null
+++ b/dev-ruby/localhost/localhost-1.1.9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="localhost.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Manage a local CA for self-signed localhost development servers"
+HOMEPAGE="https://github.com/socketry/localhost;
+SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="$(ver_cut 1)"
+IUSE=""
+
+# Skip tests for now since they require a lot of 
+# dependencies and this package blocks a security bug.
+RESTRICT="test"
+
+#ruby_add_bdepend "test? ( dev-ruby/async-rspec ) "
+
+all_ruby_prepare() {
+   sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/covered/ s:^:#:' spec/spec_helper.rb || die
+}

diff --git a/dev-ruby/localhost/metadata.xml b/dev-ruby/localhost/metadata.xml
new file mode 100644
index 000..658c72b1920
--- /dev/null
+++ b/dev-ruby/localhost/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   r...@gentoo.org
+   Gentoo Ruby Project
+
+