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/sinatra: ChangeLog sinatra-1.0.ebuild
Date: Sat, 03 Apr 2010 13:42:01
Message-Id: E1Ny3bq-0006je-Sz@stork.gentoo.org
1 graaff 10/04/03 13:41:58
2
3 Modified: ChangeLog
4 Added: sinatra-1.0.ebuild
5 Log:
6 Version bump with many changes and deprecations.
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-ruby/sinatra/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/sinatra/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 4 Jan 2010 23:18:42 -0000 1.4
23 +++ ChangeLog 3 Apr 2010 13:41:58 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/sinatra
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.4 2010/01/04 23:18:42 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.5 2010/04/03 13:41:58 graaff Exp $
29 +
30 +*sinatra-1.0 (03 Apr 2010)
31 +
32 + 03 Apr 2010; Hans de Graaff <graaff@g.o> +sinatra-1.0.ebuild:
33 + Version bump with many changes and deprecations. Dropped x86 keyword
34 + due to new dev-ruby/erubis dependency: bug 312971.
35
36 04 Jan 2010; Markus Meier <maekke@g.o> sinatra-0.9.4-r1.ebuild:
37 add ~x86, bug #297782
38
39
40
41 1.1 dev-ruby/sinatra/sinatra-1.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/sinatra/sinatra-1.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/sinatra/sinatra-1.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sinatra-1.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.0.ebuild,v 1.1 2010/04/03 13:41:58 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18"
54
55 # no documentation is generable, it needs hanna, which is broken
56 RUBY_FAKEGEM_TASK_DOC=""
57
58 RUBY_FAKEGEM_EXTRADOC="README.rdoc AUTHORS CHANGES"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort."
63 HOMEPAGE="http://www.sinatrarb.com/"
64
65 LICENSE="MIT"
66 SLOT="0"
67 KEYWORDS="~amd64"
68 IUSE=""
69
70 ruby_add_rdepend '>=dev-ruby/rack-1.0'
71 ruby_add_bdepend test "dev-ruby/rack-test dev-ruby/haml dev-ruby/erubis"
72
73 each_ruby_prepare() {
74 # Remove tests for optional templating system which is not
75 # available in Gentoo.
76 rm test/less_test.rb || die
77 }