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 52FD91586A0 for ; Sun, 26 Mar 2023 03:03:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E300E081A; Sun, 26 Mar 2023 03:03:19 +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 7C275E081A for ; Sun, 26 Mar 2023 03:03:19 +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 8F651341175 for ; Sun, 26 Mar 2023 03:03:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DB6F950 for ; Sun, 26 Mar 2023 03:03:17 +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: <1679799764.1e1db97af26a5f299676483cefa6389b3ed65665.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fuubar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/fuubar/fuubar-2.5.1-r1.ebuild dev-ruby/fuubar/fuubar-2.5.1.ebuild X-VCS-Directories: dev-ruby/fuubar/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1e1db97af26a5f299676483cefa6389b3ed65665 X-VCS-Branch: master Date: Sun, 26 Mar 2023 03:03:17 +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: 713d6eb6-1987-4ae5-9580-a53898867de0 X-Archives-Hash: 5df4f7809c3b0b3f2632ac2130d6ce47 commit: 1e1db97af26a5f299676483cefa6389b3ed65665 Author: Sam James gentoo org> AuthorDate: Wed Mar 22 10:39:15 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 26 03:02:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1db97a dev-ruby/fuubar: update EAPI 7 -> 8, enable ruby32 Signed-off-by: Sam James gentoo.org> dev-ruby/fuubar/{fuubar-2.5.1.ebuild => fuubar-2.5.1-r1.ebuild} | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-ruby/fuubar/fuubar-2.5.1.ebuild b/dev-ruby/fuubar/fuubar-2.5.1-r1.ebuild similarity index 90% rename from dev-ruby/fuubar/fuubar-2.5.1.ebuild rename to dev-ruby/fuubar/fuubar-2.5.1-r1.ebuild index 3d98ac7a2ea5..a2d3d2be68c0 100644 --- a/dev-ruby/fuubar/fuubar-2.5.1.ebuild +++ b/dev-ruby/fuubar/fuubar-2.5.1-r1.ebuild @@ -1,15 +1,12 @@ -# 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="ruby27 ruby30 ruby31" +EAPI=8 +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" - RUBY_FAKEGEM_EXTRADOC="README.md" - RUBY_FAKEGEM_BINWRAP="" - RUBY_FAKEGEM_GEMSPEC="fuubar.gemspec" inherit ruby-fakegem