summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2015-07-02 07:18:56 +0000
committerLars Wendler <polynomial-c@gentoo.org>2015-07-02 07:18:56 +0000
commit305200210eb0465d40f31c8f7e56cb6425f536ab (patch)
treeb21f2fd1592a5a9efd99f42ee59374f67aa88e1c /app-text
parentFixed gawk-4.1.3-bsd_configure_readline.patch so it applies correctly with -Z... (diff)
downloadgentoo-2-305200210eb0465d40f31c8f7e56cb6425f536ab.tar.gz
gentoo-2-305200210eb0465d40f31c8f7e56cb6425f536ab.tar.bz2
gentoo-2-305200210eb0465d40f31c8f7e56cb6425f536ab.zip
Version bump. Removed old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/dos2unix/ChangeLog8
-rw-r--r--app-text/dos2unix/dos2unix-7.2.3.ebuild (renamed from app-text/dos2unix/dos2unix-7.2.1.ebuild)2
-rw-r--r--app-text/dos2unix/files/dos2unix-7.2-gb18030-test.patch18
3 files changed, 8 insertions, 20 deletions
diff --git a/app-text/dos2unix/ChangeLog b/app-text/dos2unix/ChangeLog
index 121c8391a2e1..ef52a02cb0af 100644
--- a/app-text/dos2unix/ChangeLog
+++ b/app-text/dos2unix/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/dos2unix
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.161 2015/06/09 12:19:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.162 2015/07/02 07:18:56 polynomial-c Exp $
+
+*dos2unix-7.2.3 (02 Jul 2015)
+
+ 02 Jul 2015; Lars Wendler <polynomial-c@gentoo.org> -dos2unix-7.2.1.ebuild,
+ +dos2unix-7.2.3.ebuild, -files/dos2unix-7.2-gb18030-test.patch:
+ Version bump. Removed old.
09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Updating remote-id in metadata.xml
diff --git a/app-text/dos2unix/dos2unix-7.2.1.ebuild b/app-text/dos2unix/dos2unix-7.2.3.ebuild
index caee11d8bf8c..9bd67b783e59 100644
--- a/app-text/dos2unix/dos2unix-7.2.1.ebuild
+++ b/app-text/dos2unix/dos2unix-7.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-7.2.1.ebuild,v 1.1 2015/04/05 21:41:04 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-7.2.3.ebuild,v 1.1 2015/07/02 07:18:56 polynomial-c Exp $
EAPI=5
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)