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/timecop: timecop-0.7.1.ebuild ChangeLog
Date: Sun, 04 May 2014 07:05:40
Message-Id: 20140504070535.4DD5F2004C@flycatcher.gentoo.org
1 graaff 14/05/04 07:05:35
2
3 Modified: ChangeLog
4 Added: timecop-0.7.1.ebuild
5 Log:
6 Version bump. Drop jruby since the code is no longer compatible.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.17 dev-ruby/timecop/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 24 Apr 2014 16:49:12 -0000 1.16
24 +++ ChangeLog 4 May 2014 07:05:35 -0000 1.17
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/timecop
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.16 2014/04/24 16:49:12 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.17 2014/05/04 07:05:35 graaff Exp $
30 +
31 +*timecop-0.7.1 (04 May 2014)
32 +
33 + 04 May 2014; Hans de Graaff <graaff@g.o> +timecop-0.7.1.ebuild:
34 + Version bump. Drop jruby since the code is no longer compatible.
35
36 24 Apr 2014; Manuel RĂ¼ger <mrueg@g.o> timecop-0.6.0.ebuild:
37 Remove ruby18 support.
38
39
40
41 1.1 dev-ruby/timecop/timecop-0.7.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: timecop-0.7.1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v 1.1 2014/05/04 07:05:35 graaff Exp $
51
52 EAPI=5
53
54 USE_RUBY="ruby19 ruby20 ruby21"
55
56 RUBY_FAKEGEM_TASK_TEST="test"
57
58 RUBY_FAKEGEM_TASK_DOC="rdoc"
59 RUBY_FAKEGEM_DOCDIR="rdoc"
60 RUBY_FAKEGEM_EXTRADOC="README.markdown"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="A gem providing 'time travel' and 'time freezing' capabilities"
65 HOMEPAGE="http://github.com/jtrupiano/timecop"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
70 IUSE=""
71
72 ruby_add_bdepend "test? ( dev-ruby/mocha )"
73
74 all_ruby_prepare() {
75 sed -i -e '/bundler/ s:^:#:' -e '/History.rdoc/d' Rakefile test/test_helper.rb || die
76 sed -i -e '/rubygems/ a\gem "test-unit"' test/test_helper.rb || die
77 }
78 each_ruby_prepare() {
79 sed -i -e "/bin\/sh/ a\RUBY='${RUBY}'" test/run_tests.sh || die
80 }