dev-ruby/ast - 2.4.3 (gentoo)

Search

Package Information

Description:
A library for working with abstract syntax trees
Homepage:
https://github.com/whitequark/ast
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.4.3 8 ~amd64 ~sparc 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34 ruby40"

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
}

USE Flags

Manifest for 2.4.3

Type File Size Source URLs
DIST ast-2.4.3.tar.gz 11587 bytes https://github.com/whitequark/ast/archive/v2.4.3.tar.gz