Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tls/files/
Date: Sun, 02 Oct 2016 20:09:37
Message-Id: 1475438313.d2f9bba762fd281da9eabab3cd671bfd42ae8ef6.amynka@gentoo
1 commit: d2f9bba762fd281da9eabab3cd671bfd42ae8ef6
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 30 15:16:08 2016 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 2 19:58:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f9bba7
7
8 dev-tcltk/tls: remove unused patch
9
10 Closes: #2438
11
12 dev-tcltk/tls/files/tls-1.5.0-bad-version.patch | 10 ----------
13 1 file changed, 10 deletions(-)
14
15 diff --git a/dev-tcltk/tls/files/tls-1.5.0-bad-version.patch b/dev-tcltk/tls/files/tls-1.5.0-bad-version.patch
16 deleted file mode 100644
17 index a55a00c..00000000
18 --- a/dev-tcltk/tls/files/tls-1.5.0-bad-version.patch
19 +++ /dev/null
20 @@ -1,10 +0,0 @@
21 -diff -ur tls1.5_org/pkgIndex.tcl.in tls1.5/pkgIndex.tcl.in
22 ---- tls1.5_org/pkgIndex.tcl.in 2007-04-05 23:09:11.000000000 +0200
23 -+++ tls1.5/pkgIndex.tcl.in 2007-04-05 23:09:40.000000000 +0200
24 -@@ -5,5 +5,5 @@
25 - # replace the original which didn't include the commands from "tls.tcl".
26 - #
27 -
28 --package ifneeded tls 1.5 "[list load [file join $dir @RELPATH@ @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"
29 -+package ifneeded tls 1.50 "[list load [file join $dir @RELPATH@ @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"
30 -