From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1738296-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id D1AFC1584AD for <garchives@archives.gentoo.org>; Sat, 19 Apr 2025 09:17:46 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B2DFD343050 for <garchives@archives.gentoo.org>; Sat, 19 Apr 2025 09:17:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BCA831104B1; Sat, 19 Apr 2025 09:17:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id B08221104B1 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Apr 2025 09:17:42 +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 62F99343050 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Apr 2025 09:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8F1823F5 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Apr 2025 09:17:40 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1745054175.1e6cd4c4f55bd1b0b6a7de7c1796baf1df17ed84.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rubygems/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/rubygems/rubygems-19.ebuild virtual/rubygems/rubygems-20.ebuild virtual/rubygems/rubygems-21-r1.ebuild X-VCS-Directories: virtual/rubygems/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1e6cd4c4f55bd1b0b6a7de7c1796baf1df17ed84 X-VCS-Branch: master Date: Sat, 19 Apr 2025 09:17:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6df9bd6a-c696-4cfe-a414-2a06b86048af X-Archives-Hash: 52bd44b5456de5fac19f8609709487c1 commit: 1e6cd4c4f55bd1b0b6a7de7c1796baf1df17ed84 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 19 09:16:15 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 19 09:16:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6cd4c4 virtual/rubygems: disable ruby31 Signed-off-by: Sam James <sam <AT> gentoo.org> virtual/rubygems/rubygems-19.ebuild | 5 ++--- virtual/rubygems/rubygems-20.ebuild | 5 ++--- virtual/rubygems/rubygems-21-r1.ebuild | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/virtual/rubygems/rubygems-19.ebuild b/virtual/rubygems/rubygems-19.ebuild index b34fca83adc2..14517ede8dbe 100644 --- a/virtual/rubygems/rubygems-19.ebuild +++ b/virtual/rubygems/rubygems-19.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby32" inherit ruby-ng @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" - ruby_targets_ruby31? ( >=dev-ruby/rubygems-3.3.0[ruby_targets_ruby31] ) ruby_targets_ruby32? ( >=dev-ruby/rubygems-3.4.6[ruby_targets_ruby32] ) " diff --git a/virtual/rubygems/rubygems-20.ebuild b/virtual/rubygems/rubygems-20.ebuild index 0ab46329b285..783609e20801 100644 --- a/virtual/rubygems/rubygems-20.ebuild +++ b/virtual/rubygems/rubygems-20.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby32 ruby33" inherit ruby-ng @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" - ruby_targets_ruby31? ( >=dev-ruby/rubygems-3.3.0[ruby_targets_ruby31] ) ruby_targets_ruby32? ( >=dev-ruby/rubygems-3.4.6[ruby_targets_ruby32] ) ruby_targets_ruby33? ( >=dev-ruby/rubygems-3.5.3[ruby_targets_ruby33] ) " diff --git a/virtual/rubygems/rubygems-21-r1.ebuild b/virtual/rubygems/rubygems-21-r1.ebuild index 1e0137a86a16..779d08bb1a83 100644 --- a/virtual/rubygems/rubygems-21-r1.ebuild +++ b/virtual/rubygems/rubygems-21-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33 ruby34" +USE_RUBY="ruby32 ruby33 ruby34" inherit ruby-ng @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" - ruby_targets_ruby31? ( >=dev-ruby/rubygems-3.3.26[ruby_targets_ruby31] ) ruby_targets_ruby32? ( >=dev-ruby/rubygems-3.4.19[ruby_targets_ruby32] ) ruby_targets_ruby33? ( >=dev-ruby/rubygems-3.5.22[ruby_targets_ruby33] ) ruby_targets_ruby34? ( >=dev-ruby/rubygems-3.6.2[ruby_targets_ruby34] )