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: Sun, 28 Oct 2018 06:31:12 +0000 (UTC)	[thread overview]
Message-ID: <1540708265.538f85dd88b7cd1911420734b8ee5fd15ed1baf7.graaff@gentoo> (raw)

commit:     538f85dd88b7cd1911420734b8ee5fd15ed1baf7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 06:31:05 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 06:31:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538f85dd

dev-ruby/json_schema: initial import of 0.19.1

New dependency for www-apps/nanoc.

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

 dev-ruby/json_schema/Manifest                  |  1 +
 dev-ruby/json_schema/json_schema-0.19.1.ebuild | 25 +++++++++++++++++++++++++
 dev-ruby/json_schema/metadata.xml              | 11 +++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-ruby/json_schema/Manifest b/dev-ruby/json_schema/Manifest
new file mode 100644
index 00000000000..73efbc2daf6
--- /dev/null
+++ b/dev-ruby/json_schema/Manifest
@@ -0,0 +1 @@
+DIST json_schema-0.19.1.tar.gz 34501 BLAKE2B a8467a439a05bee01a8588baf77bdf2c58f29a0a4c54cab8be248760192ca473bf24bd56859c1c36779b2ebf85744947db3c9278b64cf93fd66f1792924e2c08 SHA512 db2cc70737cba7266cadc7fa747779fdedbe94ed7d8c8e97df302daed68f0c4cc3e4f31c513870eef481b7906720cee1626513520a3c9ee152a570a05dab210b

diff --git a/dev-ruby/json_schema/json_schema-0.19.1.ebuild b/dev-ruby/json_schema/json_schema-0.19.1.ebuild
new file mode 100644
index 00000000000..bc437833247
--- /dev/null
+++ b/dev-ruby/json_schema/json_schema-0.19.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+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
+}

diff --git a/dev-ruby/json_schema/metadata.xml b/dev-ruby/json_schema/metadata.xml
new file mode 100644
index 00000000000..412bffe19ee
--- /dev/null
+++ b/dev-ruby/json_schema/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>ruby@gentoo.org</email>
+		<name>Gentoo Ruby Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="rubygems">json_schema</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2018-10-28  6:31 UTC|newest]

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