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/gherkin: metadata.xml ChangeLog gherkin-1.0.24.ebuild
Date: Sat, 08 May 2010 08:08:11
Message-Id: 20100508080802.6012129670@corvid.gentoo.org
1 graaff 10/05/08 08:08:02
2
3 Added: metadata.xml ChangeLog gherkin-1.0.24.ebuild
4 Log:
5 Initial import. New dependency for dev-util/cucumber.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-ruby/gherkin/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gherkin/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gherkin/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>ruby</herd>
20 </pkgmetadata>
21
22
23
24 1.1 dev-ruby/gherkin/ChangeLog
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gherkin/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gherkin/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for dev-ruby/gherkin
32 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.1 2010/05/08 08:08:02 graaff Exp $
34
35 *gherkin-1.0.24 (08 May 2010)
36
37 08 May 2010; Hans de Graaff <graaff@g.o> +gherkin-1.0.24.ebuild,
38 +metadata.xml:
39 Initial import. New dependency for dev-util/cucumber.
40
41
42
43
44 1.1 dev-ruby/gherkin/gherkin-1.0.24.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.24.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.24.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gherkin-1.0.24.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.24.ebuild,v 1.1 2010/05/08 08:08:02 graaff Exp $
54
55 EAPI=2
56 USE_RUBY="ruby18"
57
58 RUBY_FAKEGEM_TASK_DOC="-I lib rdoc"
59 RUBY_FAKEGEM_TASK_TEST="spec features"
60
61 #RUBY_FAKEGEM_DOCDIR="doc"
62 RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
63
64 inherit ruby-fakegem
65
66 DESCRIPTION="Fast Gherkin lexer and parser based on Ragel."
67 HOMEPAGE="http://wiki.github.com/aslakhellesoy/cucumber/gherkin"
68 LICENSE="MIT"
69
70 KEYWORDS="~amd64"
71 SLOT="0"
72 IUSE=""
73
74 DEPEND="${DEPEND} dev-util/ragel"
75
76 # Tests are currently broken: http://github.com/aslakhellesoy/gherkin/issues/issue/59
77 RESTRICT="test"
78 #ruby_add_bdepend test ">=dev-ruby/rspec-1.3.0 >=dev-ruby/cucumber-7.0.0"
79
80 ruby_add_rdepend ">=dev-ruby/trollop-1.15"
81
82 each_ruby_compile() {
83 ${RUBY} -I lib -S rake compile
84 }