From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rash_alt/
Date: Sat, 29 Jul 2017 05:42:41 +0000 (UTC) [thread overview]
Message-ID: <1501306928.5c065039a28ba9e8331ac5dd3c36513fcb7556d1.graaff@gentoo> (raw)
commit: 5c065039a28ba9e8331ac5dd3c36513fcb7556d1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 05:31:27 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 05:42:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c065039
dev-ruby/rash_alt: initial import of 0.4.3
New dependency for dev-ruby/faraday_middleware.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ruby/rash_alt/Manifest | 1 +
dev-ruby/rash_alt/metadata.xml | 11 +++++++++++
dev-ruby/rash_alt/rash_alt-0.4.3.ebuild | 30 ++++++++++++++++++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-ruby/rash_alt/Manifest b/dev-ruby/rash_alt/Manifest
new file mode 100644
index 00000000000..1c3a460a369
--- /dev/null
+++ b/dev-ruby/rash_alt/Manifest
@@ -0,0 +1 @@
+DIST rash_alt-0.4.3.gem 8704 SHA256 dd4c51d8124be00d4a8b411fa2be04b81deaabbdf0c43ca996d5982b6e54b47a SHA512 4b56a92b6a73cf92dd9ccb251a2b980d60f8c7e1fa24206fe08b3a825dbf1d56797d05b771935012bd75ee609df5a0a46b55aad59d74eee5194f416912ade7e9 WHIRLPOOL 6be029cae30768d9a84b14ce79d5c8dcca3bae6f32e10b1d652fbd6d6fc4a32d467a2809f741e7b38355ae72a0366680884a0efb6af4eed6133be3c8b619d6d1
diff --git a/dev-ruby/rash_alt/metadata.xml b/dev-ruby/rash_alt/metadata.xml
new file mode 100644
index 00000000000..26567bbc1b4
--- /dev/null
+++ b/dev-ruby/rash_alt/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="github">shishi/rash_alt</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ruby/rash_alt/rash_alt-0.4.3.ebuild b/dev-ruby/rash_alt/rash_alt-0.4.3.ebuild
new file mode 100644
index 00000000000..658e61db5f9
--- /dev/null
+++ b/dev-ruby/rash_alt/rash_alt-0.4.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="rash.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rash alt version for Hashie's own Rash"
+HOMEPAGE="https://github.com/shishi/rash_alt"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/hashie-3.4:3"
+
+all_ruby_prepare() {
+ rm Gemfile || die
+ sed -i -e '/[Bb]undler/d' Rakefile || die
+
+ sed -i -e '/git ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
next reply other threads:[~2017-07-29 5:42 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-29 5:42 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-10-18 5:48 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rash_alt/ Hans de Graaff
2017-12-14 5:25 Hans de Graaff
2018-04-21 4:56 Hans de Graaff
2018-06-04 4:46 Hans de Graaff
2018-06-04 4:46 Hans de Graaff
2018-12-15 7:42 Hans de Graaff
2019-01-27 19:13 Hans de Graaff
2019-03-29 8:14 Hans de Graaff
2019-09-14 6:05 Hans de Graaff
2020-07-26 15:12 Hans de Graaff
2020-12-31 9:05 Hans de Graaff
2021-07-07 6:53 Hans de Graaff
2022-02-26 4:40 Hans de Graaff
2022-03-20 10:04 Hans de Graaff
2022-07-31 7:42 Hans de Graaff
2022-12-16 21:02 Arthur Zamarin
2023-03-21 6:44 Hans de Graaff
2023-08-29 14:50 Hans de Graaff
2024-01-08 7:00 Hans de Graaff
2025-04-15 5:05 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=1501306928.5c065039a28ba9e8331ac5dd3c36513fcb7556d1.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