* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-process/
@ 2023-04-03 0:47 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-04-03 0:47 UTC (permalink / raw
To: gentoo-commits
commit: 3851d52bbee34c464d56e2d3eb9487085f997cc8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 3 00:02:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 00:46:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3851d52b
dev-ruby/async-process: new package, add 1.3.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/async-process/Manifest | 1 +
dev-ruby/async-process/async-process-1.3.1.ebuild | 37 +++++++++++++++++++++++
dev-ruby/async-process/metadata.xml | 11 +++++++
3 files changed, 49 insertions(+)
diff --git a/dev-ruby/async-process/Manifest b/dev-ruby/async-process/Manifest
new file mode 100644
index 000000000000..f94fae72a921
--- /dev/null
+++ b/dev-ruby/async-process/Manifest
@@ -0,0 +1 @@
+DIST async-process-1.3.1.tar.gz 4138 BLAKE2B 8c3b3109e016e135005dd25db96fb2d38c568ce88410ca8d1c22cfd23ea8f34f926447cb36a75d3a60fa11d8bb08cab6b46e45d88b8a42f2585e7ab0c6179c81 SHA512 13f6ded2f9001c8759350b6ade002703f3ba58dcc2960055c5e52c7e44c22af9c59c69713c55cb7e7244a7f09e3557a75f41161a7aafd5f6c279f4bdbb698e3c
diff --git a/dev-ruby/async-process/async-process-1.3.1.ebuild b/dev-ruby/async-process/async-process-1.3.1.ebuild
new file mode 100644
index 000000000000..2fc1d37b0312
--- /dev/null
+++ b/dev-ruby/async-process/async-process-1.3.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Abstract container-based parallelism using threads and processes"
+HOMEPAGE="https://github.com/socketry/async-process"
+SRC_URI="https://github.com/socketry/async-process/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/async
+ dev-ruby/async-io"
+
+ruby_add_bdepend "test? (
+ >=dev-ruby/async-rspec-1.1:1
+)"
+
+all_ruby_prepare() {
+ sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die
+
+ rm gems.rb || die
+
+ # Avoid test dependency on unpackaged covered
+ sed -i -e '/covered/ s:^:#:' spec/spec_helper.rb || die
+}
diff --git a/dev-ruby/async-process/metadata.xml b/dev-ruby/async-process/metadata.xml
new file mode 100644
index 000000000000..2944dc126e0b
--- /dev/null
+++ b/dev-ruby/async-process/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">socketry/async-process</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-process/
@ 2023-04-03 3:17 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-04-03 3:17 UTC (permalink / raw
To: gentoo-commits
commit: 69f745699c5a34a3a476d246ff4e2566ff96a6b9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 3 03:16:02 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 03:16:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f74569
dev-ruby/async-process: Keyword 1.3.1 arm, #903711
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/async-process/async-process-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/async-process/async-process-1.3.1.ebuild b/dev-ruby/async-process/async-process-1.3.1.ebuild
index 2fc1d37b0312..7d4c272da784 100644
--- a/dev-ruby/async-process/async-process-1.3.1.ebuild
+++ b/dev-ruby/async-process/async-process-1.3.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/async-process/archive/v${PV}.tar.gz -> ${P}
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
IUSE=""
ruby_add_rdepend "dev-ruby/async
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-process/
@ 2023-04-03 3:17 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-04-03 3:17 UTC (permalink / raw
To: gentoo-commits
commit: 93b0e6be77e330f30c617e0a251a209c0fc8dee8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 3 03:16:46 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 03:16:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b0e6be
dev-ruby/async-process: Keyword 1.3.1 ppc, #903711
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/async-process/async-process-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/async-process/async-process-1.3.1.ebuild b/dev-ruby/async-process/async-process-1.3.1.ebuild
index 68af7a371a28..7d7f639f6b3e 100644
--- a/dev-ruby/async-process/async-process-1.3.1.ebuild
+++ b/dev-ruby/async-process/async-process-1.3.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/async-process/archive/v${PV}.tar.gz -> ${P}
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
IUSE=""
ruby_add_rdepend "dev-ruby/async
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-process/
@ 2023-04-03 3:17 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-04-03 3:17 UTC (permalink / raw
To: gentoo-commits
commit: 104b04eddd0ef4a845ecd3aca5f9d4e767e52d40
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 3 03:16:14 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 03:16:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104b04ed
dev-ruby/async-process: Keyword 1.3.1 arm64, #903711
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/async-process/async-process-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/async-process/async-process-1.3.1.ebuild b/dev-ruby/async-process/async-process-1.3.1.ebuild
index 7d4c272da784..68af7a371a28 100644
--- a/dev-ruby/async-process/async-process-1.3.1.ebuild
+++ b/dev-ruby/async-process/async-process-1.3.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/async-process/archive/v${PV}.tar.gz -> ${P}
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
IUSE=""
ruby_add_rdepend "dev-ruby/async
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-process/
@ 2023-04-07 8:36 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-04-07 8:36 UTC (permalink / raw
To: gentoo-commits
commit: addef3d93e3928ee56bf323540fd22dcaf238923
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 7 08:35:32 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 7 08:35:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=addef3d9
dev-ruby/async-process: Keyword 1.3.1 x86, #903711
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/async-process/async-process-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/async-process/async-process-1.3.1.ebuild b/dev-ruby/async-process/async-process-1.3.1.ebuild
index 7d7f639f6b3e..92a3a6e4a24d 100644
--- a/dev-ruby/async-process/async-process-1.3.1.ebuild
+++ b/dev-ruby/async-process/async-process-1.3.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/async-process/archive/v${PV}.tar.gz -> ${P}
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
IUSE=""
ruby_add_rdepend "dev-ruby/async
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-process/
@ 2023-04-07 8:39 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-04-07 8:39 UTC (permalink / raw
To: gentoo-commits
commit: 695ec428ec1a73e3ad0f7130dd2292b1f5b5de78
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 7 08:37:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 7 08:37:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695ec428
dev-ruby/async-process: Keyword 1.3.1 sparc, #903711
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/async-process/async-process-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/async-process/async-process-1.3.1.ebuild b/dev-ruby/async-process/async-process-1.3.1.ebuild
index 92a3a6e4a24d..59825550c011 100644
--- a/dev-ruby/async-process/async-process-1.3.1.ebuild
+++ b/dev-ruby/async-process/async-process-1.3.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/async-process/archive/v${PV}.tar.gz -> ${P}
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
IUSE=""
ruby_add_rdepend "dev-ruby/async
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-process/
@ 2023-04-07 8:39 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-04-07 8:39 UTC (permalink / raw
To: gentoo-commits
commit: 15a1d208ab1f36da67fc059563bb16053b7e1f5e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 7 08:37:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 7 08:37:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a1d208
dev-ruby/async-process: Keyword 1.3.1 ppc64, #903711
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/async-process/async-process-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/async-process/async-process-1.3.1.ebuild b/dev-ruby/async-process/async-process-1.3.1.ebuild
index 59825550c011..07509723ee1b 100644
--- a/dev-ruby/async-process/async-process-1.3.1.ebuild
+++ b/dev-ruby/async-process/async-process-1.3.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/async-process/archive/v${PV}.tar.gz -> ${P}
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
ruby_add_rdepend "dev-ruby/async
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-process/
@ 2023-04-09 2:34 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-04-09 2:34 UTC (permalink / raw
To: gentoo-commits
commit: 136f4fe2093dad2a0207f63d36a750d6cbfedc84
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 9 02:32:34 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 9 02:32:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136f4fe2
dev-ruby/async-process: Keyword 1.3.1 hppa, #761550
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/async-process/async-process-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/async-process/async-process-1.3.1.ebuild b/dev-ruby/async-process/async-process-1.3.1.ebuild
index 07509723ee1b..1f22308cb34c 100644
--- a/dev-ruby/async-process/async-process-1.3.1.ebuild
+++ b/dev-ruby/async-process/async-process-1.3.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/async-process/archive/v${PV}.tar.gz -> ${P}
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
ruby_add_rdepend "dev-ruby/async
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-process/
@ 2023-04-11 17:52 Jakov Smolić
0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2023-04-11 17:52 UTC (permalink / raw
To: gentoo-commits
commit: 7df22a98a0d72698a0d05a677acb124e8383a4c1
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 17:52:02 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 17:52:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df22a98
dev-ruby/async-process: Keyword 1.3.1 riscv, #761550
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ruby/async-process/async-process-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/async-process/async-process-1.3.1.ebuild b/dev-ruby/async-process/async-process-1.3.1.ebuild
index 1f22308cb34c..a299831bd14c 100644
--- a/dev-ruby/async-process/async-process-1.3.1.ebuild
+++ b/dev-ruby/async-process/async-process-1.3.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/async-process/archive/v${PV}.tar.gz -> ${P}
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"
IUSE=""
ruby_add_rdepend "dev-ruby/async
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-process/
@ 2023-07-04 20:19 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-07-04 20:19 UTC (permalink / raw
To: gentoo-commits
commit: 2bff5b47b1bb463232ff2230e2b17363d43e8876
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 4 20:18:07 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 4 20:18:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bff5b47
dev-ruby/async-process: Stabilize 1.3.1 amd64, #908176
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/async-process/async-process-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/async-process/async-process-1.3.1.ebuild b/dev-ruby/async-process/async-process-1.3.1.ebuild
index a299831bd14c..79605ad03ac6 100644
--- a/dev-ruby/async-process/async-process-1.3.1.ebuild
+++ b/dev-ruby/async-process/async-process-1.3.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/async-process/archive/v${PV}.tar.gz -> ${P}
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"
IUSE=""
ruby_add_rdepend "dev-ruby/async
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-process/
@ 2023-10-24 9:30 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-10-24 9:30 UTC (permalink / raw
To: gentoo-commits
commit: cbc93db6814db4183da1079ab5081c0813ee589c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 09:29:46 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 09:29:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc93db6
dev-ruby/async-process: Stabilize 1.3.1 x86, #909632
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ruby/async-process/async-process-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/async-process/async-process-1.3.1.ebuild b/dev-ruby/async-process/async-process-1.3.1.ebuild
index 79605ad03ac6..955a005d63d9 100644
--- a/dev-ruby/async-process/async-process-1.3.1.ebuild
+++ b/dev-ruby/async-process/async-process-1.3.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/async-process/archive/v${PV}.tar.gz -> ${P}
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"
IUSE=""
ruby_add_rdepend "dev-ruby/async
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-process/
@ 2024-02-26 7:05 Hans de Graaff
0 siblings, 0 replies; 12+ messages in thread
From: Hans de Graaff @ 2024-02-26 7:05 UTC (permalink / raw
To: gentoo-commits
commit: 5669efafcab327c096a49ee98551788f98823edc
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 07:03:01 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 07:03:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5669efaf
dev-ruby/async-process: enable ruby33
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/async-process/async-process-1.3.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/async-process/async-process-1.3.1.ebuild b/dev-ruby/async-process/async-process-1.3.1.ebuild
index 955a005d63d9..09f289d15d43 100644
--- a/dev-ruby/async-process/async-process-1.3.1.ebuild
+++ b/dev-ruby/async-process/async-process-1.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_EXTRADOC="README.md"
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-02-26 7:05 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-09 2:34 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-process/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-02-26 7:05 Hans de Graaff
2023-10-24 9:30 Arthur Zamarin
2023-07-04 20:19 Sam James
2023-04-11 17:52 Jakov Smolić
2023-04-07 8:39 Sam James
2023-04-07 8:39 Sam James
2023-04-07 8:36 Sam James
2023-04-03 3:17 Sam James
2023-04-03 3:17 Sam James
2023-04-03 3:17 Sam James
2023-04-03 0:47 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox