From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1532226-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 8FEC1158009 for <garchives@archives.gentoo.org>; Sun, 25 Jun 2023 09:44:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEA13E0848; Sun, 25 Jun 2023 09:44:38 +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 A5BB4E0848 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Jun 2023 09:44:38 +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 B358F340E70 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Jun 2023 09:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C654EA91 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Jun 2023 09:44:35 +0000 (UTC) From: "Hans de Graaff" <graaff@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, "Hans de Graaff" <graaff@gentoo.org> Message-ID: <1687686254.3a9020b2cfffb60a801b15eb995dbf80c76e5fb3.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/gems/gems-1.2.0-r1.ebuild dev-ruby/gems/gems-1.2.0.ebuild X-VCS-Directories: dev-ruby/gems/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 3a9020b2cfffb60a801b15eb995dbf80c76e5fb3 X-VCS-Branch: master Date: Sun, 25 Jun 2023 09:44:35 +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: fca02e8f-d99f-4b53-852e-709a9525ecef X-Archives-Hash: ecb8a0e6aa07c09b5e28973427e03d96 commit: 3a9020b2cfffb60a801b15eb995dbf80c76e5fb3 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Sun Jun 25 09:44:14 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jun 25 09:44:14 2023 +0000 URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=3a9020b2 dev-ruby/gems: update ruby targets Signed-off-by: Hans de Graaff <hans <AT> degraaff.org> dev-ruby/gems/{gems-1.2.0.ebuild => gems-1.2.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/gems/gems-1.2.0.ebuild b/dev-ruby/gems/gems-1.2.0-r1.ebuild similarity index 87% rename from dev-ruby/gems/gems-1.2.0.ebuild rename to dev-ruby/gems/gems-1.2.0-r1.ebuild index dc2e4dd..b21f144 100644 --- a/dev-ruby/gems/gems-1.2.0.ebuild +++ b/dev-ruby/gems/gems-1.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="README.md"