Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/file-tail: file-tail-1.0.12-r1.ebuild ChangeLog
Date: Sat, 02 Nov 2013 20:34:32
Message-Id: 20131102203413.D611F2004B@flycatcher.gentoo.org
1 mrueg 13/11/02 20:34:13
2
3 Modified: ChangeLog
4 Added: file-tail-1.0.12-r1.ebuild
5 Log:
6 Add ruby20 target.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.11 dev-ruby/file-tail/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 4 Sep 2013 12:43:40 -0000 1.10
24 +++ ChangeLog 2 Nov 2013 20:34:13 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/file-tail
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v 1.10 2013/09/04 12:43:40 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v 1.11 2013/11/02 20:34:13 mrueg Exp $
30 +
31 +*file-tail-1.0.12-r1 (02 Nov 2013)
32 +
33 + 02 Nov 2013; Manuel Rüger <mrueg@g.o> +file-tail-1.0.12-r1.ebuild:
34 + Add ruby20 target.
35
36 04 Sep 2013; Manuel Rüger <mrueg@g.o> -file-tail-1.0.10.ebuild,
37 -file-tail-1.0.11.ebuild, -file-tail-1.0.8.ebuild:
38
39
40
41 1.1 dev-ruby/file-tail/file-tail-1.0.12-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.12-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.12-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: file-tail-1.0.12-r1.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/file-tail/file-tail-1.0.12-r1.ebuild,v 1.1 2013/11/02 20:34:13 mrueg Exp $
51
52 EAPI=5
53
54 USE_RUBY="ruby18 ruby19 ruby20 jruby"
55
56 RUBY_FAKEGEM_RECIPE_TEST="none"
57
58 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
59 RUBY_FAKEGEM_DOC_SOURCES="lib README.rdoc"
60
61 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
62
63 RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
64
65 inherit ruby-fakegem
66
67 DESCRIPTION="A small ruby library that allows it to 'tail' files in Ruby"
68 HOMEPAGE="http://flori.github.com/file-tail"
69
70 LICENSE="GPL-2"
71 SLOT="0"
72 KEYWORDS="~amd64 ~x86"
73 IUSE=""
74
75 ruby_add_rdepend ">=dev-ruby/tins-0.5"
76 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
77
78 each_ruby_test() {
79 ruby-ng_testrb-2 -Ilib tests/*_test.rb
80 }