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: Sat, 12 Sep 2020 04:09:27
Message-Id: 1599883754.83da5347e95c1a2240d16b056c846c5d51267c69.graaff@gentoo
1 commit: 83da5347e95c1a2240d16b056c846c5d51267c69
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 11 08:17:10 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 04:09:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83da5347
7
8 dev-ruby/jwt: cleanup
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/jwt/Manifest | 3 ---
14 dev-ruby/jwt/jwt-2.1.0.ebuild | 30 ------------------------------
15 dev-ruby/jwt/jwt-2.2.0.ebuild | 32 --------------------------------
16 dev-ruby/jwt/jwt-2.2.1.ebuild | 34 ----------------------------------
17 4 files changed, 99 deletions(-)
18
19 diff --git a/dev-ruby/jwt/Manifest b/dev-ruby/jwt/Manifest
20 index 99fd97dea09..ac2d23eae43 100644
21 --- a/dev-ruby/jwt/Manifest
22 +++ b/dev-ruby/jwt/Manifest
23 @@ -1,4 +1 @@
24 -DIST jwt-2.1.0.tar.gz 34188 BLAKE2B 0022dbb76cd8570aee84b6590f24639320977ae8d6d5fa53ef1d260da12bc732f9fdc01d59f6c994dc36642a7b67786b607ae76aca8044b7d5f5c60dc300966a SHA512 ad65b6ddd5fb7f33efe0036103f8f7482fd35090b8545219141e8885298fb4809d2386fd6e986c9bca0f85c823c9d4a6500785c0c5964db22d023a99c603ec47
25 -DIST jwt-2.2.0.tar.gz 41060 BLAKE2B 80958a9a88ad0f281f0eb545e584bc1035d1f13ddd0e2c337896300981fcb09849dfdd97828a5820fd241a3387b545c67e600d9148314860380398819f321aff SHA512 66da3ea525041080ed6c1da50e61a7e5ec9c8de70d5dc592c781b89aab7feebcfc419ae4362504b793cdc8857b37797efaf2847eab9425a53628680f5acdc0ce
26 -DIST jwt-2.2.1.tar.gz 41269 BLAKE2B 51a47d07c9386c42dd22832d4b1c5a7c8c1b599dad15801d8192f023ee73336de4ee1c7c61c76ab9e181b26e168c661090cffca2d8db27a7a2f6a8be40dfb6e1 SHA512 cdcbbbb7af4bccc471a8a8ee3341c8b23d634b3f46522585fa51d228963c58305d16b45f3455c811a86bff13d3e4c3911e54d8a2932228d0feb5133ae43949c6
27 DIST jwt-2.2.2.tar.gz 43084 BLAKE2B 998c2770e50cc65b5cb687f99f76b64a6a8d58a5c4312c32b642c7280abcf268f43588f7a8421d05c892072f7e39a6b48c1eb57dde950e92372f2bfe5eda9083 SHA512 04ac42afb09ad8648e2c428cb7493f738b1944e5fd273723cd2fc2550d6ab3486c2f3be5ae5bac7e36664e58d2fa913e5b38ba34361a98ebe1259d18008341b9
28
29 diff --git a/dev-ruby/jwt/jwt-2.1.0.ebuild b/dev-ruby/jwt/jwt-2.1.0.ebuild
30 deleted file mode 100644
31 index 0d2f10ce4f4..00000000000
32 --- a/dev-ruby/jwt/jwt-2.1.0.ebuild
33 +++ /dev/null
34 @@ -1,30 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -USE_RUBY="ruby24 ruby25 ruby26"
40 -
41 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
42 -
43 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
44 -
45 -inherit ruby-fakegem
46 -
47 -DESCRIPTION="A Ruby implementation of JSON Web Token draft 06"
48 -HOMEPAGE="https://github.com/jwt/ruby-jwt"
49 -SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
50 -
51 -LICENSE="MIT"
52 -SLOT="2"
53 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
54 -IUSE=""
55 -
56 -RUBY_S="ruby-jwt-${PV}"
57 -
58 -all_ruby_prepare() {
59 - sed -i -e "/simplecov/ s:^:#:" \
60 - -e '/^SimpleCov.configure/,/^end/ s:^:#:' \
61 - -e '/codeclimate/I s:^:#:' \
62 - -e '/codacy/I s:^:#:' \
63 - spec/spec_helper.rb || die
64 -}
65
66 diff --git a/dev-ruby/jwt/jwt-2.2.0.ebuild b/dev-ruby/jwt/jwt-2.2.0.ebuild
67 deleted file mode 100644
68 index 297c32535e2..00000000000
69 --- a/dev-ruby/jwt/jwt-2.2.0.ebuild
70 +++ /dev/null
71 @@ -1,32 +0,0 @@
72 -# Copyright 1999-2019 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=6
76 -USE_RUBY="ruby25 ruby26"
77 -
78 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
79 -
80 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
81 -
82 -RUBY_FAKEGEM_BINWRAP=""
83 -
84 -inherit ruby-fakegem
85 -
86 -DESCRIPTION="A Ruby implementation of JSON Web Token draft 06"
87 -HOMEPAGE="https://github.com/jwt/ruby-jwt"
88 -SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
89 -
90 -LICENSE="MIT"
91 -SLOT="2"
92 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
93 -IUSE=""
94 -
95 -RUBY_S="ruby-jwt-${PV}"
96 -
97 -all_ruby_prepare() {
98 - sed -i -e "/simplecov/ s:^:#:" \
99 - -e '/^SimpleCov.configure/,/^end/ s:^:#:' \
100 - -e '/codeclimate/I s:^:#:' \
101 - -e '/codacy/I s:^:#:' \
102 - spec/spec_helper.rb || die
103 -}
104
105 diff --git a/dev-ruby/jwt/jwt-2.2.1.ebuild b/dev-ruby/jwt/jwt-2.2.1.ebuild
106 deleted file mode 100644
107 index 36bd96cb600..00000000000
108 --- a/dev-ruby/jwt/jwt-2.2.1.ebuild
109 +++ /dev/null
110 @@ -1,34 +0,0 @@
111 -# Copyright 1999-2020 Gentoo Authors
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=6
115 -USE_RUBY="ruby25 ruby26 ruby27"
116 -
117 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
118 -
119 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
120 -
121 -RUBY_FAKEGEM_BINWRAP=""
122 -
123 -inherit ruby-fakegem
124 -
125 -DESCRIPTION="A Ruby implementation of JSON Web Token draft 06"
126 -HOMEPAGE="https://github.com/jwt/ruby-jwt"
127 -SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
128 -
129 -LICENSE="MIT"
130 -SLOT="2"
131 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
132 -IUSE=""
133 -
134 -RUBY_S="ruby-jwt-${PV}"
135 -
136 -ruby_add_bdepend "test? ( dev-ruby/rbnacl )"
137 -
138 -all_ruby_prepare() {
139 - sed -i -e "/simplecov/ s:^:#:" \
140 - -e '/^SimpleCov.configure/,/^end/ s:^:#:' \
141 - -e '/codeclimate/I s:^:#:' \
142 - -e '/codacy/I s:^:#:' \
143 - spec/spec_helper.rb || die
144 -}