From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/flexmock/
Date: Wed, 12 Oct 2016 04:53:21 +0000 (UTC) [thread overview]
Message-ID: <1476247349.4264c39b22d8648ea1bf3d8e1a7e273e89ab4ead.graaff@gentoo> (raw)
commit: 4264c39b22d8648ea1bf3d8e1a7e273e89ab4ead
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 04:42:29 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 04:42:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4264c39b
dev-ruby/flexmock: add 2.3.0
Package-Manager: portage-2.3.0
dev-ruby/flexmock/Manifest | 1 +
dev-ruby/flexmock/flexmock-2.3.0.ebuild | 39 +++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-ruby/flexmock/Manifest b/dev-ruby/flexmock/Manifest
index 66b5287..5ac7d19 100644
--- a/dev-ruby/flexmock/Manifest
+++ b/dev-ruby/flexmock/Manifest
@@ -2,3 +2,4 @@ DIST flexmock-1.3.3.gem 81920 SHA256 1d9cc7dd01b43a25447d85477b8ab096481be0a6536
DIST flexmock-2.0.5.tar.gz 84688 SHA256 7879f690ad3c2de924844eff0826fa7b05de4db0cc7a21a5c94f157fbfb81a77 SHA512 3f377617d745740b91e4e6ca90379a03d689a643a678240d9f4d3eae374fbd88b2396cfb3420634859bf3456a3d1d95cc7d50fef3d2c1d83e836e57e3b3edef4 WHIRLPOOL c1f2e93f94dd8e01b782e93df607e6e7f3eafa86951884b2871b0068fc816f73f054e2fe2b54ba1df6d464d33d0961904dd8217e77d655fb9d0247256ccd6343
DIST flexmock-2.1.0.tar.gz 85464 SHA256 6bc160c9be385d0b6b375da665f33c75015423cd31cea64c1c3f2f81ccf8b658 SHA512 547ff0d711d7a5a33a3057ac57e054843a97fc183b3819f7c2a16efc3cd38731bdd8ddf5d800fff780ff6e6209dcd319dc3d556323524627ce28e5e2842fe304 WHIRLPOOL e6dd191021de331c50c76ae461c62b86a151f326910e05d67b51bc608d5a7f97b63234e3fdfcde0b5c898e1f0241dde84ad501bf21dd7770b10a80e70f17b0d3
DIST flexmock-2.2.1.tar.gz 86088 SHA256 0c43782b06cd445c4262f9fc4f62c80dad2a2e4cdb8c82e620f37c706f072729 SHA512 303ec49a257a65eac2fffdba8cb2cebaafa7523225b5c8facf4d55f30372d43e22a8895d103859a2d90a1894987ef863001a982c756365822d0499e95be3c969 WHIRLPOOL 6d1d5b2dd0a7aea087f33c679fbae7196b9b013bd1572a661cc11e9fb0455b3251f24c78f36b7ad85fa93024af192badf6f93eb646d89be05f453f4ae4fbebfe
+DIST flexmock-2.3.0.tar.gz 89116 SHA256 71500a921ce4074abb5a6c9a821b8129f48766923af478f6e9696462ce7d4fe4 SHA512 48ab8057eef9911e581fb3dfe5981df0eeb7023f211be90d79b57819ad786cf82fa68a6b14a9546f76f5cf2aeb47c96e04256fc9f91a1a2de3d570c305fc2c48 WHIRLPOOL 2902c536c753358c29543f9165c784d25b8584e608bf630a322b72ed448c266900b28c63e34c8549c54121ecb2b8e75f6944a5f79d6eca335fe8978ad2fb6eea
diff --git a/dev-ruby/flexmock/flexmock-2.3.0.ebuild b/dev-ruby/flexmock/flexmock-2.3.0.ebuild
new file mode 100644
index 00000000..2c0da0d
--- /dev/null
+++ b/dev-ruby/flexmock/flexmock-2.3.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_DOCDIR="html"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*.rdoc doc/releases/*"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple mock object library for Ruby unit testing"
+HOMEPAGE="https://github.com/doudou/flexmock"
+SRC_URI="https://github.com/doudou/flexmock/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="flexmock"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "
+ test? (
+ dev-ruby/minitest:5
+ dev-ruby/rspec:3
+ )"
+
+each_ruby_test() {
+ RSPEC_VERSION=3 ruby-ng_rspec test/rspec_integration
+ ${RUBY} -Ilib:.:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
+}
+
+all_ruby_prepare() {
+ sed -i -e '1igem "minitest", "~>5.0"' test/test_helper.rb || die
+}
next reply other threads:[~2016-10-12 4:53 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-12 4:53 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-11 9:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/flexmock/ Hans de Graaff
2024-11-11 7:58 Hans de Graaff
2024-11-01 6:48 Hans de Graaff
2024-11-01 6:48 Hans de Graaff
2024-08-20 6:33 Sam James
2024-08-20 6:33 Sam James
2024-08-20 5:26 Hans de Graaff
2023-12-31 19:20 Hans de Graaff
2023-08-15 5:45 Hans de Graaff
2023-03-29 13:04 Sam James
2023-03-29 12:13 Sam James
2023-03-29 12:05 Sam James
2022-01-15 6:43 Hans de Graaff
2022-01-15 6:29 Hans de Graaff
2021-11-24 7:29 Hans de Graaff
2020-03-26 7:25 Hans de Graaff
2019-04-29 5:32 Hans de Graaff
2019-04-28 20:34 Thomas Deutschmann
2019-04-13 14:10 Mikle Kolyada
2019-01-22 18:18 Hans de Graaff
2018-03-28 4:48 Hans de Graaff
2017-10-03 5:35 Hans de Graaff
2017-07-30 6:10 Hans de Graaff
2017-05-30 4:51 Hans de Graaff
2017-05-30 4:51 Hans de Graaff
2017-05-16 8:01 Agostino Sarubbo
2017-05-15 14:17 Agostino Sarubbo
2017-05-14 6:20 Hans de Graaff
2017-02-24 7:13 Hans de Graaff
2017-02-05 9:59 Hans de Graaff
2016-11-16 5:58 Hans de Graaff
2016-11-09 6:34 Hans de Graaff
2016-10-28 6:41 Hans de Graaff
2016-10-28 6:41 Hans de Graaff
2016-09-28 8:17 Tobias Klausmann
2016-07-20 5:08 Hans de Graaff
2016-04-27 11:54 Hans de Graaff
2016-04-27 11:54 Hans de Graaff
2016-04-17 10:47 Manuel Rüger
2016-04-02 7:01 Hans de Graaff
2016-04-02 7:01 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=1476247349.4264c39b22d8648ea1bf3d8e1a7e273e89ab4ead.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