dev-ruby/file-tail: add 1.2.0
authorHans de Graaff <graaff@gentoo.org>
Wed, 15 May 2019 18:27:07 +0000 (20:27 +0200)
committerHans de Graaff <graaff@gentoo.org>
Wed, 15 May 2019 18:29:31 +0000 (20:29 +0200)
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-ruby/file-tail/file-tail-1.2.0.ebuild

index e60211d022bd310cb1dab155b275549ab97dedc3..b04bfd77744d57806e72b5a61c01221ae6c1f431 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 
@@ -29,4 +29,6 @@ ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
 
 each_ruby_test() {
        ruby-ng_testrb-2 -Ilib tests/*_test.rb
+
+       rm -f test.*
 }