diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-18 13:35:58 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-18 13:35:58 +0000 |
commit | bd9e59614ba90176e8eccacce1b1a078b4bede7e (patch) | |
tree | 761224c8b948d0b6b261a1dd1a953b4e4863244a /dev-ruby/tilt | |
parent | Cleanup unused patches. (diff) | |
download | gentoo-2-bd9e59614ba90176e8eccacce1b1a078b4bede7e.tar.gz gentoo-2-bd9e59614ba90176e8eccacce1b1a078b4bede7e.tar.bz2 gentoo-2-bd9e59614ba90176e8eccacce1b1a078b4bede7e.zip |
Cleanup unused patches.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/tilt')
-rw-r--r-- | dev-ruby/tilt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/tilt/files/tilt-1.3.2-thread_id.patch | 19 |
2 files changed, 5 insertions, 20 deletions
diff --git a/dev-ruby/tilt/ChangeLog b/dev-ruby/tilt/ChangeLog index a8c0aa19a29c..e99e17e2cb7d 100644 --- a/dev-ruby/tilt/ChangeLog +++ b/dev-ruby/tilt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/tilt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.35 2014/08/20 19:37:47 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.36 2014/11/18 13:35:58 mrueg Exp $ + + 18 Nov 2014; Manuel Rüger <mrueg@gentoo.org> + -files/tilt-1.3.2-thread_id.patch: + Cleanup unused patches. *tilt-2.0.1 (20 Aug 2014) diff --git a/dev-ruby/tilt/files/tilt-1.3.2-thread_id.patch b/dev-ruby/tilt/files/tilt-1.3.2-thread_id.patch deleted file mode 100644 index 0391d75c4808..000000000000 --- a/dev-ruby/tilt/files/tilt-1.3.2-thread_id.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit a07077f4737754757e99c2d42267f432289ffd13 -Author: Magnus Holm <judofyr@gmail.com> -Date: Fri Jun 24 10:43:55 2011 +0200 - - Fix compilesite test for multiple threads (closes #93) - -diff --git a/test/tilt_compilesite_test.rb b/test/tilt_compilesite_test.rb -index 1ba6433..2944c84 100644 ---- a/test/tilt_compilesite_test.rb -+++ b/test/tilt_compilesite_test.rb -@@ -39,7 +39,7 @@ class CompileSiteTest < Test::Unit::TestCase - locals = { "local#{i}" => 'value' } - res = template.render(self, locals) - thread_id = Thread.current.object_id -- res = template.render(self, "local#{thread_id.to_s}" => 'value') -+ res = template.render(self, "local#{thread_id.abs.to_s}" => 'value') - rescue => boom - main_thread.raise(boom) - end |