summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-09-30 17:09:15 +0200
committerAmy Winston <amynka@gentoo.org>2016-10-02 21:58:33 +0200
commit7a34c6d926ff99d14fd331703bfefdb8b2ae2e5d (patch)
treef44f7525a9d9ef87f22972a48e28d242d1d66287
parentsys-block/tgt: bup (diff)
downloadgentoo-7a34c6d926ff99d14fd331703bfefdb8b2ae2e5d.tar.gz
gentoo-7a34c6d926ff99d14fd331703bfefdb8b2ae2e5d.tar.bz2
gentoo-7a34c6d926ff99d14fd331703bfefdb8b2ae2e5d.zip
dev-tcltk/tclx: remove unused patch
-rw-r--r--dev-tcltk/tclx/files/tclx-8.4-relid.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-tcltk/tclx/files/tclx-8.4-relid.patch b/dev-tcltk/tclx/files/tclx-8.4-relid.patch
deleted file mode 100644
index 45fe6876050b..000000000000
--- a/dev-tcltk/tclx/files/tclx-8.4-relid.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- tclx8.4/configure.relid 2006-02-03 16:13:25.000000000 -0500
-+++ tclx8.4/configure 2006-02-03 16:13:33.000000000 -0500
-@@ -6999,7 +6999,7 @@
- # results, and the version is kept in special file).
-
- if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-- system=MP-RAS-`awk '{print }' /etc/.relid'`
-+ system=MP-RAS-`awk '{print }' /etc/.relid`
- fi
- if test "`uname -s`" = "AIX" ; then
- system=AIX-`uname -v`.`uname -r`
---- tclx8.4/tclconfig/tcl.m4.relid 2006-02-03 16:13:43.000000000 -0500
-+++ tclx8.4/tclconfig/tcl.m4 2006-02-03 16:13:57.000000000 -0500
-@@ -859,7 +859,7 @@
- # results, and the version is kept in special file).
-
- if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-- system=MP-RAS-`awk '{print $3}' /etc/.relid'`
-+ system=MP-RAS-`awk '{print $3}' /etc/.relid`
- fi
- if test "`uname -s`" = "AIX" ; then
- system=AIX-`uname -v`.`uname -r`
-@@ -2302,7 +2302,7 @@
- # results, and the version is kept in special file).
-
- if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-- system=MP-RAS-`awk '{print $3}' /etc/.relid'`
-+ system=MP-RAS-`awk '{print $3}' /etc/.relid`
- fi
- if test "`uname -s`" = "AIX" ; then
- system=AIX-`uname -v`.`uname -r`