From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jwt/
Date: Wed, 18 Sep 2024 08:56:34 +0000 (UTC) [thread overview]
Message-ID: <1726649757.caa74f573f43f997445a782e303c6e67174e9442.graaff@gentoo> (raw)
commit: caa74f573f43f997445a782e303c6e67174e9442
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 07:21:22 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 08:55:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa74f57
dev-ruby/jwt: add 2.9.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/jwt/Manifest | 1 +
dev-ruby/jwt/jwt-2.9.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
dev-ruby/jwt/metadata.xml | 3 +++
3 files changed, 39 insertions(+)
diff --git a/dev-ruby/jwt/Manifest b/dev-ruby/jwt/Manifest
index 16e088a422e2..d9da9b1f9055 100644
--- a/dev-ruby/jwt/Manifest
+++ b/dev-ruby/jwt/Manifest
@@ -1,3 +1,4 @@
DIST jwt-2.7.1.tar.gz 75003 BLAKE2B 5c43fd78cf22960749358cbfcbfb5c47dce935ef8fd83235137a963572b95b19583399e142136663d113df472ebfb5dd976ce60156b75cceeff387950b6190b0 SHA512 efcdd81bc472a18764e0033f1040e9e2506952cbfb691acfc1ad90a5b34ebac864911e0cfeb28b82ac2ce1da7e3578a6677c0b113d1e45a81a3f4c4f8fed1047
DIST jwt-2.8.1.tar.gz 71939 BLAKE2B 07eb3df24165c72f13a77dfff658a94574e4fc5b5aed3b56041c58cf9bfb8eba663e76de7eb91e2870bbb8dcdeb79b9c2a7888d29f41feee06e2f07a825b90b9 SHA512 df4ad49f223bba0ace69a37d229868c2deabed5c09fd84e5e4ce4021242cef9e30c07a592b5bf54af6bdcfec552487d808620cf020d242757fc4310d201469c2
DIST jwt-2.8.2.tar.gz 72273 BLAKE2B 808c6144b31a4d042a161c2e9fe3008995e45ed2cf1df9f454a84e04a613f23a0394e87644dbbdd7c94272ea57c2568defe63c9d71bfcf3c02caa81b345d4240 SHA512 d92cfe8c5196c3efd4cc42751cef956cf35758e980a959f554b61e148dfcaddfd9fc3d05bb57a043eca4c03f8240086951ad24bc676fb7d0f29a677dab4b270e
+DIST jwt-2.9.0.tar.gz 74870 BLAKE2B f7b697294e1f79924ea76d8712b85c22a7c60baf34bc12bc8cd1d606fe6b94dbc13087eecafcdf5fbaf3684cf4bd55d46b0c6f58c6c4fa26a671063a79293529 SHA512 5ef5a58e884498357ee1783e1c7a93fcfe90cae4a3a75d5700e08c068601215c3fcd83e3b6d52c55cb5f0a06a9dd2dfae8c81aa7fd5f08314c5fd8234acb97b7
diff --git a/dev-ruby/jwt/jwt-2.9.0.ebuild b/dev-ruby/jwt/jwt-2.9.0.ebuild
new file mode 100644
index 000000000000..8b4de2060122
--- /dev/null
+++ b/dev-ruby/jwt/jwt-2.9.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_GEMSPEC="ruby-jwt.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby implementation of JSON Web Token draft 06"
+HOMEPAGE="https://github.com/jwt/ruby-jwt"
+SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="eddsa test"
+
+RUBY_S="ruby-jwt-${PV}"
+
+ruby_add_rdepend "dev-ruby/base64 eddsa? ( dev-ruby/rbnacl )"
+
+ruby_add_bdepend "test? ( dev-ruby/rbnacl )"
+
+all_ruby_prepare() {
+ sed -i -e "/simplecov/ s:^:#:" \
+ -e '/^SimpleCov.start/,/^end/ s:^:#:' \
+ spec/spec_helper.rb || die
+
+ sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
diff --git a/dev-ruby/jwt/metadata.xml b/dev-ruby/jwt/metadata.xml
index e7fe56f5d26f..4d2cbcfc1555 100644
--- a/dev-ruby/jwt/metadata.xml
+++ b/dev-ruby/jwt/metadata.xml
@@ -8,4 +8,7 @@
<upstream>
<remote-id type="github">jwt/ruby-jwt</remote-id>
</upstream>
+ <use>
+ <flag name="eddsa">Support EdDSA algorithm using dev-ruby/rbnacl</flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2024-09-18 8:56 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-18 8:56 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-04 5:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jwt/ Hans de Graaff
2025-04-04 5:02 Hans de Graaff
2025-04-04 5:02 Hans de Graaff
2025-01-02 10:03 Hans de Graaff
2024-12-26 6:19 Hans de Graaff
2024-10-18 6:22 Hans de Graaff
2024-06-19 5:16 Hans de Graaff
2024-06-02 5:43 Hans de Graaff
2024-02-29 7:20 Hans de Graaff
2024-02-18 7:05 Hans de Graaff
2024-01-02 7:05 Hans de Graaff
2023-08-19 9:17 Hans de Graaff
2023-06-12 6:21 Hans de Graaff
2023-04-07 7:52 Hans de Graaff
2023-04-07 6:34 Hans de Graaff
2023-04-01 23:19 Sam James
2023-03-27 8:35 Sam James
2023-02-04 7:52 Hans de Graaff
2023-02-04 7:52 Hans de Graaff
2023-02-04 7:41 Hans de Graaff
2023-02-04 7:41 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-08-26 12:13 Hans de Graaff
2022-08-26 11:45 Hans de Graaff
2022-08-26 11:45 Hans de Graaff
2022-06-08 3:45 Hans de Graaff
2022-06-07 18:31 Hans de Graaff
2021-10-09 7:27 Hans de Graaff
2021-10-09 7:27 Hans de Graaff
2020-09-12 4:09 Hans de Graaff
2020-09-05 8:01 Hans de Graaff
2020-08-19 3:54 Hans de Graaff
2020-07-17 0:54 Sam James
2020-02-02 6:32 Hans de Graaff
2019-05-25 5:38 Hans de Graaff
2019-05-24 7:06 Hans de Graaff
2019-02-02 7:55 Hans de Graaff
2018-07-31 4:53 Hans de Graaff
2018-07-31 4:53 Hans de Graaff
2018-05-26 4:48 Hans de Graaff
2017-09-03 6:50 Hans de Graaff
2017-09-03 6:50 Hans de Graaff
2017-08-26 8:27 Hans de Graaff
2017-08-26 8:27 Hans de Graaff
2017-06-14 4:43 Hans de Graaff
2017-06-14 4:43 Hans de Graaff
2016-09-20 5:07 Hans de Graaff
2016-09-17 5:53 Hans de Graaff
2016-09-17 5:53 Hans de Graaff
2016-03-25 6:29 Hans de Graaff
2016-03-25 6:29 Hans de Graaff
2016-02-26 6:54 Hans de Graaff
2016-02-26 6:54 Hans de Graaff
2015-10-28 5:31 Hans de Graaff
2015-10-28 5:31 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1726649757.caa74f573f43f997445a782e303c6e67174e9442.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox