Skip to content

Commit

Permalink
dev-ruby/json_schema: add 0.20.7
Browse files Browse the repository at this point in the history
Signed-off-by: Hans de Graaff <[email protected]>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
  • Loading branch information
graaff committed Jul 19, 2019
1 parent 6c425ea commit b739f12
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ruby/json_schema/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST json_schema-0.20.6.tar.gz 36231 BLAKE2B 79874e4e7af3c856783ad5eb4c3085ea087195d46ebcf41e12302025dd899e70c81808889ad8e417d3aba1384444beafbd747cddaa4740fd6be9fdd7a4aa2907 SHA512 09fc6f5574da27e69cc13e5b081e27a78425c41606d89e794d77b15f56a17f709ee6a0267b247535da1ee9e71f2b4da9e2e278052a5d53c7d6f9ebbe3e314936
DIST json_schema-0.20.7.tar.gz 36421 BLAKE2B 4110d9781da9a95d0480fa88dfc8d94868574dec0e0a36ad11efedf3c50c98557dc8f561d1df8189ec4bd4453e86acbe5f76a8e2274fadcfae659d0fcc85943e SHA512 e35d3d580078051f3484eddd910744d1be5d1dc77a63b20db418a075a75e71961bd1d7459759ee8b40b1784640e69c626f76c73de02b3a07e37b4233ddb4e661
25 changes: 25 additions & 0 deletions dev-ruby/json_schema/json_schema-0.20.7.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md TODO.md"

RUBY_FAKEGEM_EXTRAINSTALL="schemas"

inherit ruby-fakegem

DESCRIPTION="A JSON Schema V4 and Hyperschema V4 parser and validator"
HOMEPAGE="https://github.com/brandur/json_schema"
SRC_URI="https://github.com/brandur/json_schema/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

all_ruby_prepare() {
sed -i -e '/^if/,/^end/ s:^:#:' test/test_helper.rb || die
}

0 comments on commit b739f12

Please sign in to comment.