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