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/mash: mash-0.1.1-r1.ebuild ChangeLog
Date: Sat, 09 Oct 2010 09:03:42
Message-Id: 20101009084814.BBF112004B@flycatcher.gentoo.org
1 graaff 10/10/09 08:48:14
2
3 Modified: mash-0.1.1-r1.ebuild ChangeLog
4 Log:
5 Depend on rspec-1.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-ruby/mash/mash-0.1.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mash/mash-0.1.1-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mash/mash-0.1.1-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mash/mash-0.1.1-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: mash-0.1.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mash/mash-0.1.1-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mash-0.1.1-r1.ebuild 26 Jun 2010 06:50:09 -0000 1.1
22 +++ mash-0.1.1-r1.ebuild 9 Oct 2010 08:48:14 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/mash-0.1.1-r1.ebuild,v 1.1 2010/06/26 06:50:09 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/mash-0.1.1-r1.ebuild,v 1.2 2010/10/09 08:48:14 graaff Exp $
28
29 EAPI=2
30 USE_RUBY="ruby18"
31 @@ -20,4 +20,4 @@
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 -ruby_add_bdepend "test? ( dev-ruby/rspec )"
36 +ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
37
38
39
40 1.6 dev-ruby/mash/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mash/ChangeLog?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mash/ChangeLog?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mash/ChangeLog?r1=1.5&r2=1.6
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- ChangeLog 9 Oct 2010 08:47:33 -0000 1.5
53 +++ ChangeLog 9 Oct 2010 08:48:14 -0000 1.6
54 @@ -1,6 +1,9 @@
55 # ChangeLog for dev-ruby/mash
56 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.5 2010/10/09 08:47:33 graaff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.6 2010/10/09 08:48:14 graaff Exp $
59 +
60 + 09 Oct 2010; Hans de Graaff <graaff@g.o> mash-0.1.1-r1.ebuild:
61 + Depend on rspec-1.
62
63 09 Oct 2010; Hans de Graaff <graaff@g.o> -mash-0.1.1.ebuild:
64 Remove old version.