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: Fri,  6 Mar 2020 07:10:49 +0000 (UTC)	[thread overview]
Message-ID: <1583478637.2be16aa8af1947855f76c1f76f55f50c7ed908f1.graaff@gentoo> (raw)

commit:     2be16aa8af1947855f76c1f76f55f50c7ed908f1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  6 06:58:24 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar  6 07:10:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be16aa8

dev-ruby/recog: add 2.3.7

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/recog/Manifest           |  1 +
 dev-ruby/recog/recog-2.3.7.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/recog/Manifest b/dev-ruby/recog/Manifest
index c9def2fb70e..cb86319da02 100644
--- a/dev-ruby/recog/Manifest
+++ b/dev-ruby/recog/Manifest
@@ -2,3 +2,4 @@ DIST recog-2.3.2.gem 259584 BLAKE2B 035cdcb23fa837798fd256d00eb3cfa11b6ebeefd218
 DIST recog-2.3.4.gem 262656 BLAKE2B ca2ea05844f5fde74859b22a9f710e5a9f0d44d789d49fb2c8502f4f09f5e5a3772d4a4187e5f0c10ec250c84599defc9dc86dd5602a7bdc7586f07ed14df350 SHA512 4ebf2ce4d502eb103eb3d10b7c01f3e43a402b90d8883f76cedb93edea32f31d196c4141c11264739f73ee9afe8590c50a368897a1286ff408d4454e89622be6
 DIST recog-2.3.5.gem 263168 BLAKE2B da850cc08e7ffebd34e040eac15ecc62ab857c61d8a65cf5e9889f94c0173204ef8de5c712c89ddfc67c9d6bb8c01c09c702547de1bbdd7b12d121e4f4fefe7b SHA512 a45bc81c17edc9e431aa945678c77c573e2d1ad2352b4b4862492108cda0620145f6dc04a7d7ff2a6b456db32ed0348af4e61cd2be187f9d3de2b421f1f4e4ce
 DIST recog-2.3.6.gem 266752 BLAKE2B ec11be53a79f83b174c12f44d90c4085e02ae10fb49744ee6c5d655e4be32414fa158f6a11b2d73786c00447f8ebf3f40aecd422f14886a72eb59f1519a65f63 SHA512 b4731092884de9dcf961122bf0cd5b4ed2fe8b9fc7ecdbd144d0813cbad52895ab4b3c0b7069a7f7e7a80bcf236cfd1c8c0d594d2caa65a76cca60e362009b43
+DIST recog-2.3.7.gem 276480 BLAKE2B 227b5ee13245a8c3f47b9aae1a3a15133669bf2d0438f6c693da6496243b915e036ee922f0db3bbfa605b38803c4bd1cae472b8494f74d7dc73b2d476cc164b0 SHA512 184ed1bbd661899d66f51675f2c5e62804b24b75426ad064c1fff8d5e3f2e083cdbd48c5482beedbaebc355f0fcff3e29d1406d7bbc31c55a17fa467adf7c280

diff --git a/dev-ruby/recog/recog-2.3.7.ebuild b/dev-ruby/recog/recog-2.3.7.ebuild
new file mode 100644
index 00000000000..755dd01cad4
--- /dev/null
+++ b/dev-ruby/recog/recog-2.3.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="xml"
+
+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:0
+	dev-ruby/rspec:3
+	dev-util/aruba
+	dev-util/cucumber
+)"
+
+all_ruby_prepare() {
+	sed -i -e '/simplecov/I s:^:#:' -e '1igem "regexp_parser", "~>0.2"' spec/spec_helper.rb || die
+}
+
+each_ruby_test() {
+	RSPEC_VERSION=3 ruby-ng_rspec
+	ruby-ng_cucumber
+}


             reply	other threads:[~2020-03-06  7:11 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-06  7:10 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-27  5:26 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/recog/ Hans de Graaff
2025-08-10  8:40 Hans de Graaff
2025-07-18  5:06 Hans de Graaff
2025-07-17  8:01 Hans de Graaff
2025-06-10  4:56 Hans de Graaff
2025-06-02 10:48 Hans de Graaff
2025-03-26  6:57 Hans de Graaff
2025-03-21 10:50 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-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
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=1583478637.2be16aa8af1947855f76c1f76f55f50c7ed908f1.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