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: Sat, 12 Sep 2020 04:09:23 +0000 (UTC) [thread overview]
Message-ID: <1599883754.83da5347e95c1a2240d16b056c846c5d51267c69.graaff@gentoo> (raw)
commit: 83da5347e95c1a2240d16b056c846c5d51267c69
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 08:17:10 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 04:09:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83da5347
dev-ruby/jwt: cleanup
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/jwt/Manifest | 3 ---
dev-ruby/jwt/jwt-2.1.0.ebuild | 30 ------------------------------
dev-ruby/jwt/jwt-2.2.0.ebuild | 32 --------------------------------
dev-ruby/jwt/jwt-2.2.1.ebuild | 34 ----------------------------------
4 files changed, 99 deletions(-)
diff --git a/dev-ruby/jwt/Manifest b/dev-ruby/jwt/Manifest
index 99fd97dea09..ac2d23eae43 100644
--- a/dev-ruby/jwt/Manifest
+++ b/dev-ruby/jwt/Manifest
@@ -1,4 +1 @@
-DIST jwt-2.1.0.tar.gz 34188 BLAKE2B 0022dbb76cd8570aee84b6590f24639320977ae8d6d5fa53ef1d260da12bc732f9fdc01d59f6c994dc36642a7b67786b607ae76aca8044b7d5f5c60dc300966a SHA512 ad65b6ddd5fb7f33efe0036103f8f7482fd35090b8545219141e8885298fb4809d2386fd6e986c9bca0f85c823c9d4a6500785c0c5964db22d023a99c603ec47
-DIST jwt-2.2.0.tar.gz 41060 BLAKE2B 80958a9a88ad0f281f0eb545e584bc1035d1f13ddd0e2c337896300981fcb09849dfdd97828a5820fd241a3387b545c67e600d9148314860380398819f321aff SHA512 66da3ea525041080ed6c1da50e61a7e5ec9c8de70d5dc592c781b89aab7feebcfc419ae4362504b793cdc8857b37797efaf2847eab9425a53628680f5acdc0ce
-DIST jwt-2.2.1.tar.gz 41269 BLAKE2B 51a47d07c9386c42dd22832d4b1c5a7c8c1b599dad15801d8192f023ee73336de4ee1c7c61c76ab9e181b26e168c661090cffca2d8db27a7a2f6a8be40dfb6e1 SHA512 cdcbbbb7af4bccc471a8a8ee3341c8b23d634b3f46522585fa51d228963c58305d16b45f3455c811a86bff13d3e4c3911e54d8a2932228d0feb5133ae43949c6
DIST jwt-2.2.2.tar.gz 43084 BLAKE2B 998c2770e50cc65b5cb687f99f76b64a6a8d58a5c4312c32b642c7280abcf268f43588f7a8421d05c892072f7e39a6b48c1eb57dde950e92372f2bfe5eda9083 SHA512 04ac42afb09ad8648e2c428cb7493f738b1944e5fd273723cd2fc2550d6ab3486c2f3be5ae5bac7e36664e58d2fa913e5b38ba34361a98ebe1259d18008341b9
diff --git a/dev-ruby/jwt/jwt-2.1.0.ebuild b/dev-ruby/jwt/jwt-2.1.0.ebuild
deleted file mode 100644
index 0d2f10ce4f4..00000000000
--- a/dev-ruby/jwt/jwt-2.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-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 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_S="ruby-jwt-${PV}"
-
-all_ruby_prepare() {
- sed -i -e "/simplecov/ s:^:#:" \
- -e '/^SimpleCov.configure/,/^end/ s:^:#:' \
- -e '/codeclimate/I s:^:#:' \
- -e '/codacy/I s:^:#:' \
- spec/spec_helper.rb || die
-}
diff --git a/dev-ruby/jwt/jwt-2.2.0.ebuild b/dev-ruby/jwt/jwt-2.2.0.ebuild
deleted file mode 100644
index 297c32535e2..00000000000
--- a/dev-ruby/jwt/jwt-2.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-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 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_S="ruby-jwt-${PV}"
-
-all_ruby_prepare() {
- sed -i -e "/simplecov/ s:^:#:" \
- -e '/^SimpleCov.configure/,/^end/ s:^:#:' \
- -e '/codeclimate/I s:^:#:' \
- -e '/codacy/I s:^:#:' \
- spec/spec_helper.rb || die
-}
diff --git a/dev-ruby/jwt/jwt-2.2.1.ebuild b/dev-ruby/jwt/jwt-2.2.1.ebuild
deleted file mode 100644
index 36bd96cb600..00000000000
--- a/dev-ruby/jwt/jwt-2.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-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=""
-
-RUBY_S="ruby-jwt-${PV}"
-
-ruby_add_bdepend "test? ( dev-ruby/rbnacl )"
-
-all_ruby_prepare() {
- sed -i -e "/simplecov/ s:^:#:" \
- -e '/^SimpleCov.configure/,/^end/ s:^:#:' \
- -e '/codeclimate/I s:^:#:' \
- -e '/codacy/I s:^:#:' \
- spec/spec_helper.rb || die
-}
next reply other threads:[~2020-09-12 4:09 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-12 4:09 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-02 10:03 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jwt/ Hans de Graaff
2024-12-26 6:19 Hans de Graaff
2024-10-18 6:22 Hans de Graaff
2024-09-18 8:56 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-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=1599883754.83da5347e95c1a2240d16b056c846c5d51267c69.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