summaryrefslogtreecommitdiff
path: root/app-text/sloccount/files/sloccount-2.26-gentoo.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/sloccount/files/sloccount-2.26-gentoo.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/sloccount/files/sloccount-2.26-gentoo.patch')
-rw-r--r--app-text/sloccount/files/sloccount-2.26-gentoo.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-text/sloccount/files/sloccount-2.26-gentoo.patch b/app-text/sloccount/files/sloccount-2.26-gentoo.patch
deleted file mode 100644
index c3a031190a36..000000000000
--- a/app-text/sloccount/files/sloccount-2.26-gentoo.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- break_filelist.old 2013-10-14 17:23:01.523330534 +0800
-+++ break_filelist 2004-08-01 12:17:28.000000000 +0800
-@@ -177,7 +177,7 @@
- "p" => "pascal", "pas" => "pascal", "pp" => "pascal", "dpr" => "pascal",
- "py" => "python",
- "s" => "asm", "S" => "asm", "asm" => "asm",
-+ "sh" => "sh", "bash" => "sh", "ebuild" => "sh",
-- "sh" => "sh", "bash" => "sh",
- "csh" => "csh", "tcsh" => "csh",
- "java" => "java",
- "lisp" => "lisp", "el" => "lisp", "scm" => "lisp", "sc" => "lisp",
-@@ -879,7 +879,7 @@
- $command = $2;
- }
-
-+ if ( ($command =~ m/^(bash|ksh|zsh|pdksh|sh|runscript)[0-9\.]*(\.exe)?$/i) ||
-- if ( ($command =~ m/^(bash|ksh|zsh|pdksh|sh)[0-9\.]*(\.exe)?$/i) ||
- ($firstline =~
- m~^#!\s*\@_?(SCRIPT_)?(PATH_)?(BA|K)?SH(ELL)?(\d+)?\@?(\s|\Z)~)) {
- # Note: wish(1) uses a funny trick; see wish(1) for more info.