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/rr: rr-0.10.11.ebuild ChangeLog
Date: Fri, 30 Apr 2010 20:47:36
Message-Id: 20100430204729.585682C04C@corvid.gentoo.org
1 graaff 10/04/30 20:47:29
2
3 Modified: ChangeLog
4 Added: rr-0.10.11.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-ruby/rr/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rr/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rr/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rr/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 17 Feb 2010 14:24:02 -0000 1.4
23 +++ ChangeLog 30 Apr 2010 20:47:29 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/rr
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.4 2010/02/17 14:24:02 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.5 2010/04/30 20:47:29 graaff Exp $
29 +
30 +*rr-0.10.11 (30 Apr 2010)
31 +
32 + 30 Apr 2010; Hans de Graaff <graaff@g.o> +rr-0.10.11.ebuild:
33 + Version bump.
34
35 *rr-0.10.9 (17 Feb 2010)
36
37
38
39
40 1.1 dev-ruby/rr/rr-0.10.11.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rr/rr-0.10.11.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rr/rr-0.10.11.ebuild?rev=1.1&content-type=text/plain
44
45 Index: rr-0.10.11.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-0.10.11.ebuild,v 1.1 2010/04/30 20:47:29 graaff Exp $
50
51 EAPI=2
52
53 USE_RUBY="ruby18 ruby19 jruby"
54
55 RUBY_FAKEGEM_TASK_TEST="spec"
56
57 RUBY_FAKEGEM_TASK_DOC=""
58 RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="A double framework that features a rich selection of double techniques and a terse syntax"
63 HOMEPAGE="http://pivotallabs.com/"
64 SRC_URI="http://github.com/btakita/${PN}/tarball/v${PV} -> ${P}.tar.gz"
65
66 S="${WORKDIR}/btakita-${PN}-*"
67
68 LICENSE="MIT"
69 SLOT="0"
70 KEYWORDS="~amd64"
71 IUSE=""
72
73 ruby_add_bdepend test "dev-ruby/rspec dev-ruby/session"