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/arel: ChangeLog arel-2.0.10.ebuild
Date: Mon, 04 Jul 2011 08:58:52
Message-Id: 20110704085838.77CEB2004B@flycatcher.gentoo.org
1 graaff 11/07/04 08:58:38
2
3 Modified: ChangeLog
4 Added: arel-2.0.10.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 dev-ruby/arel/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/arel/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/arel/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/arel/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 30 Jun 2011 17:21:50 -0000 1.6
24 +++ ChangeLog 4 Jul 2011 08:58:38 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/arel
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.6 2011/06/30 17:21:50 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.7 2011/07/04 08:58:38 graaff Exp $
30 +
31 +*arel-2.0.10 (04 Jul 2011)
32 +
33 + 04 Jul 2011; Hans de Graaff <graaff@g.o> +arel-2.0.10.ebuild:
34 + Version bump.
35
36 *arel-2.1.3 (30 Jun 2011)
37
38
39
40
41 1.1 dev-ruby/arel/arel-2.0.10.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/arel/arel-2.0.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/arel/arel-2.0.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: arel-2.0.10.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-2.0.10.ebuild,v 1.1 2011/07/04 08:58:38 graaff Exp $
51
52 EAPI="2"
53 USE_RUBY="ruby18 ree18 jruby"
54
55 RUBY_FAKEGEM_TASK_DOC="docs"
56 RUBY_FAKEGEM_DOCDIR="doc"
57 RUBY_FAKEGEM_EXTRADOC="History.txt README.markdown"
58
59 # Use the ruby specifications since parsing the yaml metadata causes
60 # jruby to crash.
61 RUBY_FAKEGEM_GEMSPEC="arel.gemspec"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="Arel is a Relational Algebra for Ruby."
66 HOMEPAGE="http://github.com/rails/arel"
67 LICENSE="MIT"
68 SLOT="2.0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 ruby_add_bdepend "
73 doc? ( >=dev-ruby/hoe-2.6.2 )
74 test? (
75 >=dev-ruby/hoe-2.6.2
76 virtual/ruby-minitest
77 )"