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/uuidtools: uuidtools-2.1.1-r1.ebuild uuidtools-1.0.7.ebuild ChangeLog uuidtools-2.1.1-r2.ebuild
Date: Sat, 09 Oct 2010 08:03:37
Message-Id: 20101009074617.D930E20054@flycatcher.gentoo.org
1 graaff 10/10/09 07:46:17
2
3 Modified: uuidtools-2.1.1-r1.ebuild uuidtools-1.0.7.ebuild
4 ChangeLog uuidtools-2.1.1-r2.ebuild
5 Log:
6 Depend on rspec-1.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-ruby/uuidtools/uuidtools-2.1.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: uuidtools-2.1.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- uuidtools-2.1.1-r1.ebuild 21 Aug 2010 21:01:10 -0000 1.4
23 +++ uuidtools-2.1.1-r1.ebuild 9 Oct 2010 07:46:17 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r1.ebuild,v 1.4 2010/08/21 21:01:10 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r1.ebuild,v 1.5 2010/10/09 07:46:17 graaff Exp $
29
30 EAPI=2
31
32 @@ -26,8 +26,8 @@
33 # Rakefile does not work without rspec (and is quite difficult to work
34 # it around).
35 ruby_add_bdepend "
36 - doc? ( >=dev-ruby/rspec-1.0.8 )
37 - test? ( >=dev-ruby/rspec-1.0.8 )"
38 + doc? ( >=dev-ruby/rspec-1.0.8:0 )
39 + test? ( >=dev-ruby/rspec-1.0.8:0 )"
40
41 all_ruby_prepare() {
42 sed -i \
43
44
45
46 1.3 dev-ruby/uuidtools/uuidtools-1.0.7.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/uuidtools-1.0.7.ebuild?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/uuidtools-1.0.7.ebuild?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/uuidtools-1.0.7.ebuild?r1=1.2&r2=1.3
51
52 Index: uuidtools-1.0.7.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-1.0.7.ebuild,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- uuidtools-1.0.7.ebuild 19 Apr 2009 14:55:50 -0000 1.2
59 +++ uuidtools-1.0.7.ebuild 9 Oct 2010 07:46:17 -0000 1.3
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2008 Gentoo Foundation
62 +# Copyright 1999-2010 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-1.0.7.ebuild,v 1.2 2009/04/19 14:55:50 maekke Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-1.0.7.ebuild,v 1.3 2010/10/09 07:46:17 graaff Exp $
66
67 inherit ruby
68
69
70
71
72 1.19 dev-ruby/uuidtools/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/ChangeLog?rev=1.19&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/ChangeLog?rev=1.19&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/ChangeLog?r1=1.18&r2=1.19
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v
81 retrieving revision 1.18
82 retrieving revision 1.19
83 diff -u -r1.18 -r1.19
84 --- ChangeLog 21 Aug 2010 21:01:10 -0000 1.18
85 +++ ChangeLog 9 Oct 2010 07:46:17 -0000 1.19
86 @@ -1,6 +1,10 @@
87 # ChangeLog for dev-ruby/uuidtools
88 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v 1.18 2010/08/21 21:01:10 flameeyes Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v 1.19 2010/10/09 07:46:17 graaff Exp $
91 +
92 + 09 Oct 2010; Hans de Graaff <graaff@g.o> uuidtools-2.1.1-r1.ebuild,
93 + uuidtools-2.1.1-r2.ebuild:
94 + Depend on rspec-1.
95
96 *uuidtools-2.1.1-r2 (21 Aug 2010)
97
98
99
100
101 1.2 dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild?rev=1.2&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild?rev=1.2&content-type=text/plain
105 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild?r1=1.1&r2=1.2
106
107 Index: uuidtools-2.1.1-r2.ebuild
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild,v
110 retrieving revision 1.1
111 retrieving revision 1.2
112 diff -u -r1.1 -r1.2
113 --- uuidtools-2.1.1-r2.ebuild 21 Aug 2010 21:01:11 -0000 1.1
114 +++ uuidtools-2.1.1-r2.ebuild 9 Oct 2010 07:46:17 -0000 1.2
115 @@ -1,6 +1,6 @@
116 # Copyright 1999-2010 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild,v 1.1 2010/08/21 21:01:11 flameeyes Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild,v 1.2 2010/10/09 07:46:17 graaff Exp $
120
121 EAPI=2
122
123 @@ -26,8 +26,8 @@
124 # Rakefile does not work without rspec (and is quite difficult to work
125 # it around).
126 ruby_add_bdepend "
127 - doc? ( >=dev-ruby/rspec-1.0.8 )
128 - test? ( >=dev-ruby/rspec-1.0.8 )"
129 + doc? ( >=dev-ruby/rspec-1.0.8:0 )
130 + test? ( >=dev-ruby/rspec-1.0.8:0 )"
131
132 all_ruby_prepare() {
133 sed -i \