From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 590BE15802F for ; Sun, 2 Apr 2023 02:56:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50633E07F1; Sun, 2 Apr 2023 02:56:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37EEDE07F1 for ; Sun, 2 Apr 2023 02:56:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBCAC3409A4 for ; Sun, 2 Apr 2023 02:56:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56994A25 for ; Sun, 2 Apr 2023 02:56:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1680404137.b8e7ba4fd46e73865c2b1f6e184537f0b3e4b777.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/roadie/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/roadie/roadie-4.0.0.ebuild dev-ruby/roadie/roadie-5.0.0.ebuild dev-ruby/roadie/roadie-5.0.1.ebuild dev-ruby/roadie/roadie-5.1.0.ebuild X-VCS-Directories: dev-ruby/roadie/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b8e7ba4fd46e73865c2b1f6e184537f0b3e4b777 X-VCS-Branch: master Date: Sun, 2 Apr 2023 02:56:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 00bc2b90-5f80-4ad4-97b6-7860ffe2e20b X-Archives-Hash: 5235035a8abfb0776de2f94a202747fb commit: b8e7ba4fd46e73865c2b1f6e184537f0b3e4b777 Author: Sam James gentoo org> AuthorDate: Sun Apr 2 02:37:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 2 02:55:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e7ba4f dev-ruby/roadie: enable ruby31 Signed-off-by: Sam James gentoo.org> dev-ruby/roadie/roadie-4.0.0.ebuild | 4 ++-- dev-ruby/roadie/roadie-5.0.0.ebuild | 4 ++-- dev-ruby/roadie/roadie-5.0.1.ebuild | 4 ++-- dev-ruby/roadie/roadie-5.1.0.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-ruby/roadie/roadie-4.0.0.ebuild b/dev-ruby/roadie/roadie-4.0.0.ebuild index 019990e2ae00..45e92d0b40e8 100644 --- a/dev-ruby/roadie/roadie-4.0.0.ebuild +++ b/dev-ruby/roadie/roadie-4.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_TEST="rspec3" diff --git a/dev-ruby/roadie/roadie-5.0.0.ebuild b/dev-ruby/roadie/roadie-5.0.0.ebuild index 761869585c3e..dd2b5321151a 100644 --- a/dev-ruby/roadie/roadie-5.0.0.ebuild +++ b/dev-ruby/roadie/roadie-5.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_TEST="rspec3" diff --git a/dev-ruby/roadie/roadie-5.0.1.ebuild b/dev-ruby/roadie/roadie-5.0.1.ebuild index 761869585c3e..dd2b5321151a 100644 --- a/dev-ruby/roadie/roadie-5.0.1.ebuild +++ b/dev-ruby/roadie/roadie-5.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_TEST="rspec3" diff --git a/dev-ruby/roadie/roadie-5.1.0.ebuild b/dev-ruby/roadie/roadie-5.1.0.ebuild index bb0dc9eac450..dd2b5321151a 100644 --- a/dev-ruby/roadie/roadie-5.1.0.ebuild +++ b/dev-ruby/roadie/roadie-5.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_TEST="rspec3"