Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/uuidtools: uuidtools-2.1.1-r1.ebuild ChangeLog uuidtools-2.1.1-r2.ebuild
Date: Sat, 21 Aug 2010 21:01:15
Message-Id: 20100821210111.2331B2004E@flycatcher.gentoo.org
1 flameeyes 10/08/21 21:01:11
2
3 Modified: uuidtools-2.1.1-r1.ebuild ChangeLog
4 Added: uuidtools-2.1.1-r2.ebuild
5 Log:
6 Remove unused file and prepare a revision with Ruby 1.9 so a new one can be stabilized.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r1.ebuild?rev=1.4&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.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- uuidtools-2.1.1-r1.ebuild 16 Aug 2010 12:21:10 -0000 1.3
23 +++ uuidtools-2.1.1-r1.ebuild 21 Aug 2010 21:01:10 -0000 1.4
24 @@ -1,10 +1,10 @@
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.3 2010/08/16 12:21:10 flameeyes Exp $
28 +# $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 $
29
30 EAPI=2
31
32 -USE_RUBY="ruby18 ruby19 jruby"
33 +USE_RUBY="ruby18 jruby"
34
35 RUBY_FAKEGEM_TASK_DOC="doc"
36 RUBY_FAKEGEM_TASK_TEST="spec:normal"
37
38
39
40 1.18 dev-ruby/uuidtools/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/ChangeLog?rev=1.18&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/ChangeLog?rev=1.18&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/ChangeLog?r1=1.17&r2=1.18
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v
49 retrieving revision 1.17
50 retrieving revision 1.18
51 diff -u -r1.17 -r1.18
52 --- ChangeLog 16 Aug 2010 12:21:10 -0000 1.17
53 +++ ChangeLog 21 Aug 2010 21:01:10 -0000 1.18
54 @@ -1,6 +1,14 @@
55 # ChangeLog for dev-ruby/uuidtools
56 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v 1.17 2010/08/16 12:21:10 flameeyes Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v 1.18 2010/08/21 21:01:10 flameeyes Exp $
59 +
60 +*uuidtools-2.1.1-r2 (21 Aug 2010)
61 +
62 + 21 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
63 + -files/uuidtools-1.0.7+ruby-1.8.7.patch, uuidtools-2.1.1-r1.ebuild,
64 + +uuidtools-2.1.1-r2.ebuild:
65 + Remove unused file and prepare a revision with Ruby 1.9 so a new one can
66 + be stabilized.
67
68 16 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
69 uuidtools-2.1.1-r1.ebuild:
70
71
72
73 1.1 dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.1-r2.ebuild?rev=1.1&content-type=text/plain
77
78 Index: uuidtools-2.1.1-r2.ebuild
79 ===================================================================
80 # Copyright 1999-2010 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 # $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 $
83
84 EAPI=2
85
86 USE_RUBY="ruby18 ruby19 jruby"
87
88 RUBY_FAKEGEM_TASK_DOC="doc"
89 RUBY_FAKEGEM_TASK_TEST="spec:normal"
90
91 RUBY_FAKEGEM_DOCDIR="doc"
92 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
93
94 inherit ruby-fakegem
95
96 DESCRIPTION="Simple library to generate UUIDs"
97 HOMEPAGE="http://uuidtools.rubyforge.org/"
98 SRC_URI="mirror://rubyforge/${PN}/${P}.tgz"
99
100 LICENSE="MIT"
101 SLOT="0"
102 KEYWORDS="~amd64 ~x86"
103 IUSE=""
104
105 # Rakefile does not work without rspec (and is quite difficult to work
106 # it around).
107 ruby_add_bdepend "
108 doc? ( >=dev-ruby/rspec-1.0.8 )
109 test? ( >=dev-ruby/rspec-1.0.8 )"
110
111 all_ruby_prepare() {
112 sed -i \
113 -e '1d; 2i require File.expand_path("../../spec_helper.rb", __FILE__)' \
114 "${S}"/spec/uuidtools/*.rb || die
115 }