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
Date: Sat, 31 Dec 2011 14:44:24
Message-Id: 20111231144415.AE9842004B@flycatcher.gentoo.org
1 graaff 11/12/31 14:44:15
2
3 Modified: sinatra-1.2.7.ebuild ChangeLog
4 Log:
5 Keep ruby19 only on latest release since that has the appropriate keywords.
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-ruby/sinatra/sinatra-1.2.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/sinatra-1.2.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/sinatra-1.2.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/sinatra-1.2.7.ebuild?r1=1.2&r2=1.3
15
16 Index: sinatra-1.2.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.2.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- sinatra-1.2.7.ebuild 28 Dec 2011 12:32:35 -0000 1.2
23 +++ sinatra-1.2.7.ebuild 31 Dec 2011 14:44:15 -0000 1.3
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.2.7.ebuild,v 1.2 2011/12/28 12:32:35 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.2.7.ebuild,v 1.3 2011/12/31 14:44:15 graaff Exp $
29
30 EAPI=2
31 -USE_RUBY="ruby18 ruby19 ree18"
32 +USE_RUBY="ruby18 ree18"
33
34 # no documentation is generable, it needs hanna, which is broken
35 RUBY_FAKEGEM_TASK_DOC=""
36
37
38
39 1.27 dev-ruby/sinatra/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.27&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.27&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?r1=1.26&r2=1.27
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v
48 retrieving revision 1.26
49 retrieving revision 1.27
50 diff -u -r1.26 -r1.27
51 --- ChangeLog 28 Dec 2011 12:32:35 -0000 1.26
52 +++ ChangeLog 31 Dec 2011 14:44:15 -0000 1.27
53 @@ -1,6 +1,9 @@
54 # ChangeLog for dev-ruby/sinatra
55 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.26 2011/12/28 12:32:35 graaff Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.27 2011/12/31 14:44:15 graaff Exp $
58 +
59 + 31 Dec 2011; Hans de Graaff <graaff@g.o> sinatra-1.2.7.ebuild:
60 + Keep ruby19 only on latest release since that has the appropriate keywords.
61
62 *sinatra-1.3.1 (28 Dec 2011)