diff options
Diffstat (limited to 'dev-ruby/parser/parser-3.2.2.3.ebuild')
-rw-r--r-- | dev-ruby/parser/parser-3.2.2.3.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-ruby/parser/parser-3.2.2.3.ebuild b/dev-ruby/parser/parser-3.2.2.3.ebuild deleted file mode 100644 index 8f4949217d83..000000000000 --- a/dev-ruby/parser/parser-3.2.2.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_RECIPE_DOC="yard" -RUBY_FAKEGEM_TASK_TEST="test" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}" - -RUBY_FAKEGEM_GEMSPEC="parser.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A production-ready Ruby parser written in pure Ruby" -HOMEPAGE="https://github.com/whitequark/parser" -SRC_URI="https://github.com/whitequark/parser/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~sparc" -IUSE="" - -DEPEND+=" =dev-util/ragel-6*" - -ruby_add_bdepend " - test? ( dev-ruby/minitest:5 ) - dev-ruby/cliver -" -ruby_add_rdepend "=dev-ruby/ast-2.4* >=dev-ruby/ast-2.4.1 dev-ruby/racc" - -all_ruby_prepare() { - sed -i -e "/[Bb]undler/d" Rakefile || die - sed -i -e '/simplecov/ s:^:#:' test/helper.rb || die -} - -each_ruby_compile() { - ${RUBY} -S rake generate || die -} |