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.2.4.ebuild ChangeLog
Date: Wed, 01 May 2013 05:44:20
Message-Id: 20130501054415.C48302171D@flycatcher.gentoo.org
1 graaff 13/05/01 05:44:15
2
3 Modified: ChangeLog
4 Added: diff-lcs-1.2.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.48 dev-ruby/diff-lcs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/ChangeLog?rev=1.48&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/ChangeLog?rev=1.48&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/ChangeLog?r1=1.47&r2=1.48
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
20 retrieving revision 1.47
21 retrieving revision 1.48
22 diff -u -r1.47 -r1.48
23 --- ChangeLog 1 May 2013 05:40:58 -0000 1.47
24 +++ ChangeLog 1 May 2013 05:44:15 -0000 1.48
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/diff-lcs
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.47 2013/05/01 05:40:58 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.48 2013/05/01 05:44:15 graaff Exp $
30 +
31 +*diff-lcs-1.2.4 (01 May 2013)
32 +
33 + 01 May 2013; Hans de Graaff <graaff@g.o> +diff-lcs-1.2.4.ebuild:
34 + Version bump.
35
36 01 May 2013; Hans de Graaff <graaff@g.o> -diff-lcs-1.1.2-r2.ebuild:
37 Cleanup.
38
39
40
41 1.1 dev-ruby/diff-lcs/diff-lcs-1.2.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.2.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.2.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: diff-lcs-1.2.4.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.2.4.ebuild,v 1.1 2013/05/01 05:44:15 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19 jruby"
54
55 RUBY_FAKEGEM_RECIPE_TEST="rspec"
56
57 RUBY_FAKEGEM_TASK_DOC="docs"
58 RUBY_FAKEGEM_DOCDIR="doc"
59 RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences"
64 HOMEPAGE="https://github.com/halostatue/diff-lcs"
65
66 LICENSE="|| ( MIT Ruby GPL-2 )"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
69 IUSE=""
70
71 ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.10 )"
72
73 all_ruby_prepare() {
74 # Remove unneeded rspec require to avoid rspec with USE=doc.
75 sed -i -e "/require 'rspec'/d" Rakefile || die
76
77 # Remove plugins since we don't need them for USE=doc.
78 sed -i -e "/Hoe.plugin/ s:^:#:" Rakefile || die
79 }