summaryrefslogtreecommitdiff
path: root/dev-util/ctags/files/ctags-5.6-ebuilds.patch
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-10-25 17:11:11 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-25 17:11:11 +0100
commitfe43e31c1c7edcb2fb11a43cd2081aede8170fea (patch)
tree64b8954ee28880d4f68c53b3f43d5316e3278dc6 /dev-util/ctags/files/ctags-5.6-ebuilds.patch
parent2aba5290294f54fcb8629c6811457e9496b24171 (diff)
downloadoverlay-fe43e31c1c7edcb2fb11a43cd2081aede8170fea.tar.gz
overlay-fe43e31c1c7edcb2fb11a43cd2081aede8170fea.tar.bz2
overlay-fe43e31c1c7edcb2fb11a43cd2081aede8170fea.zip
Remove own ctags version
Diffstat (limited to 'dev-util/ctags/files/ctags-5.6-ebuilds.patch')
-rw-r--r--dev-util/ctags/files/ctags-5.6-ebuilds.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-util/ctags/files/ctags-5.6-ebuilds.patch b/dev-util/ctags/files/ctags-5.6-ebuilds.patch
deleted file mode 100644
index 5b0de66..0000000
--- a/dev-util/ctags/files/ctags-5.6-ebuilds.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -ur ctags-5.6/sh.c ctags-5.6-ebuild/sh.c
---- ctags-5.6/sh.c 2006-05-30 00:37:13.000000000 -0400
-+++ ctags-5.6-ebuild/sh.c 2006-10-07 17:37:31.000000000 -0400
-@@ -7,7 +7,8 @@
- * GNU General Public License.
- *
- * This module contains functions for generating tags for scripts for the
--* Bourne shell (and its derivatives, the Korn and Z shells).
-+* Bourne shell (and its derivatives, the Korn and Z shells), along with some
-+* specialised kinds of shell scripts (Gentoo ebuilds and eclasses).
- */
-
- /*
-@@ -102,7 +103,7 @@
- extern parserDefinition* ShParser (void)
- {
- static const char *const extensions [] = {
-- "sh", "SH", "bsh", "bash", "ksh", "zsh", NULL
-+ "sh", "SH", "bsh", "bash", "ksh", "zsh", "ebuild", "eclass", NULL
- };
- parserDefinition* def = parserNew ("Sh");
- def->kinds = ShKinds;