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: Sat, 5 Sep 2015 06:06:06 +0000 (UTC) [thread overview]
Message-ID: <1441433116.82a4d5815d9b245fafd1e42e0afa711bb5bfdb15.graaff@gentoo> (raw)
commit: 82a4d5815d9b245fafd1e42e0afa711bb5bfdb15
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 5 06:05:16 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 06:05:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a4d581
dev-ruby/recog: version bump
Fix FEATURES=test and USE=doc.
Fix LICENSE.
Package-Manager: portage-2.2.20.1
dev-ruby/recog/Manifest | 1 +
dev-ruby/recog/recog-2.0.12.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-ruby/recog/Manifest b/dev-ruby/recog/Manifest
index 63227be..497ea59 100644
--- a/dev-ruby/recog/Manifest
+++ b/dev-ruby/recog/Manifest
@@ -1 +1,2 @@
+DIST recog-2.0.12.gem 196608 SHA256 49754e782aff74a1b9f95e48c2baafa5c4ec54d534013616d6dadb2b0d95fdd0 SHA512 d88347313807969ced0106a9134a70aa933d0ad8681067746c0c931a072add2466bf17e2eeb5c090e9be8f45eede66613659b942ca98f58fd0bc15d7ee523058 WHIRLPOOL b035279dbd74e6ddbe12b90a5433c5fe66055f8a71fa3be2c61b13dc364fafbf95deea021d9e6f1d38225d3ffae675abd23892f2b296b463e6348e7b6f98855e
DIST recog-2.0.6.gem 188928 SHA256 333d867db310b908342f857ee4f3f60b869386ff7b908e06f4dec8b9352ceb97 SHA512 408e83889632127d584ce8d09244c63246807aa5f89d88c082bbfd441a2e708cd67f23aebf23fa08c5db6bfd7ff771071daf64df9a66224aa5f04fcaba3d1387 WHIRLPOOL 2aaef470b15e3b8ac99d99bc3f8975447d5aa3d05220540d61f4972083f8cf6a0b04ba89e88aefc0dfd355f59f6f1bd5e9754bf00b6b5a5a953ef21f42fc3509
diff --git a/dev-ruby/recog/recog-2.0.12.ebuild b/dev-ruby/recog/recog-2.0.12.ebuild
new file mode 100644
index 0000000..d84e9c1
--- /dev/null
+++ b/dev-ruby/recog/recog-2.0.12.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Pattern recognition for hosts, services, and content"
+HOMEPAGE="https://github.com/rapid7/${PN}"
+
+LICENSE="BSD-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/nokogiri"
+
+ruby_add_bdepend "test? (
+ dev-ruby/rspec:3
+ dev-util/aruba
+ dev-util/cucumber
+)"
+
+all_ruby_prepare() {
+ sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+}
+
+each_ruby_test() {
+ RSPEC_VERSION=3 ruby-ng_rspec
+ ruby-ng_cucumber
+}
next reply other threads:[~2015-09-05 6:06 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-05 6:06 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-05 6:06 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/recog/ Hans de Graaff
2015-09-05 6:10 Hans de Graaff
2015-09-07 21:56 Richard Farina
2015-09-22 5:18 Hans de Graaff
2015-10-01 6:07 Hans de Graaff
2015-10-08 19:27 Richard Farina
2015-10-08 20:38 Richard Farina
2015-12-24 15:50 Manuel Rüger
2016-04-17 10:38 Manuel Rüger
2017-04-21 5:07 Hans de Graaff
2017-05-09 3:09 Richard Farina
2017-08-19 7:11 Hans de Graaff
2018-02-08 19:01 Hans de Graaff
2018-02-24 8:49 Hans de Graaff
2018-11-21 18:21 Rick Farina
2019-04-13 6:34 Hans de Graaff
2019-04-13 6:34 Hans de Graaff
2019-05-23 5:39 Hans de Graaff
2019-10-13 6:38 Hans de Graaff
2019-10-24 5:41 Hans de Graaff
2019-10-27 5:23 Hans de Graaff
2019-11-16 6:42 Hans de Graaff
2019-11-17 7:36 Hans de Graaff
2020-03-06 7:10 Hans de Graaff
2020-07-12 6:35 Hans de Graaff
2020-08-22 7:56 Hans de Graaff
2020-09-11 4:06 Hans de Graaff
2020-10-23 5:09 Hans de Graaff
2021-01-03 8:05 Hans de Graaff
2021-01-03 8:05 Hans de Graaff
2021-02-19 6:47 Hans de Graaff
2021-06-20 6:03 Hans de Graaff
2021-06-20 6:03 Hans de Graaff
2022-04-23 8:01 Hans de Graaff
2022-07-01 12:57 Hans de Graaff
2022-08-27 6:18 Hans de Graaff
2022-10-28 7:05 Hans de Graaff
2022-10-28 7:05 Hans de Graaff
2023-03-19 7:14 Hans de Graaff
2023-03-19 7:14 Hans de Graaff
2023-04-27 11:25 Hans de Graaff
2023-07-10 19:08 Hans de Graaff
2023-08-27 6:11 Hans de Graaff
2023-08-29 14:50 Hans de Graaff
2023-08-29 14:50 Hans de Graaff
2023-12-20 7:13 Hans de Graaff
2023-12-21 6:48 Hans de Graaff
2024-03-04 18:33 Rick Farina
2024-04-13 6:24 Hans de Graaff
2024-04-13 6:24 Hans de Graaff
2024-06-21 11:21 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-08-20 5:26 Hans de Graaff
2024-10-05 7:00 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=1441433116.82a4d5815d9b245fafd1e42e0afa711bb5bfdb15.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