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/jquery-rails: metadata.xml ChangeLog jquery-rails-1.0.9.ebuild
Date: Sun, 29 May 2011 09:59:33
Message-Id: 20110529095924.52C152004E@flycatcher.gentoo.org
1 graaff 11/05/29 09:59:24
2
3 Added: metadata.xml ChangeLog jquery-rails-1.0.9.ebuild
4 Log:
5 Initial import. Forthcoming dependency for rails 3.1 and support for jquery in rails 3.0.
6
7 (Portage version: 2.1.9.42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ruby/jquery-rails/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/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/jquery-rails/ChangeLog
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for dev-ruby/jquery-rails
33 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/ChangeLog,v 1.1 2011/05/29 09:59:24 graaff Exp $
35
36 *jquery-rails-1.0.9 (29 May 2011)
37
38 29 May 2011; Hans de Graaff <graaff@g.o> +jquery-rails-1.0.9.ebuild,
39 +metadata.xml:
40 Initial import. Forthcoming dependency for rails 3.1 and support for jquery
41 in rails 3.0.
42
43
44
45
46 1.1 dev-ruby/jquery-rails/jquery-rails-1.0.9.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-1.0.9.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-1.0.9.ebuild?rev=1.1&content-type=text/plain
50
51 Index: jquery-rails-1.0.9.ebuild
52 ===================================================================
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-1.0.9.ebuild,v 1.1 2011/05/29 09:59:24 graaff Exp $
56
57 EAPI=2
58 USE_RUBY="ruby18 ree18"
59
60 RUBY_FAKEGEM_TASK_DOC=""
61 RUBY_FAKEGEM_TASK_TEST=""
62
63 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
64
65 RUBY_FAKEGEM_EXTRAINSTALL="vendor"
66
67 inherit ruby-fakegem
68
69 DESCRIPTION="jQuery! For Rails! So great."
70 HOMEPAGE="http://www.rubyonrails.org"
71
72 LICENSE="MIT"
73 SLOT="0"
74 KEYWORDS="~amd64"
75
76 IUSE=""
77
78 ruby_add_rdepend "dev-ruby/railties:3.0 >=dev-ruby/thor-0.14"