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: Wed, 9 Dec 2015 06:00:51 +0000 (UTC) [thread overview]
Message-ID: <1449640845.fdad7fb37b1198b0df45f0576446c6c69c5e084a.graaff@gentoo> (raw)
commit: fdad7fb37b1198b0df45f0576446c6c69c5e084a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 8 06:49:52 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 9 06:00:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdad7fb3
dev-ruby/simplecov: add 0.11.1
Package-Manager: portage-2.2.20.1
dev-ruby/simplecov/Manifest | 1 +
dev-ruby/simplecov/simplecov-0.11.1.ebuild | 43 ++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-ruby/simplecov/Manifest b/dev-ruby/simplecov/Manifest
index 9d229d0..55b8eb6 100644
--- a/dev-ruby/simplecov/Manifest
+++ b/dev-ruby/simplecov/Manifest
@@ -1,3 +1,4 @@
+DIST simplecov-0.11.1.gem 54272 SHA256 90b822809b69f25a39a44719e6b6d163570be58ff2739b91e92126f0a3f52fb7 SHA512 b7132a7ba76aa35d6961925d68dda240fc3efab8f0c0ad87403a49bf5f7324bef7b3a368fd9047c6b5561a532f12f9b42f743f56385af53ae64871407be29f33 WHIRLPOOL 65226e18886c04bcd61eaf6a0f853c30b8d633e7b7f025495b0d6e9d96c1a3d6e5e319a7fdc8d497f456e9e406e602e5a68bae31125fd71cd09ea1339f98440f
DIST simplecov-0.8.2.gem 48128 SHA256 6ef2e7c8d14c931f09ea2542d0bea6281ca766aa229bc68bc7a7d40df9647cf9 SHA512 01ed1bfa587b1c3cc6d62bbde55f0c27dac2f60d43f8b9c8c3737f68c5161e755428dfc2bca44707f84f0ffbf716006c38d63c7a8802e5a0d613c04f0ef591a4 WHIRLPOOL 1c0f9786fb1494db09eb4af20c085b49f9cc5f8fedf025207b080d980a00ee677c31a312a9dcb6dd2eb7f4bf67208ce489b07df01c326a49896ce4c373deb3a8
DIST simplecov-0.9.0.gem 49664 SHA256 4f205752a4f3730fd4c58678bbab4c83f4e2a6ca3bbea4cdf18cd86a70589eb7 SHA512 4c27e512ca7ad6c63716ca180f56fdb1d004f1b98c33ea23e8a1eb1d0fd8a5462fe3deed0e7607858eb03861c935a281f224995c6df3fbb22a7fca5806960988 WHIRLPOOL e2c22d6224c019a695d9418326d51749cba287e9b9341ff2ceb813da3191d7dab5bb33d8e33d6e2bc8aadabac07d65208eb0d8890ab5c521726016f818764722
DIST simplecov-0.9.1.gem 49152 SHA256 ce9ffc797f9e4493bf97bbf5e88073ad7351d8234561b56ea3bd2baa68a71e1a SHA512 f988224f28d6fcb58ef609dcb1e74bec37c6fe05787d1e6b4ac58f23e7c6ca9e10aad417b731dfb414f64d6fc4555f1719aebf1e4434130aa45b3650b2a1d9fa WHIRLPOOL 8bbb35d659d2d0a4e0c0657879f5c45d3a989309c8332906737c3015a6d4f8a6858344c63daa5494d51ddf424b5ec09b36035ba2cab1a6324fa56d096b7ad7ab
diff --git a/dev-ruby/simplecov/simplecov-0.11.1.ebuild b/dev-ruby/simplecov/simplecov-0.11.1.ebuild
new file mode 100644
index 0000000..974bcee
--- /dev/null
+++ b/dev-ruby/simplecov/simplecov-0.11.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+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 automatic merging of coverage 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/multi_json-1.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
+ dev-util/cucumber
+ dev-util/aruba
+ dev-ruby/capybara
+)"
+
+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
+}
next reply other threads:[~2015-12-09 6:00 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-09 6:00 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
2017-01-31 7:05 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-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=1449640845.fdad7fb37b1198b0df45f0576446c6c69c5e084a.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