public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/json_schema/
Date: Fri, 19 Jul 2019 04:29:54 +0000 (UTC)	[thread overview]
Message-ID: <1563510581.b739f12b6292606ad8e72591654b4f930f3c9241.graaff@gentoo> (raw)

commit:     b739f12b6292606ad8e72591654b4f930f3c9241
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 04:29:41 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 04:29:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b739f12b

dev-ruby/json_schema: add 0.20.7

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/json_schema/Manifest                  |  1 +
 dev-ruby/json_schema/json_schema-0.20.7.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/json_schema/Manifest b/dev-ruby/json_schema/Manifest
index 32e30115696..0ae266d1d22 100644
--- a/dev-ruby/json_schema/Manifest
+++ b/dev-ruby/json_schema/Manifest
@@ -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

diff --git a/dev-ruby/json_schema/json_schema-0.20.7.ebuild b/dev-ruby/json_schema/json_schema-0.20.7.ebuild
new file mode 100644
index 00000000000..735e6565181
--- /dev/null
+++ b/dev-ruby/json_schema/json_schema-0.20.7.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
+}


             reply	other threads:[~2019-07-19  4:30 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-19  4:29 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-05  7:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/json_schema/ Hans de Graaff
2024-01-03  7:04 Hans de Graaff
2023-08-27  6:44 Hans de Graaff
2023-08-11 19:14 Hans de Graaff
2023-08-11 19:14 Hans de Graaff
2022-06-25  8:03 Hans de Graaff
2022-04-08  9:15 Hans de Graaff
2022-03-18  6:50 Jakov Smolić
2020-06-16  4:42 Hans de Graaff
2020-05-23  5:28 Hans de Graaff
2020-05-23  5:28 Hans de Graaff
2020-02-26  6:25 Hans de Graaff
2019-09-14  6:05 Hans de Graaff
2019-07-19  4:29 Hans de Graaff
2019-05-17  4:31 Hans de Graaff
2019-05-08 17:32 Hans de Graaff
2019-05-08 17:32 Hans de Graaff
2019-03-12  5:49 Hans de Graaff
2019-02-23 10:05 Hans de Graaff
2019-02-21  6:09 Hans de Graaff
2019-01-05  9:48 Hans de Graaff
2018-10-28  6: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=1563510581.b739f12b6292606ad8e72591654b4f930f3c9241.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