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/jwt/
Date: Fri, 26 Aug 2022 11:45:48
Message-Id: 1661514340.4b121ffa4141212e2d04a64902b13a417ac79411.graaff@gentoo
1 commit: 4b121ffa4141212e2d04a64902b13a417ac79411
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 08:43:49 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 11:45:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b121ffa
7
8 dev-ruby/jwt: drop 2.2.3, 2.4.0
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/jwt/Manifest | 2 --
13 dev-ruby/jwt/jwt-2.2.3.ebuild | 35 -----------------------------------
14 dev-ruby/jwt/jwt-2.4.0.ebuild | 33 ---------------------------------
15 3 files changed, 70 deletions(-)
16
17 diff --git a/dev-ruby/jwt/Manifest b/dev-ruby/jwt/Manifest
18 index 4cc0072e7cf0..3d2cf6b17865 100644
19 --- a/dev-ruby/jwt/Manifest
20 +++ b/dev-ruby/jwt/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST jwt-2.2.3.tar.gz 50675 BLAKE2B 904a2b9be80ece10cc046d35df784ecc4991c3b09a79c2e2e461003596e9212409ed5840282ce632d3ff499754c505cd899ca95945f562883869ff3c50c4399a SHA512 ebefbf8f825afc1a78329088012118ed681a61bdf9e1c6a3fa125d46105092f1f26a4bc88791788c0290009dbc0427128d655a301c034ac07caf14216744962c
23 DIST jwt-2.3.0.tar.gz 53312 BLAKE2B 4653a786d0f5da0d7c7e160f5b0c189f0eab78d045d5af441561c953d6d42fc74d6baff95e54dd9bfd47b3245f3b628e25f99e37016631ef282d95564a08cb1d SHA512 a4dfbb119575d9b5f883c2789734180f092adc75e05310de2e523e352f47469243868480e06f9bfabfa2a48e174ea669e69bd73e0fd002c4f66134462ffe2653
24 -DIST jwt-2.4.0.tar.gz 59280 BLAKE2B e7ff827c0f8d0514feaea43f5915d83b4be4ee538890250a390cf9a5df3f372d5bff3d90b741d0024c9e89ad28e581626a330b1fb400d2616454a1f964d358e4 SHA512 2bb409a8b2ae2e2330744e3efe306bfc1755c70244f2d7d4dd8ed824c7960f42baf6ec3ee80ed74c0590a3a61b92f61edb157db001d4c4f28005bb50c60bf74f
25 DIST jwt-2.4.1.tar.gz 59783 BLAKE2B c18d44f0adda0c2111d312450c01c39d3926afc3e13c807283ffc1fe47b7c49284ab48572b47845c30805c2caefebbdf257e18e807af84819a7fff6c86f881c8 SHA512 871ffe9dc659877a77de0c2a51b1f78b45614cf8265bd07820a9b4b08e38160861b4c9f98391138bfaaf64261ce2eb58eba26c40f29c41b02b8fa16cd260997a
26
27 diff --git a/dev-ruby/jwt/jwt-2.2.3.ebuild b/dev-ruby/jwt/jwt-2.2.3.ebuild
28 deleted file mode 100644
29 index bed4ee7f5a63..000000000000
30 --- a/dev-ruby/jwt/jwt-2.2.3.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -USE_RUBY="ruby26 ruby27 ruby30"
38 -
39 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
40 -
41 -RUBY_FAKEGEM_BINWRAP=""
42 -RUBY_FAKEGEM_GEMSPEC="ruby-jwt.gemspec"
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="A Ruby implementation of JSON Web Token draft 06"
47 -HOMEPAGE="https://github.com/jwt/ruby-jwt"
48 -SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
49 -
50 -LICENSE="MIT"
51 -SLOT="2"
52 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
53 -IUSE=""
54 -
55 -RUBY_S="ruby-jwt-${PV}"
56 -
57 -PATCHES=( "${FILESDIR}/${P}-ec-test.patch" )
58 -
59 -ruby_add_bdepend "test? ( dev-ruby/rbnacl )"
60 -
61 -all_ruby_prepare() {
62 - sed -i -e "/simplecov/ s:^:#:" \
63 - -e '/^SimpleCov.start/,/^end/ s:^:#:' \
64 - spec/spec_helper.rb || die
65 -
66 - sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
67 -}
68
69 diff --git a/dev-ruby/jwt/jwt-2.4.0.ebuild b/dev-ruby/jwt/jwt-2.4.0.ebuild
70 deleted file mode 100644
71 index 2151906e7d9c..000000000000
72 --- a/dev-ruby/jwt/jwt-2.4.0.ebuild
73 +++ /dev/null
74 @@ -1,33 +0,0 @@
75 -# Copyright 1999-2022 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=8
79 -USE_RUBY="ruby26 ruby27 ruby30 ruby31"
80 -
81 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
82 -
83 -RUBY_FAKEGEM_BINWRAP=""
84 -RUBY_FAKEGEM_GEMSPEC="ruby-jwt.gemspec"
85 -
86 -inherit ruby-fakegem
87 -
88 -DESCRIPTION="A Ruby implementation of JSON Web Token draft 06"
89 -HOMEPAGE="https://github.com/jwt/ruby-jwt"
90 -SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
91 -
92 -LICENSE="MIT"
93 -SLOT="2"
94 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
95 -IUSE=""
96 -
97 -RUBY_S="ruby-jwt-${PV}"
98 -
99 -ruby_add_bdepend "test? ( dev-ruby/rbnacl )"
100 -
101 -all_ruby_prepare() {
102 - sed -i -e "/simplecov/ s:^:#:" \
103 - -e '/^SimpleCov.start/,/^end/ s:^:#:' \
104 - spec/spec_helper.rb || die
105 -
106 - sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
107 -}