Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/test_construct/
Date: Sat, 29 Oct 2016 15:03:26
Message-Id: 1477753389.3bfeb0135a1de8330689fb7c691580338873d91d.mrueg@gentoo
1 commit: 3bfeb0135a1de8330689fb7c691580338873d91d
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 15:03:09 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 15:03:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfeb013
7
8 dev-ruby/test_construct: Add ruby23, remove ~ppc, ~x86
9
10 Package-Manager: portage-2.3.2
11
12 .../test_construct/test_construct-2.0.1-r1.ebuild | 29 ++++++++++++++++++++++
13 1 file changed, 29 insertions(+)
14
15 diff --git a/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild b/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
16 new file mode 100644
17 index 00000000..fcddd25
18 --- /dev/null
19 +++ b/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
20 @@ -0,0 +1,29 @@
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 +USE_RUBY="ruby20 ruby21 ruby22 ruby23"
27 +
28 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
29 +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
30 +
31 +inherit ruby-fakegem
32 +
33 +DESCRIPTION="Creates temporary files and directories for testing"
34 +HOMEPAGE="https://github.com/bhb/test_construct"
35 +
36 +LICENSE="MIT"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~ppc64"
39 +IUSE=""
40 +
41 +ruby_add_bdepend "test? (
42 + >=dev-ruby/minitest-5.0.8
43 + >=dev-ruby/mocha-0.14.0
44 + dev-ruby/rspec:3
45 +)"
46 +
47 +all_ruby_prepare() {
48 + sed -i -e '/bundler/ s:^:#:' Rakefile || die
49 +}