diff options
author | 2020-09-11 10:17:10 +0200 | |
---|---|---|
committer | 2020-09-12 06:09:14 +0200 | |
commit | 83da5347e95c1a2240d16b056c846c5d51267c69 (patch) | |
tree | 8078118826c5ae9a4995f53a0454ba41f94d80d7 /dev-ruby/jwt/jwt-2.2.0.ebuild | |
parent | dev-ruby/logue: add ruby27 (diff) | |
download | gentoo-83da5347e95c1a2240d16b056c846c5d51267c69.tar.gz gentoo-83da5347e95c1a2240d16b056c846c5d51267c69.tar.bz2 gentoo-83da5347e95c1a2240d16b056c846c5d51267c69.zip |
dev-ruby/jwt: cleanup
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/jwt/jwt-2.2.0.ebuild')
-rw-r--r-- | dev-ruby/jwt/jwt-2.2.0.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
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 297c32535e27..000000000000 --- 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 -} |