dev-ruby/jwt: add 1.5.5

Package-Manager: portage-2.2.28
This commit is contained in:
Hans de Graaff
2016-09-17 07:46:03 +02:00
parent 7d28b4bac4
commit b234cf68c1
2 changed files with 31 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST jwt-1.5.4.tar.gz 22053 SHA256 90be9e8acf3ad12a109092faebc3a050ea51eeb358e51798da2098fba9335bc2 SHA512 c594e7152d89a0ace71acd425553302de81fea2542fa23fc3809d8edbafa7498ec6cec37f07d41ebd5dfaad2b190d53614cf7b0f1c50a82cebb55cbd74c8909e WHIRLPOOL 93cef43f8ed630e4c987c386ca748574b00cea3e82733771fc259b3fe4f064a20319f9115d84d10723d4c708c9680ad024e4f81c74c3f1b544b984cbedf92419
DIST jwt-1.5.5.tar.gz 28392 SHA256 e093ba8ee77385ed5958ac19d3118bff8cc287bd2af431df99075a65b9b4961f SHA512 c6bf93f4a13bdc5f3f32af173196c7c73cde6ad210466b8cf1a2a0dfb7f387cc5618709e35b0142f58e5604b842c6bc431b181139be516659e36e599fa931d3e WHIRLPOOL cf922c6df8e832d535d73559de8026f0b845ed08f99505989683035fd569d13406904c58b6ede4a22bbb7770911a5799739fd1ec51a13f9d131e9e649f218a81

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
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="0"
KEYWORDS="~amd64 ~ppc64"
IUSE=""
RUBY_S="ruby-jwt-${PV}"
all_ruby_prepare() {
sed -i -e "/simplecov/ s:^:#:" \
-e '/^SimpleCov.configure/,/^end/ s:^:#:' \
-e '/codeclimate/I s:^:#:' \
spec/spec_helper.rb || die
}