summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2015-02-16 21:06:47 +0000
committerLars Wendler <polynomial-c@gentoo.org>2015-02-16 21:06:47 +0000
commit1e8d9c7f6a479401f7f553c5bc0e9a4fc70dac0a (patch)
treeb42c8b3db99ae00440979feaa1533acdf80b14ec /app-text/dos2unix
parentVersion bump. Removed old (diff)
downloadgentoo-2-1e8d9c7f6a479401f7f553c5bc0e9a4fc70dac0a.tar.gz
gentoo-2-1e8d9c7f6a479401f7f553c5bc0e9a4fc70dac0a.tar.bz2
gentoo-2-1e8d9c7f6a479401f7f553c5bc0e9a4fc70dac0a.zip
Removed unused patches
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'app-text/dos2unix')
-rw-r--r--app-text/dos2unix/ChangeLog8
-rw-r--r--app-text/dos2unix/files/dos2unix-5.2-makefile.patch21
-rw-r--r--app-text/dos2unix/files/dos2unix-5.3.1-fix_debug_build.patch46
-rw-r--r--app-text/dos2unix/files/dos2unix-6.0.4-pod-encoding.patch28
4 files changed, 7 insertions, 96 deletions
diff --git a/app-text/dos2unix/ChangeLog b/app-text/dos2unix/ChangeLog
index bd762508e734..451e6c64b713 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.153 2015/02/16 21:05:23 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.154 2015/02/16 21:06:47 polynomial-c Exp $
+
+ 16 Feb 2015; Lars Wendler <polynomial-c@gentoo.org>
+ -files/dos2unix-5.2-makefile.patch,
+ -files/dos2unix-5.3.1-fix_debug_build.patch,
+ -files/dos2unix-6.0.4-pod-encoding.patch:
+ Removed unused patches.
*dos2unix-7.2 (16 Feb 2015)
diff --git a/app-text/dos2unix/files/dos2unix-5.2-makefile.patch b/app-text/dos2unix/files/dos2unix-5.2-makefile.patch
deleted file mode 100644
index a3dbe2a92cbd..000000000000
--- a/app-text/dos2unix/files/dos2unix-5.2-makefile.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- dos2unix-5.2/Makefile
-+++ dos2unix-5.2/Makefile
-@@ -77,7 +77,7 @@
- MOFILES = $(DOS2UNIX_MOFILES) $(UNIX2DOS_MOFILES)
- endif
-
--DOCFILES = $(PACKAGE).txt $(PACKAGE).ps $(PACKAGE).pdf $(PACKAGE).htm
-+DOCFILES = $(PACKAGE).txt $(PACKAGE).ps $(PACKAGE).htm
- INSTALL_OBJS_DOC = README.txt NEWS.txt ChangeLog.txt COPYING.txt TODO.txt BUGS.txt $(DOCFILES)
-
- #PODFILES = man/man1/dos2unix.pod $(wildcard man/*/man1/dos2unix.pod)
-@@ -246,9 +246,6 @@
- %.ps : man/man1/%.1
- groff -man $< -T ps > $@
-
--%.pdf: %.ps
-- ps2pdf $< $@
--
- %.htm : man/man1/%.pod
- pod2html --title="$(PACKAGE) $(DOS2UNIX_VERSION) - DOS/MAC to UNIX and vice versa text file format converter" $< > $@
-
diff --git a/app-text/dos2unix/files/dos2unix-5.3.1-fix_debug_build.patch b/app-text/dos2unix/files/dos2unix-5.3.1-fix_debug_build.patch
deleted file mode 100644
index 32e3caa66a24..000000000000
--- a/app-text/dos2unix/files/dos2unix-5.3.1-fix_debug_build.patch
+++ /dev/null
@@ -1,46 +0,0 @@
---- dos2unix-5.3.1/dos2unix.c
-+++ dos2unix-5.3.1/dos2unix.c
-@@ -60,8 +60,6 @@
- */
-
-
--#define VER_AUTHOR "Erwin Waterlander"
--
- /* #define DEBUG 1 */
-
- #include "common.h"
---- dos2unix-5.3.1/Makefile
-+++ dos2unix-5.3.1/Makefile
-@@ -194,9 +194,14 @@
-
- EXTRA_CFLAGS = -DVER_REVISION=\"$(DOS2UNIX_VERSION)\" \
- -DVER_DATE=\"$(DOS2UNIX_DATE)\" \
-+ -DVER_AUTHOR=\"$(DOS2UNIX_AUTHOR)\" \
- -DDEBUG=$(DEBUG) \
- $(CFLAGS_OS)
-
-+ifeq ($(DEBUG), 1)
-+ EXTRA_CFLAGS += -g
-+endif
-+
- ifdef STATIC
- EXTRA_CFLAGS += -static
- endif
---- dos2unix-5.3.1/unix2dos.c
-+++ dos2unix-5.3.1/unix2dos.c
-@@ -50,8 +50,6 @@
- */
-
-
--#define VER_AUTHOR "Erwin Waterlander"
--
- /* #define DEBUG 1 */
-
- #include "common.h"
---- dos2unix-5.3.1/version.mk
-+++ dos2unix-5.3.1/version.mk
-@@ -1,3 +1,4 @@
- DOS2UNIX_VERSION = 5.3.1
- DOS2UNIX_VERSION_SHORT = 531
- DOS2UNIX_DATE = 2011-08-09
-+DOS2UNIX_AUTHOR = 'Erwin Waterlander'
diff --git a/app-text/dos2unix/files/dos2unix-6.0.4-pod-encoding.patch b/app-text/dos2unix/files/dos2unix-6.0.4-pod-encoding.patch
deleted file mode 100644
index 2781b96735a6..000000000000
--- a/app-text/dos2unix/files/dos2unix-6.0.4-pod-encoding.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -c -r dos2unix-6.0.4.orig/man/es/man1/dos2unix.pod dos2unix-6.0.4/man/es/man1/dos2unix.pod
-*** dos2unix-6.0.4.orig/man/es/man1/dos2unix.pod 2013-07-27 20:08:12.000000000 +0200
---- dos2unix-6.0.4/man/es/man1/dos2unix.pod 2014-01-02 14:19:52.944130621 +0100
-***************
-*** 50,55 ****
---- 50,57 ----
-
- =pod
-
-+ =encoding latin1
-+
- =head1 NOMBRE
-
- dos2unix - Convertidor de archivos de texto de formato DOS/Mac a Unix y viceversa
-diff -c -r dos2unix-6.0.4.orig/man/nl/man1/dos2unix.pod dos2unix-6.0.4/man/nl/man1/dos2unix.pod
-*** dos2unix-6.0.4.orig/man/nl/man1/dos2unix.pod 2013-07-27 20:08:12.000000000 +0200
---- dos2unix-6.0.4/man/nl/man1/dos2unix.pod 2014-01-02 14:19:36.510059975 +0100
-***************
-*** 46,51 ****
---- 46,53 ----
- */
- =pod
-
-+ =encoding latin1
-+
- =head1 NAAM
-
- dos2unix - DOS/Mac naar Unix en vice versa tekstbestand formaat omzetter