diff options
author | 2015-07-02 07:18:57 +0000 | |
---|---|---|
committer | 2015-07-02 07:18:57 +0000 | |
commit | 126e59e4b4fbfcb6ee1124a154b726c08f9ca119 (patch) | |
tree | d6f6920c643b1816f8d3079c254bcf635a964745 /app-text/dos2unix/files | |
parent | Fixed gawk-4.1.3-bsd_configure_readline.patch so it applies correctly with -Z... (diff) | |
download | historical-126e59e4b4fbfcb6ee1124a154b726c08f9ca119.tar.gz historical-126e59e4b4fbfcb6ee1124a154b726c08f9ca119.tar.bz2 historical-126e59e4b4fbfcb6ee1124a154b726c08f9ca119.zip |
Version bump. Removed old
Package-Manager: portage-2.2.20/cvs/Linux x86_64
Manifest-Sign-Key: 0x981CA6FC
Diffstat (limited to 'app-text/dos2unix/files')
-rw-r--r-- | app-text/dos2unix/files/dos2unix-7.2-gb18030-test.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-text/dos2unix/files/dos2unix-7.2-gb18030-test.patch b/app-text/dos2unix/files/dos2unix-7.2-gb18030-test.patch deleted file mode 100644 index a454f0ff0f97..000000000000 --- a/app-text/dos2unix/files/dos2unix-7.2-gb18030-test.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -r -N -u dos2unix-7.2.orig/test/Makefile dos2unix-7.2/test/Makefile ---- dos2unix-7.2.orig/test/Makefile 2014-12-26 23:53:46.000000000 +0100 -+++ dos2unix-7.2/test/Makefile 2015-02-16 13:05:52.829468088 +0100 -@@ -2,12 +2,10 @@ - - d2u_os=$(shell uname -s) - --# GB18030 test is not working on Cygwin and MSYS. They do not support zh_CN.GB18030 locale. --ifeq ($(findstring CYGWIN,$(d2u_os)),) --ifeq ($(findstring MSYS,$(d2u_os)),) -+# Checking WIN32 version in MSYS shell. -+ifeq ($(findstring MINGW,$(d2u_os)),MINGW) - TESTS += gb18030.t - endif --endif - - # Windows version does not support symlinks like the Unix version. - ifneq ($(findstring MINGW,$(d2u_os)),MINGW) |