Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/file-tail: file-tail-1.0.10.ebuild ChangeLog file-tail-1.0.6.ebuild
Date: Sun, 08 Jul 2012 12:46:24
Message-Id: 20120708124609.96A1820063@flycatcher.gentoo.org
1 flameeyes 12/07/08 12:46:09
2
3 Modified: ChangeLog
4 Added: file-tail-1.0.10.ebuild
5 Removed: file-tail-1.0.6.ebuild
6 Log:
7 Version bump and remove old.
8
9 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.6 dev-ruby/file-tail/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/ChangeLog?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/ChangeLog?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/ChangeLog?r1=1.5&r2=1.6
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- ChangeLog 14 Jan 2012 08:28:15 -0000 1.5
25 +++ ChangeLog 8 Jul 2012 12:46:09 -0000 1.6
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ruby/file-tail
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v 1.5 2012/01/14 08:28:15 graaff Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v 1.6 2012/07/08 12:46:09 flameeyes Exp $
31 +
32 +*file-tail-1.0.10 (08 Jul 2012)
33 +
34 + 08 Jul 2012; Diego E. Pettenò <flameeyes@g.o> +file-tail-1.0.10.ebuild,
35 + -file-tail-1.0.6.ebuild:
36 + Version bump and remove old.
37
38 *file-tail-1.0.8 (14 Jan 2012)
39
40 @@ -24,4 +30,3 @@
41 28 Oct 2010; Hans de Graaff <graaff@g.o> +file-tail-1.0.5.ebuild,
42 +metadata.xml:
43 Initial import. New dependency of www-apache/passenger.
44 -
45
46
47
48 1.1 dev-ruby/file-tail/file-tail-1.0.10.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.10.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.10.ebuild?rev=1.1&content-type=text/plain
52
53 Index: file-tail-1.0.10.ebuild
54 ===================================================================
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.10.ebuild,v 1.1 2012/07/08 12:46:09 flameeyes Exp $
58
59 EAPI=4
60
61 USE_RUBY="ruby18 ruby19 ree18 jruby"
62
63 RUBY_FAKEGEM_RECIPE_TEST="none"
64
65 RUBY_FAKEGEM_TASK_DOC=""
66
67 RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
68
69 inherit ruby-fakegem
70
71 DESCRIPTION="A small ruby library that allows it to 'tail' files in Ruby"
72 HOMEPAGE="http://flori.github.com/file-tail"
73
74 LICENSE="GPL-2"
75 SLOT="0"
76 KEYWORDS="~amd64 ~x86"
77 IUSE=""
78
79 ruby_add_rdepend ">=dev-ruby/tins-0.4.3"
80 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
81
82 each_ruby_test() {
83 ruby-ng_testrb-2 -Ilib tests/*_test.rb
84 }