diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-04-27 09:58:50 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-04-27 13:53:26 +0200 |
commit | 047a7f3d13fbeb6aef1e520e1010ebe5cc136b12 (patch) | |
tree | 151fc0bc4fe84d1893697f3600ecbacc25938d52 /dev-ruby/flexmock | |
parent | dev-lang/ruby: add 2.3.1 (diff) | |
download | gentoo-047a7f3d13fbeb6aef1e520e1010ebe5cc136b12.tar.gz gentoo-047a7f3d13fbeb6aef1e520e1010ebe5cc136b12.tar.bz2 gentoo-047a7f3d13fbeb6aef1e520e1010ebe5cc136b12.zip |
dev-ruby/flexmock: cleanup
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/flexmock')
-rw-r--r-- | dev-ruby/flexmock/flexmock-1.3.3.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-ruby/flexmock/flexmock-1.3.3.ebuild b/dev-ruby/flexmock/flexmock-1.3.3.ebuild deleted file mode 100644 index 970198fd7764..000000000000 --- a/dev-ruby/flexmock/flexmock-1.3.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -# ruby22 -> fails specs -USE_RUBY="ruby20" - -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/jimweirich/flexmock" - -LICENSE="flexmock" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~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/rspec:2 - )" - -each_ruby_test() { - ruby-ng_rspec test/rspec_integration - ${RUBY} -S testrb -Ilib:. test/*_test.rb || die -} |