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/timecop: timecop-0.3.5.ebuild metadata.xml ChangeLog
Date: Tue, 28 Feb 2012 16:52:25
Message-Id: 20120228165215.539E22004B@flycatcher.gentoo.org
1 flameeyes 12/02/28 16:52:15
2
3 Added: timecop-0.3.5.ebuild metadata.xml ChangeLog
4 Log:
5 Initial import; dependency of delocalize.
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ruby/timecop/timecop-0.3.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/timecop-0.3.5.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/timecop-0.3.5.ebuild?rev=1.1&content-type=text/plain
14
15 Index: timecop-0.3.5.ebuild
16 ===================================================================
17 # Copyright 1999-2012 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.3.5.ebuild,v 1.1 2012/02/28 16:52:15 flameeyes Exp $
20
21 EAPI="4"
22
23 # jruby → one full test fail, that works on theo ther implementations
24 USE_RUBY="ruby18 ree18 ruby19"
25
26 RUBY_FAKEGEM_TASK_TEST=""
27
28 RUBY_FAKEGEM_TASK_DOC="rdoc"
29 RUBY_FAKEGEM_DOCDIR="rdoc"
30 RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
31
32 inherit ruby-fakegem
33
34 DESCRIPTION="A gem providing 'time travel' and 'time freezing' capabilities"
35 HOMEPAGE="http://github.com/jtrupiano/timecop"
36
37 LICENSE="MIT"
38 SLOT="0"
39 KEYWORDS="~amd64"
40 IUSE=""
41
42 # tests do not work; the issue has been reported upstream but I have had
43 # no answer yet; the use of timecop seems to generally work though.
44 RESTRICT=test
45
46
47
48 1.1 dev-ruby/timecop/metadata.xml
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/metadata.xml?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/metadata.xml?rev=1.1&content-type=text/plain
52
53 Index: metadata.xml
54 ===================================================================
55 <?xml version="1.0" encoding="UTF-8"?>
56 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
57 <pkgmetadata>
58 <herd>ruby</herd>
59 </pkgmetadata>
60
61
62
63 1.1 dev-ruby/timecop/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/ChangeLog?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/ChangeLog?rev=1.1&content-type=text/plain
67
68 Index: ChangeLog
69 ===================================================================
70 # ChangeLog for dev-ruby/timecop
71 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.1 2012/02/28 16:52:15 flameeyes Exp $
73
74 *timecop-0.3.5 (28 Feb 2012)
75
76 28 Feb 2012; Diego E. Pettenò <flameeyes@g.o> +metadata.xml,
77 +timecop-0.3.5.ebuild:
78 Initial import; dependency of delocalize.