summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2006-11-02 00:02:32 +0000
committerMike Kelly <pioto@gentoo.org>2006-11-02 00:02:32 +0000
commit6942456888a1f8c81033bae78b96b08e7d73fc1d (patch)
tree896505e410b9e9cd3d18dfa0dfb1e44e650337c3 /dev-util/ctags/files
parentfix by Paul Bredbury to make tar archive match in unpack_makeself() more flex... (diff)
downloadgentoo-2-6942456888a1f8c81033bae78b96b08e7d73fc1d.tar.gz
gentoo-2-6942456888a1f8c81033bae78b96b08e7d73fc1d.tar.bz2
gentoo-2-6942456888a1f8c81033bae78b96b08e7d73fc1d.zip
Version bump. See bug #142605.
(Portage version: 2.1.2_rc1-r2)
Diffstat (limited to 'dev-util/ctags/files')
-rw-r--r--dev-util/ctags/files/ctags-5.6-ebuilds.patch22
-rw-r--r--dev-util/ctags/files/digest-ctags-5.63
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/ctags/files/ctags-5.6-ebuilds.patch b/dev-util/ctags/files/ctags-5.6-ebuilds.patch
new file mode 100644
index 000000000000..5b0de663a15a
--- /dev/null
+++ b/dev-util/ctags/files/ctags-5.6-ebuilds.patch
@@ -0,0 +1,22 @@
+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;
diff --git a/dev-util/ctags/files/digest-ctags-5.6 b/dev-util/ctags/files/digest-ctags-5.6
new file mode 100644
index 000000000000..1484a6ec853b
--- /dev/null
+++ b/dev-util/ctags/files/digest-ctags-5.6
@@ -0,0 +1,3 @@
+MD5 9026a6c6950751bc4fd1be37e8a2070f ctags-5.6.tar.gz 267019
+RMD160 9221bcc105f302b6e05f599914f5d4e24cda62f0 ctags-5.6.tar.gz 267019
+SHA256 55c0693845644735f76242fa717efd92d9cb99543f7a7fa65d63bdd083c4eb95 ctags-5.6.tar.gz 267019