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/flog: ChangeLog flog-4.2.1.ebuild
Date: Fri, 30 May 2014 06:53:23
Message-Id: 20140530065320.C787A2004E@flycatcher.gentoo.org
1 graaff 14/05/30 06:53:20
2
3 Modified: ChangeLog
4 Added: flog-4.2.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.14 dev-ruby/flog/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/flog/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 21 May 2014 01:43:26 -0000 1.13
24 +++ ChangeLog 30 May 2014 06:53:20 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/flog
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/flog/ChangeLog,v 1.13 2014/05/21 01:43:26 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/flog/ChangeLog,v 1.14 2014/05/30 06:53:20 graaff Exp $
30 +
31 +*flog-4.2.1 (30 May 2014)
32 +
33 + 30 May 2014; Hans de Graaff <graaff@g.o> +flog-4.2.1.ebuild:
34 + Version bump.
35
36 21 May 2014; Manuel RĂ¼ger <mrueg@g.o> -flog-4.1.2.ebuild,
37 flog-4.2.0.ebuild:
38
39
40
41 1.1 dev-ruby/flog/flog-4.2.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/flog-4.2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/flog-4.2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: flog-4.2.1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/flog/flog-4.2.1.ebuild,v 1.1 2014/05/30 06:53:20 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby19 ruby20 jruby"
54
55 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
56 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
57
58 inherit ruby-fakegem
59
60 DESCRIPTION="Flog reports the most tortured code in an easy to read pain report"
61 HOMEPAGE="http://ruby.sadi.st/"
62 LICENSE="MIT"
63
64 KEYWORDS="~amd64 ~x86"
65 SLOT="0"
66 IUSE=""
67
68 ruby_add_bdepend "test? ( dev-ruby/minitest )"
69
70 ruby_add_rdepend ">dev-ruby/ruby_parser-3.1.0:3
71 >=dev-ruby/sexp_processor-4.4:4"
72
73 each_ruby_test() {
74 ${RUBY} -Ilib test/test_flog.rb || die
75 }