From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/recog/
Date: Mon, 22 Jul 2024 05:16:45 +0000 (UTC) [thread overview]
Message-ID: <1721624584.74a338e1e89560a6016ae165429088f33dec8cef.graaff@gentoo> (raw)
commit: 74a338e1e89560a6016ae165429088f33dec8cef
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 05:03:04 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 05:03:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a338e1
dev-ruby/recog: add 3.1.9
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/recog/Manifest | 1 +
dev-ruby/recog/recog-3.1.9.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-ruby/recog/Manifest b/dev-ruby/recog/Manifest
index 8bf6d2a3c35e..de912360a8aa 100644
--- a/dev-ruby/recog/Manifest
+++ b/dev-ruby/recog/Manifest
@@ -2,3 +2,4 @@ DIST recog-2.3.23.gem 392704 BLAKE2B 6b7ccfa2921fb7d643531c66970e757a01478b3990b
DIST recog-3.1.4.gem 375808 BLAKE2B 59bfe273242ecad54ac1de6d3aaade86310dabfc252ac087734e867a762b287d31b9dd1669536ab3e59d18d2342b3ab070e2406b41ca9281cbb6e5b2a9270330 SHA512 6fe086b16f9b9ee3579bade83da815973f4043b49b9869db18677b6d8378efa1024b2ecf414172ea62f35160da2d080406fb0f9c2ae001a6748c29f33f505d83
DIST recog-3.1.5.gem 376832 BLAKE2B 99bb76f301eb7216bc586f4bea59d729dca68ccccb58053ae2757277db4ac96aa80ad490915fd31f30acd46f2f2642bb078b1174d716adba76ca1d6b16a0ef43 SHA512 e02904c42ebf1b671df65fcfc38527ab2b09c3e7bfeb1d2c2a29b45715eab1f0475c83ac66667fb38737e79a6158f456fe45ac3a6b881eaa4a5b52efd37b47ab
DIST recog-3.1.8.gem 376832 BLAKE2B b4cc90697e8a0be77207deef5a79e0faa79b459ec4873f6dc00132dece0b12b173ba116c83ede45aeca9a8b8ca63d8c005f5769fe80261cd197a21b13568ca64 SHA512 1e1f5c7207f9a0442e30e1b8f0307836b7789cfcc56343abd3052eb7f58046038964ad13f3eea23faef08304ab048fbdfc2f8bed4f3d73fe44f88a632b6dd5a6
+DIST recog-3.1.9.gem 392704 BLAKE2B fd7fb0267242e9eb1f9e7244494363490b197c7bc283e4a9249a7ffe36ca66c808acbdab38039c265440bd2dedcbfa7a7e309aefcf8c68e6326b83eaaa51ae81 SHA512 8710228b316df2d5232bde9838557ffdd22dfefe0d3f79c27de40fb332f6296b7b298abb590e8b43e11cf928acbade62555ae5e53e61cfb8d14d7403bca35be3
diff --git a/dev-ruby/recog/recog-3.1.9.ebuild b/dev-ruby/recog/recog-3.1.9.ebuild
new file mode 100644
index 000000000000..35ef2a4232d6
--- /dev/null
+++ b/dev-ruby/recog/recog-3.1.9.ebuild
@@ -0,0 +1,30 @@
+# 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_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="recog"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Pattern recognition for hosts, services, and content"
+HOMEPAGE="https://github.com/rapid7/recog"
+
+LICENSE="BSD-2"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+ruby_add_rdepend "dev-ruby/nokogiri"
+
+ruby_add_bdepend "test? (
+ dev-ruby/regexp_parser
+)"
+
+all_ruby_prepare() {
+ sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+}
next reply other threads:[~2024-07-22 5:16 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-22 5:16 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-21 10:50 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/recog/ Hans de Graaff
2025-03-21 10:50 Hans de Graaff
2025-03-08 16:49 Hans de Graaff
2025-02-03 6:43 Hans de Graaff
2025-01-23 5:57 Hans de Graaff
2025-01-23 5:57 Hans de Graaff
2024-10-05 7:00 Hans de Graaff
2024-08-20 5:26 Hans de Graaff
2024-07-22 5:16 Hans de Graaff
2024-07-22 5:16 Hans de Graaff
2024-06-21 11:21 Hans de Graaff
2024-04-13 6:24 Hans de Graaff
2024-04-13 6:24 Hans de Graaff
2024-03-04 18:33 Rick Farina
2023-12-21 6:48 Hans de Graaff
2023-12-20 7:13 Hans de Graaff
2023-08-29 14:50 Hans de Graaff
2023-08-29 14:50 Hans de Graaff
2023-08-27 6:11 Hans de Graaff
2023-07-10 19:08 Hans de Graaff
2023-04-27 11:25 Hans de Graaff
2023-03-19 7:14 Hans de Graaff
2023-03-19 7:14 Hans de Graaff
2022-10-28 7:05 Hans de Graaff
2022-10-28 7:05 Hans de Graaff
2022-08-27 6:18 Hans de Graaff
2022-07-01 12:57 Hans de Graaff
2022-04-23 8:01 Hans de Graaff
2021-06-20 6:03 Hans de Graaff
2021-06-20 6:03 Hans de Graaff
2021-02-19 6:47 Hans de Graaff
2021-01-03 8:05 Hans de Graaff
2021-01-03 8:05 Hans de Graaff
2020-10-23 5:09 Hans de Graaff
2020-09-11 4:06 Hans de Graaff
2020-08-22 7:56 Hans de Graaff
2020-07-12 6:35 Hans de Graaff
2020-03-06 7:10 Hans de Graaff
2019-11-17 7:36 Hans de Graaff
2019-11-16 6:42 Hans de Graaff
2019-10-27 5:23 Hans de Graaff
2019-10-24 5:41 Hans de Graaff
2019-10-13 6:38 Hans de Graaff
2019-05-23 5:39 Hans de Graaff
2019-04-13 6:34 Hans de Graaff
2019-04-13 6:34 Hans de Graaff
2018-11-21 18:21 Rick Farina
2018-02-24 8:49 Hans de Graaff
2018-02-08 19:01 Hans de Graaff
2017-08-19 7:11 Hans de Graaff
2017-05-09 3:09 Richard Farina
2017-04-21 5:07 Hans de Graaff
2016-04-17 10:38 Manuel Rüger
2015-12-24 15:50 Manuel Rüger
2015-10-08 20:38 Richard Farina
2015-10-08 19:27 Richard Farina
2015-10-01 6:07 Hans de Graaff
2015-09-22 5:18 Hans de Graaff
2015-09-07 21:56 Richard Farina
2015-09-05 6:10 Hans de Graaff
2015-09-05 6:06 Hans de Graaff
2015-09-05 6:06 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=1721624584.74a338e1e89560a6016ae165429088f33dec8cef.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