From 19cfa12912a55f0e9089ca8e5b208b3d68b050ae Mon Sep 17 00:00:00 2001 From: geos_one Date: Mon, 2 Feb 2009 22:47:41 +0000 Subject: [PATCH] delte all git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@746 6952d904-891a-0410-993b-d76249ca496b --- .../files/0.4.2a/82_makeinfo_regex.dpatch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 app-emulation/opencbm/files/0.4.2a/82_makeinfo_regex.dpatch diff --git a/app-emulation/opencbm/files/0.4.2a/82_makeinfo_regex.dpatch b/app-emulation/opencbm/files/0.4.2a/82_makeinfo_regex.dpatch deleted file mode 100644 index 6f2db29b..00000000 --- a/app-emulation/opencbm/files/0.4.2a/82_makeinfo_regex.dpatch +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 82_makeinfo_regex.dpatch by Frédéric Brière -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Fix regex for compatibility with makeinfo 4.11 - -@DPATCH@ -diff -urNad opencbm~/docs/LINUX/Makefile opencbm/docs/LINUX/Makefile ---- opencbm~/docs/LINUX/Makefile 2007-12-02 14:56:04.000000000 -0500 -+++ opencbm/docs/LINUX/Makefile 2007-12-02 14:56:29.000000000 -0500 -@@ -29,7 +29,7 @@ - - %.info: %.sgml - sgml2info -c latin $< -- perl -p -i -e 'if(m/^ \\input texinfo/){print "INFO-DIR-SECTION Miscellaneous\nSTART-INFO-DIR-ENTRY\n* opencbm: (opencbm). Commodore serial IEC bus support.\nEND-INFO-DIR-ENTRY\n";}' $@ -+ perl -p -i -e 'if(m/^\s*\\input texinfo/){print "INFO-DIR-SECTION Miscellaneous\nSTART-INFO-DIR-ENTRY\n* opencbm: (opencbm). Commodore serial IEC bus support.\nEND-INFO-DIR-ENTRY\n";}' $@ - - %.html: opencbm.sgml - -[ ! -d html ] && mkdir html/