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: sinatra-1.2.7.ebuild ChangeLog sinatra-1.3.1.ebuild
Date: Wed, 28 Dec 2011 12:32:47
Message-Id: 20111228123235.CEC5D2004C@flycatcher.gentoo.org
1 graaff 11/12/28 12:32:35
2
3 Modified: sinatra-1.2.7.ebuild ChangeLog
4 Added: sinatra-1.3.1.ebuild
5 Log:
6 Version bump. Add ruby19. Drop arches due to new dependency, bug 396291.
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-ruby/sinatra/sinatra-1.2.7.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/sinatra-1.2.7.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/sinatra-1.2.7.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/sinatra-1.2.7.ebuild?r1=1.1&r2=1.2
16
17 Index: sinatra-1.2.7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.2.7.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- sinatra-1.2.7.ebuild 3 Oct 2011 05:39:48 -0000 1.1
24 +++ sinatra-1.2.7.ebuild 28 Dec 2011 12:32:35 -0000 1.2
25 @@ -1,9 +1,9 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.2.7.ebuild,v 1.1 2011/10/03 05:39:48 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.2.7.ebuild,v 1.2 2011/12/28 12:32:35 graaff Exp $
30
31 EAPI=2
32 -USE_RUBY="ruby18 ree18"
33 +USE_RUBY="ruby18 ruby19 ree18"
34
35 # no documentation is generable, it needs hanna, which is broken
36 RUBY_FAKEGEM_TASK_DOC=""
37
38
39
40 1.26 dev-ruby/sinatra/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.26&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.26&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?r1=1.25&r2=1.26
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v
49 retrieving revision 1.25
50 retrieving revision 1.26
51 diff -u -r1.25 -r1.26
52 --- ChangeLog 3 Oct 2011 05:39:48 -0000 1.25
53 +++ ChangeLog 28 Dec 2011 12:32:35 -0000 1.26
54 @@ -1,6 +1,13 @@
55 # ChangeLog for dev-ruby/sinatra
56 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.25 2011/10/03 05:39:48 graaff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.26 2011/12/28 12:32:35 graaff Exp $
59 +
60 +*sinatra-1.3.1 (28 Dec 2011)
61 +
62 + 28 Dec 2011; Hans de Graaff <graaff@g.o> sinatra-1.2.7.ebuild,
63 + +sinatra-1.3.1.ebuild, +files/sinatra-1.3.1-rdoc-require.patch,
64 + +files/sinatra-1.3.1-rdoc-tests.patch:
65 + Version bump. Add ruby19.
66
67 *sinatra-1.2.7 (03 Oct 2011)
68
69
70
71
72 1.1 dev-ruby/sinatra/sinatra-1.3.1.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/sinatra-1.3.1.ebuild?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/sinatra-1.3.1.ebuild?rev=1.1&content-type=text/plain
76
77 Index: sinatra-1.3.1.ebuild
78 ===================================================================
79 # Copyright 1999-2011 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.3.1.ebuild,v 1.1 2011/12/28 12:32:35 graaff Exp $
82
83 EAPI=2
84 USE_RUBY="ruby18 ruby19 ree18"
85
86 # no documentation is generable, it needs hanna, which is broken
87 RUBY_FAKEGEM_TASK_DOC=""
88
89 RUBY_FAKEGEM_EXTRADOC="README.rdoc AUTHORS CHANGES"
90
91 inherit ruby-fakegem
92
93 DESCRIPTION="Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort."
94 HOMEPAGE="http://www.sinatrarb.com/"
95
96 LICENSE="MIT"
97 SLOT="0"
98 KEYWORDS="~amd64"
99 IUSE=""
100
101 RUBY_PATCHES=( ${P}-rdoc-require.patch ${P}-rdoc-tests.patch )
102
103 ruby_add_rdepend "=dev-ruby/rack-1* >=dev-ruby/rack-1.3.4
104 >=dev-ruby/rack-protection-1.1.2:1
105 =dev-ruby/tilt-1* >=dev-ruby/tilt-1.3.3"
106 ruby_add_bdepend "test? ( >=dev-ruby/rack-test-0.5.6 >=dev-ruby/haml-3.0 dev-ruby/erubis dev-ruby/builder )"