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-ui-rails: metadata.xml ChangeLog jquery-ui-rails-3.0.1.ebuild
Date: Fri, 25 Oct 2013 12:46:46
Message-Id: 20131025124638.8713220036@flycatcher.gentoo.org
1 graaff 13/10/25 12:46:38
2
3 Added: metadata.xml ChangeLog jquery-ui-rails-3.0.1.ebuild
4 Log:
5 Initial commit. Split off from jquery-rails so keeping the same keywords. Contains jQuery UI 1.9.2
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.1 dev-ruby/jquery-ui-rails/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-ui-rails/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-ui-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-ui-rails/ChangeLog
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-ui-rails/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-ui-rails/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for dev-ruby/jquery-ui-rails
33 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-ui-rails/ChangeLog,v 1.1 2013/10/25 12:46:38 graaff Exp $
35
36 *jquery-ui-rails-3.0.1 (25 Oct 2013)
37
38 25 Oct 2013; Hans de Graaff <graaff@g.o>
39 +jquery-ui-rails-3.0.1.ebuild, +metadata.xml:
40 Initial commit. Split off from jquery-rails so keeping the same keywords.
41 Contains jQuery UI 1.9.2
42
43
44
45
46 1.1 dev-ruby/jquery-ui-rails/jquery-ui-rails-3.0.1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-ui-rails/jquery-ui-rails-3.0.1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-ui-rails/jquery-ui-rails-3.0.1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: jquery-ui-rails-3.0.1.ebuild
52 ===================================================================
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-ui-rails/jquery-ui-rails-3.0.1.ebuild,v 1.1 2013/10/25 12:46:38 graaff Exp $
56
57 EAPI=5
58 USE_RUBY="ruby18 ruby19"
59
60 RUBY_FAKEGEM_TASK_DOC=""
61 RUBY_FAKEGEM_TASK_TEST=""
62
63 RUBY_FAKEGEM_EXTRADOC="History.md README.md"
64
65 RUBY_FAKEGEM_EXTRAINSTALL="vendor"
66
67 inherit ruby-fakegem
68
69 DESCRIPTION="The jQuery UI assets for the Rails 3.1+ asset pipeline."
70 HOMEPAGE="http://www.rubyonrails.org"
71
72 LICENSE="MIT"
73 SLOT="3"
74 KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
75
76 IUSE=""
77
78 ruby_add_rdepend ">=dev-ruby/railties-3.1 dev-ruby/jquery-rails"