public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bundler-audit/
Date: Fri, 23 Aug 2024 06:27:39 +0000 (UTC)	[thread overview]
Message-ID: <1724394448.9e76f8b9bb852624fb94b5e2f5addff5e7083cbc.graaff@gentoo> (raw)

commit:     9e76f8b9bb852624fb94b5e2f5addff5e7083cbc
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 06:27:01 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 06:27:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e76f8b9

dev-ruby/bundler-audit: add 0.9.2

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/bundler-audit/Manifest                   |  1 +
 dev-ruby/bundler-audit/bundler-audit-0.9.2.ebuild | 38 +++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/bundler-audit/Manifest b/dev-ruby/bundler-audit/Manifest
index 4345b954f07c..45fa9787efec 100644
--- a/dev-ruby/bundler-audit/Manifest
+++ b/dev-ruby/bundler-audit/Manifest
@@ -1 +1,2 @@
 DIST bundler-audit-0.9.1.gem 49152 BLAKE2B a4942a84e8b39b6087960a2c611d5473e41076587a020aadae982c9096f91b0681f312bdbc00d73db1ba034d65e05c970532246deebd4119911ed6abfc6655d6 SHA512 86060dd95669e358d7267799b48a179469fa8aec6d97ce3d3316c974be7aa4652958ad72e5302770e3dd372026bc1054438877f1741a82a63ac6fb0fc14628f0
+DIST bundler-audit-0.9.2.gem 49664 BLAKE2B f03ded734e1a71db8536a267f61a7ca37ad68b87b4970a0fab9c0ef811c0e6a872aac6861818184f3a3eb6170c4ef583a823fae919575a72bc79af3e7b26163a SHA512 d4b1b82ca5557b159904e2c41b21cb3d9f3e65688986277dd446e27b61201ad0bb50d53f036e3b4d9438fb04e0d005befab108bd8f63b48cd59473bac03e511a

diff --git a/dev-ruby/bundler-audit/bundler-audit-0.9.2.ebuild b/dev-ruby/bundler-audit/bundler-audit-0.9.2.ebuild
new file mode 100644
index 000000000000..cdce4cce4ea2
--- /dev/null
+++ b/dev-ruby/bundler-audit/bundler-audit-0.9.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides patch-level verification for Bundled apps"
+HOMEPAGE="https://github.com/rubysec/bundler-audit"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="test"
+
+#tests are trying to download files
+RESTRICT=test
+
+ruby_add_rdepend "
+	dev-ruby/thor:1
+	dev-ruby/bundler:2
+"
+
+all_ruby_prepare() {
+	sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+
+	# Avoid specs that require network access via 'bundle install'
+	rm spec/{integration,scanner}_spec.rb || die
+
+	# Avoid specs that only work when the source is a git repository
+	sed -i -e '/describe "path"/,/^  end/ s:^:#:' \
+		-e '/describe "update!"/,/^  end/ s:^:#:' \
+		spec/database_spec.rb || die
+}


             reply	other threads:[~2024-08-23  6:27 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-23  6:27 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-05 12:15 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bundler-audit/ Hans de Graaff
2023-04-08  9:41 Hans de Graaff
2023-04-08  9:41 Hans de Graaff
2022-12-07 17:57 Hans de Graaff
2022-08-11  4:17 Hans de Graaff
2021-11-27  6:32 Hans de Graaff
2021-10-03  7:38 Hans de Graaff
2021-03-11  7:13 Hans de Graaff
2021-01-16  7:32 Hans de Graaff
2020-08-23  5:42 Hans de Graaff
2020-06-14  6:28 Hans de Graaff
2020-06-13  4:27 Hans de Graaff
2019-11-16  9:57 Hans de Graaff
2019-01-18  8:23 Hans de Graaff
2018-05-05  9:36 Hans de Graaff
2018-02-02 16:44 Hans de Graaff
2017-07-19  6:55 Hans de Graaff
2017-07-09  6:40 Hans de Graaff
2016-03-23 20:40 Richard Farina
2016-03-23 20:40 Richard Farina
2016-03-08 21:15 Manuel Rüger
2016-01-10  7:28 Hans de Graaff
2016-01-10  7:28 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=1724394448.9e76f8b9bb852624fb94b5e2f5addff5e7083cbc.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