Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/flexmock/
Date: Wed, 27 Apr 2016 11:54:24
Message-Id: 1461758006.047a7f3d13fbeb6aef1e520e1010ebe5cc136b12.graaff@gentoo
1 commit: 047a7f3d13fbeb6aef1e520e1010ebe5cc136b12
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 07:58:50 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 11:53:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047a7f3d
7
8 dev-ruby/flexmock: cleanup
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/flexmock/flexmock-1.3.3.ebuild | 33 ---------------------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/dev-ruby/flexmock/flexmock-1.3.3.ebuild b/dev-ruby/flexmock/flexmock-1.3.3.ebuild
16 deleted file mode 100644
17 index 970198f..0000000
18 --- a/dev-ruby/flexmock/flexmock-1.3.3.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -# ruby22 -> fails specs
27 -USE_RUBY="ruby20"
28 -
29 -RUBY_FAKEGEM_DOCDIR="html"
30 -RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*.rdoc doc/releases/*"
31 -
32 -RUBY_FAKEGEM_RECIPE_TEST="none"
33 -RUBY_FAKEGEM_RECIPE_DOC="none"
34 -
35 -inherit ruby-fakegem
36 -
37 -DESCRIPTION="Simple mock object library for Ruby unit testing"
38 -HOMEPAGE="https://github.com/jimweirich/flexmock"
39 -
40 -LICENSE="flexmock"
41 -SLOT="0"
42 -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"
43 -IUSE=""
44 -
45 -ruby_add_bdepend "
46 - test? (
47 - dev-ruby/rspec:2
48 - )"
49 -
50 -each_ruby_test() {
51 - ruby-ng_rspec test/rspec_integration
52 - ${RUBY} -S testrb -Ilib:. test/*_test.rb || die
53 -}