commit:     7b09fed3fa9eb02da62692c813134de832f3aea3
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Thu Sep 29 16:50:55 2016 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 17:34:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b09fed3

dev-tcltk/tcllib: remove unused patch

 dev-tcltk/tcllib/files/tcllib-1.14-test.patch | 39 ---------------------------
 1 file changed, 39 deletions(-)

diff --git a/dev-tcltk/tcllib/files/tcllib-1.14-test.patch 
b/dev-tcltk/tcllib/files/tcllib-1.14-test.patch
deleted file mode 100644
index b8c83fd..00000000
--- a/dev-tcltk/tcllib/files/tcllib-1.14-test.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Index: support/devel/sak/validate/syntax.tcl
-==================================================================
---- support/devel/sak/validate/syntax.tcl
-+++ support/devel/sak/validate/syntax.tcl
-@@ -192,11 +192,13 @@
-       if {[string equal $c rename]}    continue
-       if {[string equal $c namespace]} continue
-       interp eval $ip [list ::rename $c {}]
-     }
- 
--    interp eval $ip [list ::namespace delete ::tcl]
-+    if {![package vsatisfies [package present Tcl] 8.6]} {
-+      interp eval $ip [list ::namespace delete ::tcl]
-+    }
-     interp eval $ip [list ::rename namespace {}]
-     interp eval $ip [list ::rename rename    {}]
- 
-     foreach m {
-       pcx::register unknown
-
-Index: support/devel/sak/validate/testsuites.tcl
-==================================================================
---- support/devel/sak/validate/testsuites.tcl
-+++ support/devel/sak/validate/testsuites.tcl
-@@ -137,11 +137,13 @@
-       if {[string equal $c rename]}    continue
-       if {[string equal $c namespace]} continue
-       interp eval $ip [list ::rename $c {}]
-     }
- 
--    interp eval $ip [list ::namespace delete ::tcl]
-+    if {![package vsatisfies [package present Tcl] 8.6]} {
-+      interp eval $ip [list ::namespace delete ::tcl]
-+    }
-     interp eval $ip [list ::rename namespace {}]
-     interp eval $ip [list ::rename rename    {}]
- 
-     foreach m {
-       testing unknown useLocal useLocalKeep useAccel

Reply via email to