From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jbuilder/
Date: Sat, 20 Jul 2019 05:05:55 +0000 (UTC) [thread overview]
Message-ID: <1563599143.1d770d0daf7bc44556dc46844683a13494a84c8a.graaff@gentoo> (raw)
commit: 1d770d0daf7bc44556dc46844683a13494a84c8a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 05:05:43 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 05:05:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d770d0d
dev-ruby/jbuilder: initial import of 2.9.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
dev-ruby/jbuilder/Manifest | 1 +
dev-ruby/jbuilder/jbuilder-2.9.1.ebuild | 26 ++++++++++++++++++++++++++
dev-ruby/jbuilder/metadata.xml | 11 +++++++++++
3 files changed, 38 insertions(+)
diff --git a/dev-ruby/jbuilder/Manifest b/dev-ruby/jbuilder/Manifest
new file mode 100644
index 00000000000..4c704f1d179
--- /dev/null
+++ b/dev-ruby/jbuilder/Manifest
@@ -0,0 +1 @@
+DIST jbuilder-2.9.1.gem 28160 BLAKE2B 52e8a6ed2e6be19d73c22eddc6bcf3817e89f390da3b5eb4bc3308fa0c588f910608cbc6586cab858a5fb9ae6eb22fbade3fb32a426bed665cae18c067d85116 SHA512 aa8607696f5f14f22d163438d876b2a3017af791fdf4d6afd0df6c736ef86294db71f21a719029a2c052c24623d86f05c7aa5315e6f5066c74bc6886c50873fb
diff --git a/dev-ruby/jbuilder/jbuilder-2.9.1.ebuild b/dev-ruby/jbuilder/jbuilder-2.9.1.ebuild
new file mode 100644
index 00000000000..f71f5a9a260
--- /dev/null
+++ b/dev-ruby/jbuilder/jbuilder-2.9.1.ebuild
@@ -0,0 +1,26 @@
+# 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_TASK_TEST="TRAVIS=true test"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Create JSON structures via a Builder-style DSL"
+HOMEPAGE="https://github.com/rails/jbuilder"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activesupport-4.2.0:*"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
+}
diff --git a/dev-ruby/jbuilder/metadata.xml b/dev-ruby/jbuilder/metadata.xml
new file mode 100644
index 00000000000..d10e8cb6ead
--- /dev/null
+++ b/dev-ruby/jbuilder/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">jbuilder</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2019-07-20 5:06 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-20 5:05 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-02-10 6:18 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jbuilder/ Hans de Graaff
2020-05-23 9:27 Hans de Graaff
2020-05-23 9:27 Hans de Graaff
2020-09-13 4:55 Hans de Graaff
2020-09-14 6:09 Hans de Graaff
2020-09-19 5:46 Hans de Graaff
2021-01-23 8:18 Hans de Graaff
2021-02-02 5:56 Hans de Graaff
2021-11-15 5:48 Hans de Graaff
2022-03-26 7:48 Hans de Graaff
2022-09-04 10:54 Hans de Graaff
2022-10-02 17:03 Hans de Graaff
2023-07-12 4:59 Hans de Graaff
2023-07-12 4:59 Hans de Graaff
2024-03-18 6:41 Hans de Graaff
2024-04-29 9:43 Hans de Graaff
2024-06-02 6:41 Hans de Graaff
2024-06-02 6:41 Hans de Graaff
2024-09-18 8:56 Hans de Graaff
2024-09-18 9:26 Hans de Graaff
2025-04-21 5:52 Hans de Graaff
2025-04-21 5:52 Hans de Graaff
2025-04-21 5:52 Hans de Graaff
2025-08-03 12:23 Hans de Graaff
2025-08-09 6:05 Hans de Graaff
2025-08-13 6:13 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=1563599143.1d770d0daf7bc44556dc46844683a13494a84c8a.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