summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-07-08 15:10:18 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-08-11 10:07:58 +0200
commitd7dabe18d30f1140fecce3078c33733eac9697e4 (patch)
tree666aa517c00fd7700ed011deb8202c80aff369ed /app-misc
parentapp-misc/gourmet: remove unused patches (diff)
downloadgentoo-d7dabe18d30f1140fecce3078c33733eac9697e4.tar.gz
gentoo-d7dabe18d30f1140fecce3078c33733eac9697e4.tar.bz2
gentoo-d7dabe18d30f1140fecce3078c33733eac9697e4.zip
app-misc/grc: remove unused patch
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/grc/files/1.0.6-support-more-files.patch60
1 files changed, 0 insertions, 60 deletions
diff --git a/app-misc/grc/files/1.0.6-support-more-files.patch b/app-misc/grc/files/1.0.6-support-more-files.patch
deleted file mode 100644
index 57f60a74ae13..000000000000
--- a/app-misc/grc/files/1.0.6-support-more-files.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-diff -ur grc-1.0.6.orig/conf.gcc grc-1.0.6/conf.gcc
---- grc-1.0.6.orig/conf.gcc 2004-08-25 23:23:15.898638944 -0400
-+++ grc-1.0.6/conf.gcc 2004-08-25 23:26:54.297437280 -0400
-@@ -1,10 +1,10 @@
- #
--regexp=\bgcc\b
--colours=yellow
--count=more
-+regexp=\b(g?cc|[gc]\+\+|g?as|ld)\b
-+colours=white bold
-+count=once
- .........
- #
--regexp=^.*?:
-+regexp=^\S*:
- colours=red
- count=once
- .........
-@@ -12,6 +12,10 @@
- regexp=\`\w+\'
- colours=green
- .........
-+# compilation method modifiers
-+regexp=\s\-(O\d?|f\S+|pthread|g\S*|c|W\S,\S+)\b
-+colours=yellow
-+.........
- # -O
- regexp=\-O\d
- colours=green
-@@ -24,10 +28,10 @@
- # stderr to grcat
- #
- # warning
--regexp=warning
-+regexp=[Ww]arning[:\b]
- colours=yellow
- .........
- # error
--regexp=error
-+regexp=[Ee]rror[:\b]
- colours=red blink
- count=stop
-diff -ur grc-1.0.6.orig/grc.conf grc-1.0.6/grc.conf
---- grc-1.0.6.orig/grc.conf 2004-08-25 23:23:15.870643200 -0400
-+++ grc-1.0.6/grc.conf 2004-08-25 23:23:57.814266800 -0400
-@@ -15,9 +15,13 @@
- conf.traceroute
-
- # gcc command
--(^|[/\w\.]+/)g?cc\s
-+(^|[/\w\.]+/)(g?cc|[gc]\+\+)\s
- conf.gcc
-
-+# configure command
-+(^|[/\w\.]+/)configure
-+conf.configure
-+
- # make command
- (^|[/\w\.]+/)g?make\s?
- conf.gcc