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/railties: metadata.xml ChangeLog railties-3.0.3.ebuild
Date: Sun, 05 Dec 2010 08:39:36
Message-Id: 20101205083927.2DA7B20054@flycatcher.gentoo.org
1 graaff 10/12/05 08:39:27
2
3 Added: metadata.xml ChangeLog railties-3.0.3.ebuild
4 Log:
5 Initial import for Rails 3. Split off from dev-ruby/rails.
6
7 (Portage version: 2.1.9.24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ruby/railties/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/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/railties/ChangeLog
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for dev-ruby/railties
33 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.1 2010/12/05 08:39:27 graaff Exp $
35
36 *railties-3.0.3 (05 Dec 2010)
37
38 05 Dec 2010; Hans de Graaff <graaff@g.o> +railties-3.0.3.ebuild,
39 +metadata.xml:
40 Initial import for Rails 3. Split off from dev-ruby/rails.
41
42
43
44
45 1.1 dev-ruby/railties/railties-3.0.3.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/railties-3.0.3.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/railties-3.0.3.ebuild?rev=1.1&content-type=text/plain
49
50 Index: railties-3.0.3.ebuild
51 ===================================================================
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.0.3.ebuild,v 1.1 2010/12/05 08:39:27 graaff Exp $
55
56 EAPI=2
57 USE_RUBY="ruby18 ree18"
58
59 RUBY_FAKEGEM_TASK_TEST="test:regular"
60 RUBY_FAKEGEM_TASK_DOC="generate_guides"
61 RUBY_FAKEGEM_DOCDIR="guides/output"
62 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
63
64 inherit ruby-fakegem
65
66 DESCRIPTION="Tools for creating, working with, and running Rails applications."
67 HOMEPAGE="http://github.com/rails/rails"
68 SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
69
70 LICENSE="MIT"
71 SLOT="3.0"
72 KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
73 IUSE=""
74
75 S="${WORKDIR}/rails-rails-*/railties"
76
77 # The test suite has many failures, most likely due to a mismatch in
78 # exact dependencies or environment specifics. Needs further
79 # investigation.
80 RESTRICT="test"
81
82 ruby_add_rdepend "
83 ~dev-ruby/activesupport-${PV}
84 ~dev-ruby/actionpack-${PV}
85 >=dev-ruby/thor-0.14.4"
86
87 ruby_add_bdepend "
88 test? (
89 >=dev-ruby/mocha-0.9.5
90 virtual/ruby-test-unit
91 )"