From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1525697-garchives=archives.gentoo.org@lists.gentoo.org> 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 2C12315810F for <garchives@archives.gentoo.org>; Mon, 5 Jun 2023 12:07:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ABC6E08E2; Mon, 5 Jun 2023 12:07:04 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FAAFE08E2 for <gentoo-commits@lists.gentoo.org>; Mon, 5 Jun 2023 12:07:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C708340ED4 for <gentoo-commits@lists.gentoo.org>; Mon, 5 Jun 2023 12:07:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DD5FA7A for <gentoo-commits@lists.gentoo.org>; Mon, 5 Jun 2023 12:07:01 +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: <1685966803.bbc90d30c224695f6441337ff2eda2c3d4ffe014.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ruby/ruby-3.0.6-r2.ebuild dev-lang/ruby/ruby-3.0.6.ebuild dev-lang/ruby/ruby-3.1.4-r2.ebuild dev-lang/ruby/ruby-3.2.2-r2.ebuild X-VCS-Directories: dev-lang/ruby/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bbc90d30c224695f6441337ff2eda2c3d4ffe014 X-VCS-Branch: master Date: Mon, 5 Jun 2023 12:07:01 +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: e63c3314-02a2-44ef-a829-2632193dd0fb X-Archives-Hash: 4b48e0bba5ed05b5e446c0e7b8120eef commit: bbc90d30c224695f6441337ff2eda2c3d4ffe014 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 5 12:06:13 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 5 12:06:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc90d30 dev-lang/ruby: update example rubys in postinst message Reported by twnqx. We could really do this dynamically but let's just update it for now. Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/ruby/ruby-3.0.6-r2.ebuild | 2 +- dev-lang/ruby/ruby-3.0.6.ebuild | 2 +- dev-lang/ruby/ruby-3.1.4-r2.ebuild | 2 +- dev-lang/ruby/ruby-3.2.2-r2.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/ruby/ruby-3.0.6-r2.ebuild b/dev-lang/ruby/ruby-3.0.6-r2.ebuild index a691a0a15565..4c5b1fc9d445 100644 --- a/dev-lang/ruby/ruby-3.0.6-r2.ebuild +++ b/dev-lang/ruby/ruby-3.0.6-r2.ebuild @@ -281,7 +281,7 @@ pkg_postinst() { elog elog "To switch between available Ruby profiles, execute as root:" - elog "\teselect ruby set ruby(23|24|...)" + elog "\teselect ruby set ruby(30|31|...)" elog } diff --git a/dev-lang/ruby/ruby-3.0.6.ebuild b/dev-lang/ruby/ruby-3.0.6.ebuild index ed01621120f3..5ba44b3fd38a 100644 --- a/dev-lang/ruby/ruby-3.0.6.ebuild +++ b/dev-lang/ruby/ruby-3.0.6.ebuild @@ -258,7 +258,7 @@ pkg_postinst() { elog elog "To switch between available Ruby profiles, execute as root:" - elog "\teselect ruby set ruby(23|24|...)" + elog "\teselect ruby set ruby(30|31|...)" elog } diff --git a/dev-lang/ruby/ruby-3.1.4-r2.ebuild b/dev-lang/ruby/ruby-3.1.4-r2.ebuild index d8803f346d6f..ccace9cc29bf 100644 --- a/dev-lang/ruby/ruby-3.1.4-r2.ebuild +++ b/dev-lang/ruby/ruby-3.1.4-r2.ebuild @@ -265,7 +265,7 @@ pkg_postinst() { elog elog "To switch between available Ruby profiles, execute as root:" - elog "\teselect ruby set ruby(23|24|...)" + elog "\teselect ruby set ruby(30|31|...)" elog } diff --git a/dev-lang/ruby/ruby-3.2.2-r2.ebuild b/dev-lang/ruby/ruby-3.2.2-r2.ebuild index 1dd47c27e973..a81f6cbca257 100644 --- a/dev-lang/ruby/ruby-3.2.2-r2.ebuild +++ b/dev-lang/ruby/ruby-3.2.2-r2.ebuild @@ -284,7 +284,7 @@ pkg_postinst() { elog elog "To switch between available Ruby profiles, execute as root:" - elog "\teselect ruby set ruby(23|24|...)" + elog "\teselect ruby set ruby(30|31|...)" elog }