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/activemodel: activemodel-3.0.3.ebuild metadata.xml ChangeLog
Date: Fri, 03 Dec 2010 16:10:55
Message-Id: 20101203161041.F10B020054@flycatcher.gentoo.org
1 graaff 10/12/03 16:10:41
2
3 Added: activemodel-3.0.3.ebuild metadata.xml ChangeLog
4 Log:
5 Initial import for Rails 3.0.3.
6
7 (Portage version: 2.1.9.24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ruby/activemodel/activemodel-3.0.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/activemodel-3.0.3.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/activemodel-3.0.3.ebuild?rev=1.1&content-type=text/plain
14
15 Index: activemodel-3.0.3.ebuild
16 ===================================================================
17 # Copyright 1999-2010 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.0.3.ebuild,v 1.1 2010/12/03 16:10:41 graaff Exp $
20
21 EAPI=2
22 USE_RUBY="ruby18 ree18"
23
24 RUBY_FAKEGEM_TASK_DOC=""
25 RUBY_FAKEGEM_DOCDIR=""
26 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
27
28 inherit ruby-fakegem
29
30 DESCRIPTION="A toolkit for building modeling frameworks like Active Record and Active Resource."
31 HOMEPAGE="http://github.com/rails/rails"
32 SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
33
34 LICENSE="MIT"
35 SLOT="2.3"
36 KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
37 IUSE="mysql postgres sqlite3" #sqlite
38
39 S="${WORKDIR}/rails-rails-*/activemodel"
40
41 ruby_add_rdepend "
42 ~dev-ruby/activesupport-${PV}
43 >=dev-ruby/builder-2.1.2
44 >=dev-ruby/i18n-0.4.1:0.4"
45
46 ruby_add_bdepend "
47 test? (
48 dev-ruby/ruby-debug
49 >=dev-ruby/mocha-0.9.5
50 virtual/ruby-test-unit
51 )"
52
53 all_ruby_prepare() {
54 # Set test environment to our hand.
55 rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
56 sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove load paths"
57 }
58
59
60
61 1.1 dev-ruby/activemodel/metadata.xml
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/metadata.xml?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/metadata.xml?rev=1.1&content-type=text/plain
65
66 Index: metadata.xml
67 ===================================================================
68 <?xml version="1.0" encoding="UTF-8"?>
69 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 <pkgmetadata>
71 <herd>ruby</herd>
72 </pkgmetadata>
73
74
75
76 1.1 dev-ruby/activemodel/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/ChangeLog?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/ChangeLog?rev=1.1&content-type=text/plain
80
81 Index: ChangeLog
82 ===================================================================
83 # ChangeLog for dev-ruby/activemodel
84 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
85 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.1 2010/12/03 16:10:41 graaff Exp $
86
87 *activemodel-3.0.3 (03 Dec 2010)
88
89 03 Dec 2010; Hans de Graaff <graaff@g.o> +activemodel-3.0.3.ebuild,
90 +metadata.xml:
91 Initial import for Rails 3.0.3.