From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92DE2138334 for ; Wed, 8 May 2019 17:33:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1443E08ED; Wed, 8 May 2019 17:33:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 880C7E08ED for ; Wed, 8 May 2019 17:33:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52E7A343CA9 for ; Wed, 8 May 2019 17:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEDA95F3 for ; Wed, 8 May 2019 17:32:59 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1557336773.84b3e4fe60c3533272fa81eed6c7802357b08216.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/json_schema/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/json_schema/Manifest dev-ruby/json_schema/json_schema-0.20.5.ebuild X-VCS-Directories: dev-ruby/json_schema/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 84b3e4fe60c3533272fa81eed6c7802357b08216 X-VCS-Branch: master Date: Wed, 8 May 2019 17:32:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 970a1db4-e1a9-474a-9449-facab294f9e6 X-Archives-Hash: c6c073e1626003c036f87f9e21f9ff4c commit: 84b3e4fe60c3533272fa81eed6c7802357b08216 Author: Hans de Graaff gentoo org> AuthorDate: Wed May 8 17:32:53 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed May 8 17:32:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b3e4fe dev-ruby/json_schema: add 0.20.5 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/json_schema/Manifest | 1 + dev-ruby/json_schema/json_schema-0.20.5.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-ruby/json_schema/Manifest b/dev-ruby/json_schema/Manifest index fb474bbcf83..7113acbf7bc 100644 --- a/dev-ruby/json_schema/Manifest +++ b/dev-ruby/json_schema/Manifest @@ -1,2 +1,3 @@ DIST json_schema-0.20.3.tar.gz 35400 BLAKE2B 3d61fab9aa47dc39e74ace68be005a7816c444737b7205eeb5b0b0f408da84e08f53ae22aee6fe8f5101231a33a5914dd57abdc556a1d2cf9ba4f5b30627d7fb SHA512 570afa5bc15899a6797bafaa50b11256442b377abfabd713c1a7c57188b394f86987a104e282540f09ee3e02c13df11a8a88df625834566233e00fa5553af80d DIST json_schema-0.20.4.tar.gz 35695 BLAKE2B 07e3f834992dd0f8405f53171a6351d6df755695741d675a2fe34410a40a69299330f2be769dc9a113e4169f6b7698e785061a71e73f0252d6652feca50b8046 SHA512 8b924908bd8e8fe484c85b275b941c3aeb14da1c90aa78f541b8c71471d296f1e935cf0a1944819d96969b687425c3dbd930f626e5627dc6a99a67f26743d545 +DIST json_schema-0.20.5.tar.gz 36099 BLAKE2B 74cafca0d4e369bd7d5ac9a502ed4933aaa37682d67cb2c73cdf338373621b14805a91a365355052c6c4afed917101475ba80ed00f8bc0d01642d1d113d56888 SHA512 9a61d4709fd06aa5b7806cc9f313daa2bf6d632e9c231e2761cda324f0339b5d3a9bde1e96afc02f93ef81414bec93e8fab94df5221ef7809f29a4c0f3f79f54 diff --git a/dev-ruby/json_schema/json_schema-0.20.5.ebuild b/dev-ruby/json_schema/json_schema-0.20.5.ebuild new file mode 100644 index 00000000000..735e6565181 --- /dev/null +++ b/dev-ruby/json_schema/json_schema-0.20.5.ebuild @@ -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 +}