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/simplecov/
Date: Tue, 31 Jan 2017 07:05:12 +0000 (UTC)	[thread overview]
Message-ID: <1485846229.614103b9fe0830ca28fc2bd2a1b55c7edd968451.graaff@gentoo> (raw)

commit:     614103b9fe0830ca28fc2bd2a1b55c7edd968451
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 06:40:30 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 07:03:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614103b9

dev-ruby/simplecov: add 0.13.0

Package-Manager: portage-2.3.3

 dev-ruby/simplecov/Manifest                |  1 +
 dev-ruby/simplecov/simplecov-0.13.0.ebuild | 42 ++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/simplecov/Manifest b/dev-ruby/simplecov/Manifest
index 3ca9b11..4b288f5 100644
--- a/dev-ruby/simplecov/Manifest
+++ b/dev-ruby/simplecov/Manifest
@@ -1,2 +1,3 @@
 DIST simplecov-0.11.2.gem 54784 SHA256 82e330864f84955d6c443e7d233474e91731b2850ba35b21997a8aad798712dc SHA512 c93ea47a6e3c9b62fd83adf1e480da66fc82ce50106b1749a9d94b7e90ef2aaf34c14c67b1ac12268765695da62895b12f060051a05c26dac41ed7df7575e3f3 WHIRLPOOL 34b891f608fcf3c2d021a96952be0f19c45b643ee8b5d58dfb102f8211a1fbd07e6a8a54a296a8ef0ae39f22bfcf797aad9ea979e1a9d0654335c272cec33be2
 DIST simplecov-0.12.0.gem 54784 SHA256 7de16175818d86c71b75deb81f141eaf1ce231244a90135815f50b6c5df6d039 SHA512 759a7aae2552deb5f1e213c7547f688a34d56e7baa9ce914b25ae8e43515b09e90d15ce9de5b651bc70a439beed4041f0c8c7c3dc0113dedfb7bcb80dacf9edd WHIRLPOOL 08a3186c543ffbb274ee96690f4bfd5f18f4c2b4bd4ee4eca71369ab027c557adbea7c5124ce72b7ceedee851149595a7e0b4549deff55df91ac14049046a5cd
+DIST simplecov-0.13.0.gem 55808 SHA256 c78227427eb6b40499d657f2996ec6841f5135468693e55e3d2c976c706f86e4 SHA512 9cc7f88e1a8b793d69e4fc92610805202d68f1c883cdddc7ae9426d250ebd68d72b61879801897748e26750db04f51d3dd0332fe807dab6ec0b2c982b8693d69 WHIRLPOOL c7a6a3168ce0c5712462b2800c888fd8ff62ba6fc8ae89cd9c0bdab397364be00706de7495767c363a7b660d11e03cef8146377f7291297a7df111cb712b416a

diff --git a/dev-ruby/simplecov/simplecov-0.13.0.ebuild b/dev-ruby/simplecov/simplecov-0.13.0.ebuild
new file mode 100644
index 00000000..971b1bb
--- /dev/null
+++ b/dev-ruby/simplecov/simplecov-0.13.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Code coverage with a configuration library and merging across test suites"
+HOMEPAGE="https://www.ruby-toolbox.com/projects/simplecov https://github.com/colszowka/simplecov"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0.8"
+IUSE="doc"
+
+ruby_add_rdepend ">=dev-ruby/json-1.8:0 <dev-ruby/json-3:0
+	dev-ruby/simplecov-html:0.10
+	>=dev-ruby/docile-1.1.0"
+
+ruby_add_bdepend "test? (
+	dev-ruby/rspec:3
+	dev-ruby/test-unit:2
+)"
+
+# There are also cucumber tests that require poltergeist and unpackaged phantomjs gem.
+
+all_ruby_prepare() {
+	sed -i -e '/[Bb]undler/ s:^:#:' spec/helper.rb features/support/env.rb || die
+}
+
+each_ruby_test() {
+	RSPEC_VERSION=3 ruby-ng_rspec spec/*spec.rb || die
+
+	#${RUBY} -S cucumber features || die
+}


             reply	other threads:[~2017-01-31  7:05 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-31  7:05 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-07 12:09 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simplecov/ Sam James
2024-08-07 12:09 Sam James
2024-08-07 12:09 Sam James
2024-08-07 12:09 Sam James
2024-08-07 12:09 Sam James
2024-06-25  3:52 Sam James
2024-06-25  3:51 Sam James
2024-02-14  6:49 Hans de Graaff
2023-09-10 14:27 Sam James
2023-09-10  4:42 Robin H. Johnson
2023-06-24  5:53 Hans de Graaff
2023-03-31  1:03 Sam James
2023-03-30  7:18 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-07-25 10:10 Hans de Graaff
2022-07-05  5:15 Hans de Graaff
2022-04-22  6:55 Hans de Graaff
2022-03-22 18:43 Jakov Smolić
2021-10-09 15:24 Naohiro Aota
2020-10-28  5:33 Hans de Graaff
2020-09-08  5:48 Hans de Graaff
2020-08-17  4:41 Hans de Graaff
2020-07-25 17:10 Hans de Graaff
2020-03-01  8:22 Hans de Graaff
2019-09-17  4:56 Hans de Graaff
2019-07-03  4:50 Hans de Graaff
2019-02-11  5:18 Hans de Graaff
2019-01-20 10:17 Hans de Graaff
2018-12-15  7:42 Hans de Graaff
2018-05-27  6:42 Hans de Graaff
2018-05-02  4:54 Hans de Graaff
2018-01-22 20:48 Hans de Graaff
2018-01-22  6:54 Hans de Graaff
2018-01-22  6:54 Hans de Graaff
2017-08-15  5:02 Hans de Graaff
2017-03-21  6:22 Hans de Graaff
2017-03-16  5:55 Hans de Graaff
2016-07-04  4:48 Hans de Graaff
2016-03-21 22:11 Manuel Rüger
2016-02-24 21:37 Manuel Rüger
2016-02-09  6:04 Hans de Graaff
2016-02-09  6:04 Hans de Graaff
2015-12-09  6:00 Hans de Graaff
2015-10-27  5:47 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=1485846229.614103b9fe0830ca28fc2bd2a1b55c7edd968451.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