Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/test_construct: metadata.xml ChangeLog test_construct-2.0.1.ebuild
Date: Sun, 01 Mar 2015 08:10:21
Message-Id: 20150301081015.576AD12CA2@oystercatcher.gentoo.org
1 graaff 15/03/01 08:10:15
2
3 Added: metadata.xml ChangeLog test_construct-2.0.1.ebuild
4 Log:
5 Initial import. Missing dependency for dev-ruby/jeweler.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.1 dev-ruby/test_construct/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test_construct/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test_construct/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>ruby</herd>
21 </pkgmetadata>
22
23
24
25 1.1 dev-ruby/test_construct/ChangeLog
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test_construct/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test_construct/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for dev-ruby/test_construct
33 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/test_construct/ChangeLog,v 1.1 2015/03/01 08:10:15 graaff Exp $
35
36 *test_construct-2.0.1 (01 Mar 2015)
37
38 01 Mar 2015; Hans de Graaff <graaff@g.o> +test_construct-2.0.1.ebuild,
39 +metadata.xml:
40 Initial import. Missing dependency for dev-ruby/jeweler.
41
42
43
44
45 1.1 dev-ruby/test_construct/test_construct-2.0.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test_construct/test_construct-2.0.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test_construct/test_construct-2.0.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: test_construct-2.0.1.ebuild
51 ===================================================================
52 # Copyright 1999-2015 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/test_construct/test_construct-2.0.1.ebuild,v 1.1 2015/03/01 08:10:15 graaff Exp $
55
56 EAPI=5
57 USE_RUBY="ruby19 ruby20 ruby21"
58
59 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
60 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="Creates temporary files and directories for testing"
65 HOMEPAGE="https://github.com/bhb/test_construct"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 ruby_add_bdepend "test? (
73 >=dev-ruby/minitest-5.0.8
74 >=dev-ruby/mocha-0.14.0
75 dev-ruby/rspec:3
76 )"
77
78 all_ruby_prepare () {
79 sed -i -e '/bundler/ s:^:#:' Rakefile || die
80 }