From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/roadie-rails/
Date: Tue, 28 Sep 2021 00:31:32 +0000 (UTC) [thread overview]
Message-ID: <1632789053.85da06614ec58425f14de9cc16d852f7f4335903.sam@gentoo> (raw)
commit: 85da06614ec58425f14de9cc16d852f7f4335903
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue May 4 20:12:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 00:30:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85da0661
dev-ruby/roadie-rails: update to 2.2.0
Closes: https://bugs.gentoo.org/787533
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20683
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/roadie-rails/Manifest | 1 +
dev-ruby/roadie-rails/roadie-rails-2.2.0.ebuild | 45 +++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-ruby/roadie-rails/Manifest b/dev-ruby/roadie-rails/Manifest
index bf054ffa2fc..3aaa01f90ea 100644
--- a/dev-ruby/roadie-rails/Manifest
+++ b/dev-ruby/roadie-rails/Manifest
@@ -1 +1,2 @@
DIST roadie-rails-2.1.1.tar.gz 56419 BLAKE2B 6a54797c77267a61ab63d72743fbd3f98d4137d917ddebf0335c30d03e5efb9e2907679237eea168384b54ea93bbe9be3aad4dcbf6364d411ebaa6e2ba7638fb SHA512 ceffe9746cded4f5dca83c614dc6ffb65203455775df9f56a402837018c0a322c7edad37ca05c72bc70fa8d19cfb4f9eba5b2fde1cbff7f8b28312e95140f353
+DIST roadie-rails-2.2.0.tar.gz 56005 BLAKE2B b3251d095074dcbaf6879f8344a9f6d1426abd2824a667f8ddb1d6be186c1c89bc3425972abc62495038b263780339840b792a961809e80d181c043e8f558012 SHA512 4042d549f19adb48144306d7f646d7462b72c3775b41e6ad68ffc75aad8704c28f828bd2928fc9cb3a97d0a2ebee86446b17d2ba31d3b1b163e668cb4d85bb0f
diff --git a/dev-ruby/roadie-rails/roadie-rails-2.2.0.ebuild b/dev-ruby/roadie-rails/roadie-rails-2.2.0.ebuild
new file mode 100644
index 00000000000..d939b3c7c11
--- /dev/null
+++ b/dev-ruby/roadie-rails/roadie-rails-2.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby26"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hooks Roadie into your Rails application to help with email generation"
+HOMEPAGE="https://github.com/Mange/roadie-rails"
+SRC_URI="https://github.com/Mange/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+#RESTRICT="test"
+
+ruby_add_rdepend ">=dev-ruby/roadie-3.1
+ || ( dev-ruby/railties:6.1 dev-ruby/railties:6.0 dev-ruby/railties:5.2 )"
+ruby_add_bdepend "
+ test? (
+ dev-ruby/bundler
+ || ( dev-ruby/rails:6.1 dev-ruby/rails:6.0 dev-ruby/rails:5.2 )
+ dev-ruby/rspec-rails
+ dev-ruby/rspec-collection_matchers )"
+
+all_ruby_prepare() {
+ sed -i -e '/codecov/ s:^:#:' Gemfile || die
+ sed -i -e 's/git ls-files/find . -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+ # Avoid already removed rails version
+ sed -i -e '/rails_51/ s:^:#:' spec/integration_spec.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} -S bundle exec rspec-3 spec || die
+}
next reply other threads:[~2021-09-28 0:31 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-28 0:31 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-21 9:29 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/roadie-rails/ Hans de Graaff
2025-04-21 5:52 Hans de Graaff
2025-04-21 5:52 Hans de Graaff
2025-01-11 8:17 Hans de Graaff
2024-11-18 7:32 Hans de Graaff
2024-07-17 9:38 Hans de Graaff
2024-05-26 6:32 Hans de Graaff
2023-11-11 7:14 Hans de Graaff
[not found] <1693458827.ecbd87f662c2ca86842ec2ed4bad19fa319630f3.graaff@gentoo>
2023-08-31 5:13 ` Hans de Graaff
2023-07-16 5:30 Hans de Graaff
2023-07-16 5:30 Hans de Graaff
2023-04-08 23:20 Sam James
2023-03-30 9:53 Hans de Graaff
2023-03-13 7:14 Hans de Graaff
2023-01-21 8:02 Hans de Graaff
2022-09-04 10:54 Hans de Graaff
2022-06-26 6:20 Hans de Graaff
2022-06-18 9:49 Hans de Graaff
2022-05-15 8:50 Hans de Graaff
2022-04-18 12:14 Hans de Graaff
2022-04-12 17:21 Hans de Graaff
2022-04-12 17:21 Hans de Graaff
2021-09-28 20:05 Sam James
2020-05-24 8:03 Hans de Graaff
2020-04-25 12:16 Hans de Graaff
2020-03-29 8:58 Hans de Graaff
2019-06-03 4:51 Hans de Graaff
2018-04-29 9:42 Hans de Graaff
2017-08-24 5:49 Hans de Graaff
2017-06-02 4:45 Hans de Graaff
2016-08-28 23:25 Manuel Rüger
2016-04-29 19:52 Manuel Rüger
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=1632789053.85da06614ec58425f14de9cc16d852f7f4335903.sam@gentoo \
--to=sam@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