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/file-tail: ChangeLog file-tail-1.1.0.ebuild
Date: Thu, 02 Oct 2014 06:21:26
Message-Id: 20141002062121.625CA6BE6@oystercatcher.gentoo.org
1 graaff 14/10/02 06:21:21
2
3 Modified: ChangeLog
4 Added: file-tail-1.1.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.14 dev-ruby/file-tail/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 15 May 2014 01:11:34 -0000 1.13
24 +++ ChangeLog 2 Oct 2014 06:21:21 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/file-tail
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v 1.13 2014/05/15 01:11:34 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v 1.14 2014/10/02 06:21:21 graaff Exp $
30 +
31 +*file-tail-1.1.0 (02 Oct 2014)
32 +
33 + 02 Oct 2014; Hans de Graaff <graaff@g.o> +file-tail-1.1.0.ebuild:
34 + Version bump.
35
36 *file-tail-1.0.12-r2 (15 May 2014)
37
38
39
40
41 1.1 dev-ruby/file-tail/file-tail-1.1.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/file-tail-1.1.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/file-tail-1.1.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: file-tail-1.1.0.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/file-tail/file-tail-1.1.0.ebuild,v 1.1 2014/10/02 06:21:21 graaff Exp $
51
52 EAPI=5
53
54 USE_RUBY="ruby19 ruby20 ruby21 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="CHANGES 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-1*"
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 }