From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 E51E91581EE for ; Mon, 31 Mar 2025 14:33:04 +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 CA9573431DA for ; Mon, 31 Mar 2025 14:33:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F083C1104B1; Mon, 31 Mar 2025 14:33:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E6C6B1104B1 for ; Mon, 31 Mar 2025 14:33:00 +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 9D73E34316B for ; Mon, 31 Mar 2025 14:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6C30181E for ; Mon, 31 Mar 2025 14:32:58 +0000 (UTC) From: "Hans de Graaff" 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" Message-ID: <1743431557.42a2a9dc73db89e8259b0b23e9ab71b18c079b1f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ast/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ast/Manifest dev-ruby/ast/ast-2.4.3.ebuild X-VCS-Directories: dev-ruby/ast/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 42a2a9dc73db89e8259b0b23e9ab71b18c079b1f X-VCS-Branch: master Date: Mon, 31 Mar 2025 14:32:58 +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: 7e830ef9-0be8-4e5a-b443-0ad9032a3262 X-Archives-Hash: 0a4f07f7a3d0c46f67294a43d09fbb9b commit: 42a2a9dc73db89e8259b0b23e9ab71b18c079b1f Author: Hans de Graaff gentoo org> AuthorDate: Mon Mar 31 14:32:37 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Mar 31 14:32:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a2a9dc dev-ruby/ast: add 2.4.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ast/Manifest | 1 + dev-ruby/ast/ast-2.4.3.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ruby/ast/Manifest b/dev-ruby/ast/Manifest index 5bc099efa228..c857efbac3c7 100644 --- a/dev-ruby/ast/Manifest +++ b/dev-ruby/ast/Manifest @@ -1 +1,2 @@ DIST ast-2.4.2.tar.gz 11547 BLAKE2B 2745d0e7b3bea2a2a750aa36f634def78d354ea91a3b795adb84d955e95aa1302ed0a7a4e9df0961b02318b4a70ee7f3e7f509232977c4501cf4d54f8f91f8e9 SHA512 7499625d21b2edd67df4ee9248ccfaf46b77d1d161a8aa70e15f59d055abaf2b988de01c5a078bebcf0f1c0e40858cc51200327e6b6f0bea6cdbbb58c6e3f755 +DIST ast-2.4.3.tar.gz 11587 BLAKE2B fd7682924c1239cf5fb71781a0c167de567ebd77ec29c7f9c8d9313d3557ec66d03d3ea5c2e1ba7578b77eaccb90cac78ee8a78877fea238cc9c7608b298e667 SHA512 aa1a05210a161be4fdf6754a9853445cce4769b60140be2ba615ba52f76b43710929319d4ce16da5952832eeb8ebedeb8b8fe6e5aecdc0b2c9624c38b7955867 diff --git a/dev-ruby/ast/ast-2.4.3.ebuild b/dev-ruby/ast/ast-2.4.3.ebuild new file mode 100644 index 000000000000..b03c71374400 --- /dev/null +++ b/dev-ruby/ast/ast-2.4.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33 ruby34" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="ast.gemspec" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="A library for working with abstract syntax trees" +HOMEPAGE="https://github.com/whitequark/ast" +SRC_URI="https://github.com/whitequark/ast/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~sparc" +IUSE="test" + +all_ruby_prepare() { + sed -i -e "/[Bb]undler/d" Rakefile || die + sed -e '/simplecov/,/^end/ s:^:#:' \ + -i spec/helper.rb || die +}