From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/web-console/
Date: Wed, 6 Sep 2023 05:34:06 +0000 (UTC) [thread overview]
Message-ID: <1693978438.5fffa87a81a35b44031b44fa158862e374defac3.graaff@gentoo> (raw)
commit: 5fffa87a81a35b44031b44fa158862e374defac3
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 6 05:18:39 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Sep 6 05:33:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fffa87a
dev-ruby/web-console: add 4.2.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/web-console/Manifest | 1 +
dev-ruby/web-console/web-console-4.2.1.ebuild | 47 +++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-ruby/web-console/Manifest b/dev-ruby/web-console/Manifest
index 8174fe796db9..e11e6ca37822 100644
--- a/dev-ruby/web-console/Manifest
+++ b/dev-ruby/web-console/Manifest
@@ -1 +1,2 @@
DIST web-console-4.2.0.tar.gz 53991 BLAKE2B 8145e5bf2e13230c7411a49af34129130fb99c8a65afc7b628d77572723cdfcb2afbdc9f3be63a9bad0d3d92013cc291882bbe228058e2b84595566a48b5cdba SHA512 3a9fd5c7a184fd28961a4d8d0e4ad9850d8a4fe39a9c97f13cbd78b34a69be49a78ad94570fcd45e8af6ef523948ead3fb4350a4e49fbbe76855b4115a9afc61
+DIST web-console-4.2.1.tar.gz 54529 BLAKE2B 71cda457da24db4f96205557a37afe46ffa0cf4beea79c8249135c31fa5ce01cf1484213bb935ac4ff6849c4f71d11c7545c1888df27f13c9e9bb417b92ecd23 SHA512 3800f89f430927eb7b77f3f613a223d666ae135958d38fc215139a77d74a21f87207c7002f364a916e021486063d2a67aed3a7d12210674add7608b89e9ff2e5
diff --git a/dev-ruby/web-console/web-console-4.2.1.ebuild b/dev-ruby/web-console/web-console-4.2.1.ebuild
new file mode 100644
index 000000000000..088894682e5a
--- /dev/null
+++ b/dev-ruby/web-console/web-console-4.2.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.markdown"
+
+RUBY_FAKEGEM_GEMSPEC="web-console.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A debugging tool for your Ruby on Rails applications"
+HOMEPAGE="https://github.com/rails/web-console"
+SRC_URI="https://github.com/rails/web-console/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+ >=dev-ruby/actionview-6.0:*
+ >=dev-ruby/activemodel-6.0:*
+ >=dev-ruby/bindex-0.4.0
+ >=dev-ruby/railties-6.0:*
+"
+
+ruby_add_bdepend "test? (
+ dev-ruby/bundler
+ >=dev-ruby/rails-6.0
+ dev-ruby/rack
+ dev-ruby/sqlite3
+ dev-ruby/mocha
+ www-servers/puma
+)"
+
+all_ruby_prepare() {
+ # Use an installed rails version rather than live source from github, and
+ # rack is now part of rails.
+ sed -e '/\(rack\|arel\|rails\|simplecov\)/ s/,/#/' \
+ -e '/\(byebug\|simplecov\)/ s:^:#:' \
+ -e '/arel/ s:^:#:' \
+ -i Gemfile || die
+
+ sed -i -e '/simplecov/I s:^:#:' test/test_helper.rb || die
+}
next reply other threads:[~2023-09-06 5:34 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-06 5:34 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-14 7:48 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/web-console/ Hans de Graaff
2024-05-23 6:13 Hans de Graaff
2023-07-08 20:22 Hans de Graaff
2023-04-27 7:42 Hans de Graaff
2022-04-16 7:08 Hans de Graaff
2022-03-26 7:48 Hans de Graaff
2021-11-22 6:37 Hans de Graaff
2021-07-07 19:15 Hans de Graaff
2021-07-03 6:26 Hans de Graaff
2021-07-02 7:23 Hans de Graaff
2020-09-19 5:59 Hans de Graaff
2020-09-19 5:59 Hans de Graaff
2020-06-06 8:04 Hans de Graaff
2020-05-05 8:06 Hans de Graaff
2019-09-04 5:34 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2018-12-18 5:58 Hans de Graaff
2018-09-03 5:07 Hans de Graaff
2018-06-06 4:44 Hans de Graaff
2018-06-06 4:44 Hans de Graaff
2018-05-03 4:42 Hans de Graaff
2018-04-22 4:30 Hans de Graaff
2018-04-13 6:20 Hans de Graaff
2018-03-02 9:57 Hans de Graaff
2018-01-23 6:53 Hans de Graaff
2018-01-23 6:53 Hans de Graaff
2017-06-15 5:58 Hans de Graaff
2017-05-06 7:52 Hans de Graaff
2017-04-23 6:02 Hans de Graaff
2016-11-24 6:12 Hans de Graaff
2016-09-11 6:54 Hans de Graaff
2016-03-13 6:41 Hans de Graaff
2015-10-08 8: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=1693978438.5fffa87a81a35b44031b44fa158862e374defac3.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