Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/celluloid-io: celluloid-io-0.16.2.ebuild ChangeLog
Date: Sun, 01 Feb 2015 22:59:11
Message-Id: 20150201225908.A306210DA7@oystercatcher.gentoo.org
1 mrueg 15/02/01 22:59:08
2
3 Modified: ChangeLog
4 Added: celluloid-io-0.16.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.5 dev-ruby/celluloid-io/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid-io/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid-io/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid-io/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 3 Nov 2014 06:48:02 -0000 1.4
24 +++ ChangeLog 1 Feb 2015 22:59:08 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/celluloid-io
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/ChangeLog,v 1.4 2014/11/03 06:48:02 graaff Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/ChangeLog,v 1.5 2015/02/01 22:59:08 mrueg Exp $
31 +
32 +*celluloid-io-0.16.2 (01 Feb 2015)
33 +
34 + 01 Feb 2015; Manuel RĂ¼ger <mrueg@g.o> +celluloid-io-0.16.2.ebuild:
35 + Version bump.
36
37 *celluloid-io-0.16.1 (03 Nov 2014)
38
39
40
41
42 1.1 dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: celluloid-io-0.16.2.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild,v 1.1 2015/02/01 22:59:08 mrueg Exp $
52
53 EAPI=5
54 USE_RUBY="ruby19 ruby20 ruby21"
55
56 RUBY_FAKEGEM_RECIPE_TEST="rspec"
57 RUBY_FAKEGEM_TASK_DOC=""
58 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Evented IO for Celluloid actors"
63 HOMEPAGE="https://github.com/celluloid/celluloid-io"
64 IUSE=""
65 SLOT="0"
66
67 LICENSE="MIT"
68 KEYWORDS="~amd64 ~ppc ~ppc64"
69
70 ruby_add_rdepend ">=dev-ruby/celluloid-0.16.0
71 >=dev-ruby/nio4r-1.1.0"
72
73 all_ruby_prepare() {
74 sed -i -e '/[Bb]undler/d' -e '/[Cc]overalls/d' spec/spec_helper.rb || die
75
76 # Avoid DNS tests. They either assume localhost is 127.0.0.1 or
77 # require network access.
78 rm spec/celluloid/io/dns_resolver_spec.rb || die
79 }