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/jmespath/
Date: Tue, 03 May 2022 04:30:09
Message-Id: 1651551491.c179275b752ef9b1bae12f64cca19b9e3c22e658.graaff@gentoo
1 commit: c179275b752ef9b1bae12f64cca19b9e3c22e658
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 04:18:11 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 04:18:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c179275b
7
8 dev-ruby/jmespath: drop 1.4.0, 1.5.0, 1.6.0
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/jmespath/Manifest | 3 ---
13 dev-ruby/jmespath/jmespath-1.4.0.ebuild | 27 ---------------------------
14 dev-ruby/jmespath/jmespath-1.5.0.ebuild | 26 --------------------------
15 dev-ruby/jmespath/jmespath-1.6.0.ebuild | 26 --------------------------
16 4 files changed, 82 deletions(-)
17
18 diff --git a/dev-ruby/jmespath/Manifest b/dev-ruby/jmespath/Manifest
19 index 33c96a03de1c..1ebc44c75643 100644
20 --- a/dev-ruby/jmespath/Manifest
21 +++ b/dev-ruby/jmespath/Manifest
22 @@ -1,4 +1 @@
23 -DIST jmespath-1.4.0.tar.gz 40899 BLAKE2B 45e52f649950b00205af6010084e009a7327600971fdf84e0569498a031e9307876e412a4491fc176724667246fe9f81317a80dd7ff6c44b7e24a135af224e01 SHA512 2b3923a5c853c527ae10ed95da49e3f4888f80ec4eec18fcec2eff16698765e6e875575994ce2fa681977fb5329b122d95cab77fb80ead3548fc26fcbfb33859
24 -DIST jmespath-1.5.0.tar.gz 40777 BLAKE2B b1143860b5b52835f42293ee1f61e21f1ff392b09707f6c53997f54b3ebe8c4ecc9128ee1336010bf623c2c220a6f25c3ef6796bf66cf1cf076d1fcc3ca22b80 SHA512 823404f2c5530d1888e9d9dfa22edfd42c8171a4c275f1a5965e56914c528ae0a20af8e69d62ec9876de57659f4dc8ac737c2092b1631b499c09c060bff21e36
25 -DIST jmespath-1.6.0.tar.gz 40503 BLAKE2B 0ee49626b7d22859cf1f6de37875c0a49de176664eaa159357473fc069a612c9431c6aa301789d38a2b1e9f8c1986c8495b2ee573c6b5a80a9bce83343ba4d8d SHA512 b7538121494b4a1048b17f6ff2aa3c30442584a4bca4b8deb0f7005c9e13c2b61b843ceb7590e47bb68fe24274b4833abc598b59e1e71991522396aa2b73fc92
26 DIST jmespath-1.6.1.tar.gz 40731 BLAKE2B 004da1c19a9990f83cc7484afccf7f7c8b6924ff538a0779752a4fd2aa0d469fd7ddf975f39e50f3f3d806109d6742adbc16237dec5760c224a59e6791954529 SHA512 8c66235463f1d83a2b061e9e01b5ef0d3d12df5a034a334d3c06a919bc2049b44dd740da0297e1774300533bc9968614f3d961deb4bfe808c9221e03d6f1bbed
27
28 diff --git a/dev-ruby/jmespath/jmespath-1.4.0.ebuild b/dev-ruby/jmespath/jmespath-1.4.0.ebuild
29 deleted file mode 100644
30 index f513fd5c7b90..000000000000
31 --- a/dev-ruby/jmespath/jmespath-1.4.0.ebuild
32 +++ /dev/null
33 @@ -1,27 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -USE_RUBY="ruby25 ruby26 ruby27"
39 -
40 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 -
42 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="Implements JMESPath for Ruby"
47 -HOMEPAGE="https://github.com/jmespath/jmespath.rb"
48 -SRC_URI="https://github.com/jmespath/jmespath.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
49 -RUBY_S="${PN}.rb-${PV}"
50 -
51 -LICENSE="Apache-2.0"
52 -SLOT="1"
53 -KEYWORDS="~amd64 ~arm64"
54 -IUSE=""
55 -
56 -all_ruby_prepare() {
57 - sed -i -e '/simplecov/I s:^:#:' \
58 - spec/{compliance_spec,compliance_without_errors_spec,spec_helper}.rb || die
59 - sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
60 -}
61
62 diff --git a/dev-ruby/jmespath/jmespath-1.5.0.ebuild b/dev-ruby/jmespath/jmespath-1.5.0.ebuild
63 deleted file mode 100644
64 index b640b015b668..000000000000
65 --- a/dev-ruby/jmespath/jmespath-1.5.0.ebuild
66 +++ /dev/null
67 @@ -1,26 +0,0 @@
68 -# Copyright 1999-2022 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=8
72 -USE_RUBY="ruby26 ruby27 ruby30"
73 -
74 -RUBY_FAKEGEM_GEMSPEC="jmespath.gemspec"
75 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
76 -
77 -inherit ruby-fakegem
78 -
79 -DESCRIPTION="Implements JMESPath for Ruby"
80 -HOMEPAGE="https://github.com/jmespath/jmespath.rb"
81 -SRC_URI="https://github.com/jmespath/jmespath.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
82 -RUBY_S="${PN}.rb-${PV}"
83 -
84 -LICENSE="Apache-2.0"
85 -SLOT="1"
86 -KEYWORDS="~amd64 ~arm64"
87 -IUSE=""
88 -
89 -all_ruby_prepare() {
90 - sed -i -e '/simplecov/I s:^:#:' \
91 - spec/{compliance_spec,compliance_without_errors_spec,spec_helper}.rb || die
92 - sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
93 -}
94
95 diff --git a/dev-ruby/jmespath/jmespath-1.6.0.ebuild b/dev-ruby/jmespath/jmespath-1.6.0.ebuild
96 deleted file mode 100644
97 index b640b015b668..000000000000
98 --- a/dev-ruby/jmespath/jmespath-1.6.0.ebuild
99 +++ /dev/null
100 @@ -1,26 +0,0 @@
101 -# Copyright 1999-2022 Gentoo Authors
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=8
105 -USE_RUBY="ruby26 ruby27 ruby30"
106 -
107 -RUBY_FAKEGEM_GEMSPEC="jmespath.gemspec"
108 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
109 -
110 -inherit ruby-fakegem
111 -
112 -DESCRIPTION="Implements JMESPath for Ruby"
113 -HOMEPAGE="https://github.com/jmespath/jmespath.rb"
114 -SRC_URI="https://github.com/jmespath/jmespath.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
115 -RUBY_S="${PN}.rb-${PV}"
116 -
117 -LICENSE="Apache-2.0"
118 -SLOT="1"
119 -KEYWORDS="~amd64 ~arm64"
120 -IUSE=""
121 -
122 -all_ruby_prepare() {
123 - sed -i -e '/simplecov/I s:^:#:' \
124 - spec/{compliance_spec,compliance_without_errors_spec,spec_helper}.rb || die
125 - sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
126 -}