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/rack-mount: ChangeLog rack-mount-0.7.3.ebuild rack-mount-0.6.14.ebuild
Date: Mon, 04 Jul 2011 09:25:05
Message-Id: 20110704092454.E88CC2004B@flycatcher.gentoo.org
1 graaff 11/07/04 09:24:54
2
3 Modified: ChangeLog rack-mount-0.7.3.ebuild
4 rack-mount-0.6.14.ebuild
5 Log:
6 Move versions into slots because they are not compatible and actionpack 3.0.x fails tests with the wrong version.
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 dev-ruby/rack-mount/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 4 Jul 2011 09:22:18 -0000 1.8
24 +++ ChangeLog 4 Jul 2011 09:24:54 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/rack-mount
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/ChangeLog,v 1.8 2011/07/04 09:22:18 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/ChangeLog,v 1.9 2011/07/04 09:24:54 graaff Exp $
30 +
31 + 04 Jul 2011; Hans de Graaff <graaff@g.o> rack-mount-0.6.14.ebuild,
32 + rack-mount-0.7.3.ebuild:
33 + Move versions into slots because they are not compatible and actionpack 3.0.x
34 + fails tests with the wrong version.
35
36 04 Jul 2011; Hans de Graaff <graaff@g.o> -rack-mount-0.6.13.ebuild,
37 -rack-mount-0.7.1.ebuild, -rack-mount-0.7.2.ebuild:
38
39
40
41 1.3 dev-ruby/rack-mount/rack-mount-0.7.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.7.3.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.7.3.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.7.3.ebuild?r1=1.2&r2=1.3
46
47 Index: rack-mount-0.7.3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.7.3.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- rack-mount-0.7.3.ebuild 29 Jun 2011 19:36:00 -0000 1.2
54 +++ rack-mount-0.7.3.ebuild 4 Jul 2011 09:24:54 -0000 1.3
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.7.3.ebuild,v 1.2 2011/06/29 19:36:00 grobian Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.7.3.ebuild,v 1.3 2011/07/04 09:24:54 graaff Exp $
60
61 EAPI="2"
62 USE_RUBY="ruby18 ree18 jruby"
63 @@ -16,7 +16,7 @@
64 S="${WORKDIR}/josh-${PN}-*"
65
66 LICENSE="MIT"
67 -SLOT="0"
68 +SLOT="0.7"
69 KEYWORDS="~amd64 ~x86 ~x86-solaris"
70 IUSE=""
71
72
73
74
75 1.2 dev-ruby/rack-mount/rack-mount-0.6.14.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.6.14.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.6.14.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.6.14.ebuild?r1=1.1&r2=1.2
80
81 Index: rack-mount-0.6.14.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.6.14.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- rack-mount-0.6.14.ebuild 4 Jul 2011 09:19:59 -0000 1.1
88 +++ rack-mount-0.6.14.ebuild 4 Jul 2011 09:24:54 -0000 1.2
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2011 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.6.14.ebuild,v 1.1 2011/07/04 09:19:59 graaff Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.6.14.ebuild,v 1.2 2011/07/04 09:24:54 graaff Exp $
94
95 EAPI="2"
96 USE_RUBY="ruby18 ree18 jruby"
97 @@ -15,7 +15,7 @@
98 HOMEPAGE="https://github.com/rails/rack-mount"
99
100 LICENSE="MIT"
101 -SLOT="0"
102 +SLOT="0.6"
103 KEYWORDS="~amd64 ~x86"
104 IUSE=""