From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/combustion/
Date: Fri, 19 Jan 2024 17:57:06 +0000 (UTC) [thread overview]
Message-ID: <1705687022.845035a1ba33d70f15a92926ceb9ed6d8d76a780.graaff@gentoo> (raw)
commit: 845035a1ba33d70f15a92926ceb9ed6d8d76a780
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 17:53:34 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 17:57:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845035a1
dev-ruby/combustion: add 1.4.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/combustion/Manifest | 1 +
dev-ruby/combustion/combustion-1.4.0.ebuild | 58 +++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
index 1f075d2283ee..beff78fd18fd 100644
--- a/dev-ruby/combustion/Manifest
+++ b/dev-ruby/combustion/Manifest
@@ -1 +1,2 @@
DIST combustion-1.3.7.tar.gz 16922 BLAKE2B 7edb6d68751bdae2c14f564d99bd5e4815aeb0ac5cbf9f86bf265bcf1cc02f39b36c2f439d1a79930f7fee5670451dee87821150b11b765cf3a251272b6bfb46 SHA512 2aedf160b099f16b2225dacbb8198fbdca6a00196bfaf4f869d651309e36976b3a14383c9b38b4361a5174726117200e0fc9da56f2cf08ec9ea99a5f5dbecf7e
+DIST combustion-1.4.0.tar.gz 16955 BLAKE2B fa2d55b6e84316b07221c938b053869f44b23363e69b51cefadc7400f7743c5cfe4d4c36cc01b0a463c64b6c5f59736f1bfef50e3438bb3feecc3be22ac717ef SHA512 24cee50f5a05e782d228cf1987de07610a077bd85a3e46c611b6f5c4f2a7202dcb0576ccb337f8c03f7d7a5e446e05524e5686cf5fdde9e510672b722403c13c
diff --git a/dev-ruby/combustion/combustion-1.4.0.ebuild b/dev-ruby/combustion/combustion-1.4.0.ebuild
new file mode 100644
index 000000000000..c294438d24f5
--- /dev/null
+++ b/dev-ruby/combustion/combustion-1.4.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+inherit ruby-fakegem
+
+DESCRIPTION="Elegant Rails Engine Testing"
+HOMEPAGE="https://github.com/pat/combustion"
+SRC_URI="https://github.com/pat/combustion/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+
+ruby_add_rdepend "
+ >=dev-ruby/activesupport-3.0.0:*
+ >=dev-ruby/railties-3.0.0:*
+ >=dev-ruby/thor-0.14.6:*
+"
+# Needed for e.g. cannot load such file -- action_mailer/railtie
+ruby_add_bdepend "
+ test? (
+ >=dev-ruby/activemodel-3.0.0:*
+ >=dev-ruby/activerecord-3.0.0:*
+ dev-ruby/bundler
+ dev-ruby/net-smtp
+ >=dev-ruby/rails-3.0.0:*
+ dev-ruby/rspec:3
+ >=dev-ruby/sqlite3-1.4
+ )
+"
+
+each_ruby_prepare() {
+ sed -i \
+ -e '/rubocop/d' \
+ Gemfile || die
+
+ # appraisal, rubocop: useless for us test deps
+ # mysql2, pg,: optional runtime deps
+ sed -i \
+ -e '/appraisal/d' \
+ -e '/mysql2/d' \
+ -e '/pg/d' \
+ -e '/rubocop/d' \
+ ${PN}.gemspec || die
+
+ sed -i -e '/rubocop/d' Rakefile || die
+}
+
+each_ruby_test() {
+ local -x DB_ADAPTER=sqlite3
+ ${RUBY} -S bundle exec rake spec || die
+}
next reply other threads:[~2024-01-19 17:57 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-19 17:57 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-13 9:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/combustion/ Hans de Graaff
2024-11-12 19:10 Hans de Graaff
2024-10-05 8:28 Hans de Graaff
2024-07-08 5:38 Hans de Graaff
2024-07-08 5:38 Hans de Graaff
2024-05-23 6:13 Hans de Graaff
2023-06-17 8:15 Hans de Graaff
2023-04-07 18:11 Sam James
2023-04-07 6:34 Hans de Graaff
2023-03-28 20:20 Sam James
2023-03-27 8:35 Sam James
2023-03-26 3:03 Sam James
2022-06-26 6:44 Hans de Graaff
2022-06-18 5:48 Hans de Graaff
2022-05-24 5:19 Hans de Graaff
2022-04-15 5:26 Hans de Graaff
2022-04-15 5:26 Hans de Graaff
2021-11-27 6:32 Hans de Graaff
2021-11-22 6:56 Hans de Graaff
2021-11-22 6:56 Hans de Graaff
2021-10-09 7:27 Hans de Graaff
2021-09-18 7:03 Hans de Graaff
2020-10-02 5:15 Hans de Graaff
2020-09-15 6:00 Hans de Graaff
2020-09-15 6:00 Hans de Graaff
2020-07-24 4:40 Hans de Graaff
2020-07-24 4:40 Hans de Graaff
2020-04-22 5:51 Hans de Graaff
2020-04-18 5:32 Hans de Graaff
2019-11-04 6:33 Hans de Graaff
2019-08-04 5:56 Hans de Graaff
2019-08-04 5:56 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2019-02-13 6:46 Hans de Graaff
2018-10-17 5:13 Hans de Graaff
2018-10-17 5:13 Hans de Graaff
2018-08-05 7:06 Hans de Graaff
2018-04-25 4:45 Hans de Graaff
2018-04-25 4:45 Hans de Graaff
2018-03-26 5:47 Hans de Graaff
2018-02-01 7:00 Hans de Graaff
2018-02-01 7:00 Hans de Graaff
2017-08-18 6:11 Hans de Graaff
2017-06-20 5:00 Hans de Graaff
2017-03-29 4:57 Hans de Graaff
2016-12-16 6:42 Hans de Graaff
2016-07-24 6:42 Hans de Graaff
2016-04-06 22:50 Manuel Rüger
2016-01-14 17:52 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=1705687022.845035a1ba33d70f15a92926ceb9ed6d8d76a780.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