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/celluloid: celluloid-0.13.0.ebuild ChangeLog
Date: Tue, 30 Apr 2013 06:04:52
Message-Id: 20130430060446.7191C2171D@flycatcher.gentoo.org
1 graaff 13/04/30 06:04:46
2
3 Modified: ChangeLog
4 Added: celluloid-0.13.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.2 dev-ruby/celluloid/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 14 Dec 2012 07:08:56 -0000 1.1
24 +++ ChangeLog 30 Apr 2013 06:04:46 -0000 1.2
25 @@ -1,10 +1,14 @@
26 # ChangeLog for dev-ruby/celluloid
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.1 2012/12/14 07:08:56 graaff Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.2 2013/04/30 06:04:46 graaff Exp $
31 +
32 +*celluloid-0.13.0 (30 Apr 2013)
33 +
34 + 30 Apr 2013; Hans de Graaff <graaff@g.o> +celluloid-0.13.0.ebuild:
35 + Version bump.
36
37 *celluloid-0.12.4 (14 Dec 2012)
38
39 14 Dec 2012; Hans de Graaff <graaff@g.o> +celluloid-0.12.4.ebuild,
40 +metadata.xml:
41 Initial import. New dependency for dev-ruby/adhearsion.
42 -
43
44
45
46 1.1 dev-ruby/celluloid/celluloid-0.13.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/celluloid-0.13.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/celluloid-0.13.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: celluloid-0.13.0.ebuild
52 ===================================================================
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.13.0.ebuild,v 1.1 2013/04/30 06:04:46 graaff Exp $
56
57 EAPI=5
58 # rbx or jruby recommended, but only in 1.9 mode.
59 USE_RUBY="ruby19"
60
61 RUBY_FAKEGEM_RECIPE_TEST="rspec"
62
63 RUBY_FAKEGEM_TASK_DOC=""
64 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
65
66 inherit ruby-fakegem
67
68 DESCRIPTION="Celluloid provides a simple and natural way to build fault-tolerant concurrent programs in Ruby"
69 HOMEPAGE="https://github.com/celluloid/celluloid"
70 SRC_URI="https://github.com/celluloid/celluloid/archive/v${PV}.tar.gz -> ${P}-git.tgz"
71 IUSE=""
72 SLOT="0"
73
74 LICENSE="MIT"
75 KEYWORDS="~amd64"
76
77 ruby_add_rdepend ">=dev-ruby/timers-1.0.0"
78
79 all_ruby_prepare() {
80 rm Gemfile .rspec || die
81
82 sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
83 }