diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-02-24 01:22:22 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-02-24 01:22:22 +0000 |
commit | c1da787b8cbc7969c5bf8df5a5b3bb3e577c75aa (patch) | |
tree | a74c939a6fbaf7c061f723d41e4cb1e243a64b4c /dev-ruby/tins | |
parent | x86 stable wrt bug #495836 (diff) | |
download | gentoo-2-c1da787b8cbc7969c5bf8df5a5b3bb3e577c75aa.tar.gz gentoo-2-c1da787b8cbc7969c5bf8df5a5b3bb3e577c75aa.tar.bz2 gentoo-2-c1da787b8cbc7969c5bf8df5a5b3bb3e577c75aa.zip |
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/tins')
-rw-r--r-- | dev-ruby/tins/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/tins/files/tins-0.4.3-gentoo.patch | 30 | ||||
-rw-r--r-- | dev-ruby/tins/tins-0.6.0.ebuild | 29 |
3 files changed, 5 insertions, 60 deletions
diff --git a/dev-ruby/tins/ChangeLog b/dev-ruby/tins/ChangeLog index c7f95225f0b8..aeaf44f26186 100644 --- a/dev-ruby/tins/ChangeLog +++ b/dev-ruby/tins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/tins # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.35 2014/02/24 01:15:01 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.36 2014/02/24 01:22:22 mrueg Exp $ + + 24 Feb 2014; Manuel Rüger <mrueg@gentoo.org> -files/tins-0.4.3-gentoo.patch, + -tins-0.6.0.ebuild: + Cleanup old. 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> tins-0.13.1.ebuild: x86 stable wrt bug #490178 diff --git a/dev-ruby/tins/files/tins-0.4.3-gentoo.patch b/dev-ruby/tins/files/tins-0.4.3-gentoo.patch deleted file mode 100644 index 1fae94eb6ab6..000000000000 --- a/dev-ruby/tins/files/tins-0.4.3-gentoo.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/tests/find_test.rb b/tests/find_test.rb -index 63bc9c7..22df1e2 100644 ---- a/tests/find_test.rb -+++ b/tests/find_test.rb -@@ -31,8 +31,13 @@ module Tins - assert_equal [ @work_dir, file ], find(@work_dir, :show_hidden => true).to_a - end - -- if RUBY_PLATFORM !~ /java/ -- def test_check_directory_without_access -+ def test_check_directory_without_access -+ # do not run this test on JRuby -+ omit_if(RUBY_PLATFORM =~ /java/, "Can't run the test on JRuby") -+ # do not run this test if we're root, as it will fail. -+ omit_if(Process::UID.eid == 0, "Can't run the test as root") -+ -+ begin - mkdir_p directory1 = File.join(@work_dir, 'foo') - mkdir_p directory2 = File.join(directory1, 'bar') - touch file = File.join(directory2, 'file') -diff --git a/tests/test_helper.rb b/tests/test_helper.rb -index e56071a..fbb1635 100644 ---- a/tests/test_helper.rb -+++ b/tests/test_helper.rb -@@ -4,4 +4,5 @@ if ENV['START_SIMPLECOV'].to_i == 1 - add_filter "#{File.basename(File.dirname(__FILE__))}/" - end - end -+gem 'test-unit', '~> 2.4' - require 'test/unit' diff --git a/dev-ruby/tins/tins-0.6.0.ebuild b/dev-ruby/tins/tins-0.6.0.ebuild deleted file mode 100644 index 5e091bf2d8c7..000000000000 --- a/dev-ruby/tins/tins-0.6.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.6.0.ebuild,v 1.3 2013/05/01 10:36:51 ago Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_RECIPE_TEST="none" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="All the stuff that isn't good enough for a real library." -HOMEPAGE="http://github.com/flori/tins" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ppc64 x86" -IUSE="" - -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 ) " - -each_ruby_test() { - ruby-ng_testrb-2 -Ilib tests/*_test.rb -} |