diff options
author | 2022-04-02 08:35:07 +0200 | |
---|---|---|
committer | 2022-04-02 10:57:44 +0200 | |
commit | 0c41d42dbfb225ad99f9550345db15efae408963 (patch) | |
tree | daa7d99d953d65afe7bf6837f0c65f22ba488d4e /dev-ruby/ast | |
parent | dev-ruby/parser: drop 3.0.1.1, 3.0.2.0, 3.0.3.0, 3.0.3.1 (diff) | |
download | gentoo-0c41d42dbfb225ad99f9550345db15efae408963.tar.gz gentoo-0c41d42dbfb225ad99f9550345db15efae408963.tar.bz2 gentoo-0c41d42dbfb225ad99f9550345db15efae408963.zip |
dev-ruby/ast: drop 2.4.0, 2.4.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/ast')
-rw-r--r-- | dev-ruby/ast/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/ast/ast-2.4.0.ebuild | 31 | ||||
-rw-r--r-- | dev-ruby/ast/ast-2.4.1.ebuild | 33 |
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-ruby/ast/Manifest b/dev-ruby/ast/Manifest index fee7dd721e86..5bc099efa228 100644 --- a/dev-ruby/ast/Manifest +++ b/dev-ruby/ast/Manifest @@ -1,3 +1 @@ -DIST ast-2.4.0.gem 15360 BLAKE2B 1d68fa8137bf2a158e8b2e0f30d3d803791db7fcb397133681cd2ffb57badebe6f9afd792a7cf3907dc1fa3e3a617fbb0331c85c69e36a46ca49962f30be9979 SHA512 60a0b00103ed57c71907155ee7966127985021e51c1d829e2149c87066504e76fdb955f9717bb19b5627d5b8c44f0d6a165e208900ede2355a47970ee9664b72 -DIST ast-2.4.1.tar.gz 11046 BLAKE2B ef2bf6e9ac6af90c2cc8844d372fd97ddef3d85f846711f1348534a58e0824b92bc7533a36eb737ff436fe79ccedf2169bd01bd740bf7cbbba89f1062bfc9f0d SHA512 270cd84c034fb017e9bb7637443b51e9ba453e467d39093e1212521372ea9ec1c27c1a71f3cc99ff58b8ce6a762b5363e1238fd98efd3bc794449641e53b0bc2 DIST ast-2.4.2.tar.gz 11547 BLAKE2B 2745d0e7b3bea2a2a750aa36f634def78d354ea91a3b795adb84d955e95aa1302ed0a7a4e9df0961b02318b4a70ee7f3e7f509232977c4501cf4d54f8f91f8e9 SHA512 7499625d21b2edd67df4ee9248ccfaf46b77d1d161a8aa70e15f59d055abaf2b988de01c5a078bebcf0f1c0e40858cc51200327e6b6f0bea6cdbbb58c6e3f755 diff --git a/dev-ruby/ast/ast-2.4.0.ebuild b/dev-ruby/ast/ast-2.4.0.ebuild deleted file mode 100644 index fa4f1f059410..000000000000 --- a/dev-ruby/ast/ast-2.4.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="A library for working with abstract syntax trees" -HOMEPAGE="https://github.com/whitequark/ast" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_bdepend "test? ( - dev-ruby/bacon )" - -all_ruby_prepare() { - sed -i -e "/[Bb]undler/d" Rakefile || die - sed -i -e "/git ls/d" ${PN}.gemspec || die - sed -i -e "/simplecov/,+11d" -e "/colored_output/d" test/helper.rb || die -} - -each_ruby_test() { - ${RUBY} -S bacon -Itest -a || die -} diff --git a/dev-ruby/ast/ast-2.4.1.ebuild b/dev-ruby/ast/ast-2.4.1.ebuild deleted file mode 100644 index 77cd5eeb8177..000000000000 --- a/dev-ruby/ast/ast-2.4.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_GEMSPEC="ast.gemspec" - -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" -IUSE="" - -ruby_add_bdepend "test? ( - dev-ruby/bacon )" - -all_ruby_prepare() { - sed -i -e "/[Bb]undler/d" Rakefile || die - sed -i -e "/git ls/d" ${PN}.gemspec || die - sed -i -e "/simplecov/,+11d" -e "/colored_output/d" test/helper.rb || die -} - -each_ruby_test() { - ${RUBY} -S bacon -Itest -a || die -} |