Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ast/
Date: Sat, 02 Apr 2022 08:57:56
Message-Id: 1648889864.0c41d42dbfb225ad99f9550345db15efae408963.graaff@gentoo
1 commit: 0c41d42dbfb225ad99f9550345db15efae408963
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 06:35:07 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 08:57:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c41d42d
7
8 dev-ruby/ast: drop 2.4.0, 2.4.1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/ast/Manifest | 2 --
13 dev-ruby/ast/ast-2.4.0.ebuild | 31 -------------------------------
14 dev-ruby/ast/ast-2.4.1.ebuild | 33 ---------------------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/dev-ruby/ast/Manifest b/dev-ruby/ast/Manifest
18 index fee7dd721e86..5bc099efa228 100644
19 --- a/dev-ruby/ast/Manifest
20 +++ b/dev-ruby/ast/Manifest
21 @@ -1,3 +1 @@
22 -DIST ast-2.4.0.gem 15360 BLAKE2B 1d68fa8137bf2a158e8b2e0f30d3d803791db7fcb397133681cd2ffb57badebe6f9afd792a7cf3907dc1fa3e3a617fbb0331c85c69e36a46ca49962f30be9979 SHA512 60a0b00103ed57c71907155ee7966127985021e51c1d829e2149c87066504e76fdb955f9717bb19b5627d5b8c44f0d6a165e208900ede2355a47970ee9664b72
23 -DIST ast-2.4.1.tar.gz 11046 BLAKE2B ef2bf6e9ac6af90c2cc8844d372fd97ddef3d85f846711f1348534a58e0824b92bc7533a36eb737ff436fe79ccedf2169bd01bd740bf7cbbba89f1062bfc9f0d SHA512 270cd84c034fb017e9bb7637443b51e9ba453e467d39093e1212521372ea9ec1c27c1a71f3cc99ff58b8ce6a762b5363e1238fd98efd3bc794449641e53b0bc2
24 DIST ast-2.4.2.tar.gz 11547 BLAKE2B 2745d0e7b3bea2a2a750aa36f634def78d354ea91a3b795adb84d955e95aa1302ed0a7a4e9df0961b02318b4a70ee7f3e7f509232977c4501cf4d54f8f91f8e9 SHA512 7499625d21b2edd67df4ee9248ccfaf46b77d1d161a8aa70e15f59d055abaf2b988de01c5a078bebcf0f1c0e40858cc51200327e6b6f0bea6cdbbb58c6e3f755
25
26 diff --git a/dev-ruby/ast/ast-2.4.0.ebuild b/dev-ruby/ast/ast-2.4.0.ebuild
27 deleted file mode 100644
28 index fa4f1f059410..000000000000
29 --- a/dev-ruby/ast/ast-2.4.0.ebuild
30 +++ /dev/null
31 @@ -1,31 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
37 -
38 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
39 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
40 -
41 -inherit ruby-fakegem
42 -
43 -DESCRIPTION="A library for working with abstract syntax trees"
44 -HOMEPAGE="https://github.com/whitequark/ast"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -IUSE=""
50 -
51 -ruby_add_bdepend "test? (
52 - dev-ruby/bacon )"
53 -
54 -all_ruby_prepare() {
55 - sed -i -e "/[Bb]undler/d" Rakefile || die
56 - sed -i -e "/git ls/d" ${PN}.gemspec || die
57 - sed -i -e "/simplecov/,+11d" -e "/colored_output/d" test/helper.rb || die
58 -}
59 -
60 -each_ruby_test() {
61 - ${RUBY} -S bacon -Itest -a || die
62 -}
63
64 diff --git a/dev-ruby/ast/ast-2.4.1.ebuild b/dev-ruby/ast/ast-2.4.1.ebuild
65 deleted file mode 100644
66 index 77cd5eeb8177..000000000000
67 --- a/dev-ruby/ast/ast-2.4.1.ebuild
68 +++ /dev/null
69 @@ -1,33 +0,0 @@
70 -# Copyright 1999-2020 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
75 -
76 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
77 -
78 -RUBY_FAKEGEM_GEMSPEC="ast.gemspec"
79 -
80 -inherit ruby-fakegem
81 -
82 -DESCRIPTION="A library for working with abstract syntax trees"
83 -HOMEPAGE="https://github.com/whitequark/ast"
84 -SRC_URI="https://github.com/whitequark/ast/archive/v${PV}.tar.gz -> ${P}.tar.gz"
85 -
86 -LICENSE="MIT"
87 -SLOT="0"
88 -KEYWORDS="~amd64"
89 -IUSE=""
90 -
91 -ruby_add_bdepend "test? (
92 - dev-ruby/bacon )"
93 -
94 -all_ruby_prepare() {
95 - sed -i -e "/[Bb]undler/d" Rakefile || die
96 - sed -i -e "/git ls/d" ${PN}.gemspec || die
97 - sed -i -e "/simplecov/,+11d" -e "/colored_output/d" test/helper.rb || die
98 -}
99 -
100 -each_ruby_test() {
101 - ${RUBY} -S bacon -Itest -a || die
102 -}