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/recog/
Date: Sun, 19 Mar 2023 07:14:47 +0000 (UTC)	[thread overview]
Message-ID: <1679210082.3c79626d8aadabfe64a22d19a8f6b813a0c11a70.graaff@gentoo> (raw)

commit:     3c79626d8aadabfe64a22d19a8f6b813a0c11a70
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 06:57:30 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 07:14:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c79626d

dev-ruby/recog: add 3.1.1

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

 dev-ruby/recog/Manifest           |  1 +
 dev-ruby/recog/recog-3.1.1.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/recog/Manifest b/dev-ruby/recog/Manifest
index bee1f2e6c21c..7c9ead7f3cd8 100644
--- a/dev-ruby/recog/Manifest
+++ b/dev-ruby/recog/Manifest
@@ -1,3 +1,4 @@
 DIST recog-2.3.23.gem 392704 BLAKE2B 6b7ccfa2921fb7d643531c66970e757a01478b3990bbb2d05687a5364ed8b57317d16d0b116c2175cf0e667b12ea7a978c947b73d04db16fbd1a9db651ba4abf SHA512 34cb222dbc25f5da0581cb85aa92a3e6fa67b9af9d0b7b99cb3e358b1be5d71a25f582a669a06f4cadd4b6ac464c7f3d2b3856c24d5ecea0d1d6027758905774
 DIST recog-3.0.2.gem 360960 BLAKE2B 725b6e1fa0ff3681783df986782d34053e8257fc65ed93dfb7a57be9205b6a1d5103288c9af78f29b17cb20dca6aeff697056a66a4f8ea39250c4bb35eca1d8d SHA512 9c636ad96cd41595c80d055c3acbe12e55c88a195f502042ca671032906e3b1f528720fe5f780cc3dfa24ca95ba4a54e89db207d30ab0db7f22913af2d706140
 DIST recog-3.0.3.gem 365568 BLAKE2B ae5ef17c53f4be94710930308eff47e0330dcc5c45a31146a9555066e5986e713175ace560d9dcf6b326d4339ea88e45f6b42c29ef98887db5f5e98f5ffea48a SHA512 e7a67e2c32b173bf48517fd015d51d11a518ec8b3537b6ba68b8c3f013cdbc9a67d53c63e725dc456c3ed852da089d5d30ff15185e055a021f6d411b1762236e
+DIST recog-3.1.1.gem 374272 BLAKE2B 119c2f3cfcb81896ee9151a3504b1c3a451e7ef0bf2ecb4c018c2a1cae85c05737a47fe755ddbc7dd67778deefc341b113659095dc0095a2bf720625ad5f497a SHA512 8110972a3942befac8be154ff83bf22d703ea21bbae60875c512d5e1c668df7dbf4acb00e2e6bc3cd2f9e163352ead24f3ffc80201c5cf376971560de233a6b5

diff --git a/dev-ruby/recog/recog-3.1.1.ebuild b/dev-ruby/recog/recog-3.1.1.ebuild
new file mode 100644
index 000000000000..5625684e1ad6
--- /dev/null
+++ b/dev-ruby/recog/recog-3.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+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=""
+
+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
+}


             reply	other threads:[~2023-03-19  7:14 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-19  7:14 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05  7:00 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/recog/ 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-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
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=1679210082.3c79626d8aadabfe64a22d19a8f6b813a0c11a70.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