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/mocha: ChangeLog mocha-0.9.5.ebuild
Date: Mon, 01 Jun 2009 06:30:58
Message-Id: E1MB12t-00020R-FU@stork.gentoo.org
1 graaff 09/06/01 06:30:55
2
3 Modified: ChangeLog
4 Added: mocha-0.9.5.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-ruby/mocha/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/mocha/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/mocha/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/mocha/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 26 May 2009 18:16:10 -0000 1.6
23 +++ ChangeLog 1 Jun 2009 06:30:55 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/mocha
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.6 2009/05/26 18:16:10 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.7 2009/06/01 06:30:55 graaff Exp $
29 +
30 +*mocha-0.9.5 (01 Jun 2009)
31 +
32 + 01 Jun 2009; Hans de Graaff <graaff@g.o> +mocha-0.9.5.ebuild:
33 + Version bump.
34
35 26 May 2009; Hans de Graaff <graaff@g.o> -mocha-0.5.6.ebuild,
36 -mocha-0.9.3.ebuild:
37
38
39
40 1.1 dev-ruby/mocha/mocha-0.9.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/mocha/mocha-0.9.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/mocha/mocha-0.9.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: mocha-0.9.5.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.9.5.ebuild,v 1.1 2009/06/01 06:30:55 graaff Exp $
50
51 inherit gems
52
53 USE_RUBY="ruby18"
54
55 DESCRIPTION="A Ruby library for mocking and stubbing using a syntax like that of JMock, and SchMock"
56 HOMEPAGE="http://mocha.rubyforge.org/"
57
58 LICENSE="MIT"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 DEPEND="dev-ruby/rake"
64 RDEPEND="${DEPEND}"