commit:     deb21d7d00d84d9622d4caabaf3d853a8f3904f9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 24 07:28:52 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 07:29:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb21d7d

dev-ruby/flexmock: EAPI 8

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

 dev-ruby/flexmock/flexmock-2.3.6-r1.ebuild | 42 ++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/dev-ruby/flexmock/flexmock-2.3.6-r1.ebuild 
b/dev-ruby/flexmock/flexmock-2.3.6-r1.ebuild
new file mode 100644
index 000000000000..d04994270898
--- /dev/null
+++ b/dev-ruby/flexmock/flexmock-2.3.6-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_DOCDIR="html"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*.rdoc doc/releases/*"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_GEMSPEC="flexmock.gemspec"
+
+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="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-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
+
+       sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}

Reply via email to