summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/ebnf-syntax')
-rw-r--r--app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild3
-rw-r--r--app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild
index f063f26c665f..22427dc52263 100644
--- a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild
+++ b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild,v 1.7 2006/11/23 08:26:25 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild,v 1.8 2007/07/11 05:14:07 mr_bones_ Exp $
inherit vim-plugin
@@ -19,4 +19,3 @@ src_unpack() {
# don't use hi link, bug #101799.
sed -i -e 's,hi link,hi def link,' syntax/ebnf.vim || die "sed failed"
}
-
diff --git a/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild
index 84b2d00449c3..0dd6efd130be 100644
--- a/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild
+++ b/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild,v 1.5 2005/06/12 11:31:11 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild,v 1.6 2007/07/11 05:14:07 mr_bones_ Exp $
inherit vim-plugin
@@ -12,4 +12,3 @@ IUSE=""
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for EBNF (ISO/IEC 14997) files."
-