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/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
Date: Fri, 25 May 2012 10:58:52
Message-Id: 20120525105842.D66832004B@flycatcher.gentoo.org
1 graaff 12/05/25 10:58:42
2
3 Modified: diff-lcs-1.1.3.ebuild ChangeLog
4 Log:
5 Don't require rspec for USE=doc. Fixes bug 417463.
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild?r1=1.2&r2=1.3
15
16 Index: diff-lcs-1.1.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- diff-lcs-1.1.3.ebuild 31 Dec 2011 18:35:58 -0000 1.2
23 +++ diff-lcs-1.1.3.ebuild 25 May 2012 10:58:42 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.2 2011/12/31 18:35:58 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.3 2012/05/25 10:58:42 graaff Exp $
30
31 EAPI=2
32 USE_RUBY="ruby18 ree18 ruby19 jruby"
33 @@ -22,3 +22,8 @@
34 IUSE=""
35
36 ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.10 dev-ruby/rspec:2 )"
37 +
38 +all_ruby_prepare() {
39 + # Remove unneeded rspec require to avoid rspec with USE=doc.
40 + sed -i -e "/require 'rspec'/d" Rakefile || die
41 +}
42
43
44
45 1.33 dev-ruby/diff-lcs/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/ChangeLog?rev=1.33&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/ChangeLog?rev=1.33&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/ChangeLog?r1=1.32&r2=1.33
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
54 retrieving revision 1.32
55 retrieving revision 1.33
56 diff -u -r1.32 -r1.33
57 --- ChangeLog 30 Apr 2012 10:40:41 -0000 1.32
58 +++ ChangeLog 25 May 2012 10:58:42 -0000 1.33
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-ruby/diff-lcs
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.32 2012/04/30 10:40:41 graaff Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.33 2012/05/25 10:58:42 graaff Exp $
64 +
65 + 25 May 2012; Hans de Graaff <graaff@g.o> diff-lcs-1.1.3.ebuild:
66 + Don't require rspec for USE=doc. Fixes bug 417463.
67
68 30 Apr 2012; Hans de Graaff <graaff@g.o> -diff-lcs-1.1.2-r1.ebuild:
69 Remove old version.