diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-08-10 21:22:56 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-08-10 21:22:56 +0000 |
commit | 1262cabd7dd9558a5e1ef6102be88eca99783950 (patch) | |
tree | 7037bcb4d1493ec27fb9a7196c7b8dd46a8cdd09 /app-vim/ebnf-syntax | |
parent | Version bump, bug #101156. (diff) | |
download | gentoo-2-1262cabd7dd9558a5e1ef6102be88eca99783950.tar.gz gentoo-2-1262cabd7dd9558a5e1ef6102be88eca99783950.tar.bz2 gentoo-2-1262cabd7dd9558a5e1ef6102be88eca99783950.zip |
Don't use hi link, bug #101799
(Portage version: 2.0.51.22-r2 flaming goat edition)
Diffstat (limited to 'app-vim/ebnf-syntax')
-rw-r--r-- | app-vim/ebnf-syntax/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/ebnf-syntax/Manifest | 4 | ||||
-rw-r--r-- | app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild | 22 | ||||
-rw-r--r-- | app-vim/ebnf-syntax/files/digest-ebnf-syntax-1.1-r1 | 1 |
4 files changed, 33 insertions, 2 deletions
diff --git a/app-vim/ebnf-syntax/ChangeLog b/app-vim/ebnf-syntax/ChangeLog index d535bdea7f45..8fa39d9396d5 100644 --- a/app-vim/ebnf-syntax/ChangeLog +++ b/app-vim/ebnf-syntax/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-vim/ebnf-syntax # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ChangeLog,v 1.5 2005/06/12 11:31:11 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ChangeLog,v 1.6 2005/08/10 21:19:06 ciaranm Exp $ + +*ebnf-syntax-1.1-r1 (10 Aug 2005) + + 10 Aug 2005; Ciaran McCreesh <ciaranm@gentoo.org> + +ebnf-syntax-1.1-r1.ebuild: + Don't use hi link, bug #101799 12 Jun 2005; David Holm <dholm@gentoo.org> ebnf-syntax-1.1.ebuild: Added to ~ppc. diff --git a/app-vim/ebnf-syntax/Manifest b/app-vim/ebnf-syntax/Manifest index ba0065381948..a7a51acd5abb 100644 --- a/app-vim/ebnf-syntax/Manifest +++ b/app-vim/ebnf-syntax/Manifest @@ -1,4 +1,6 @@ -MD5 bc9a198b8050638ce6ebd2c08702045b ChangeLog 723 +MD5 682d4230660bcaec9fe3bf2077c7cb4d ebnf-syntax-1.1-r1.ebuild 714 MD5 465cf24b44f23188e787fc72aefc66ae ebnf-syntax-1.1.ebuild 558 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 +MD5 bc9a198b8050638ce6ebd2c08702045b ChangeLog 723 +MD5 6744c70a96df23c4c2832555a2a60d27 files/digest-ebnf-syntax-1.1-r1 65 MD5 6744c70a96df23c4c2832555a2a60d27 files/digest-ebnf-syntax-1.1 65 diff --git a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild new file mode 100644 index 000000000000..e3b1226a3964 --- /dev/null +++ b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild @@ -0,0 +1,22 @@ +# 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-r1.ebuild,v 1.1 2005/08/10 21:19:06 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: EBNF (ISO/IEC 14997) file syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=545" +LICENSE="as-is" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for EBNF (ISO/IEC 14997) files." + +src_unpack() { + unpack "${A}" + cd "${S}" + # 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/files/digest-ebnf-syntax-1.1-r1 b/app-vim/ebnf-syntax/files/digest-ebnf-syntax-1.1-r1 new file mode 100644 index 000000000000..93070bf62327 --- /dev/null +++ b/app-vim/ebnf-syntax/files/digest-ebnf-syntax-1.1-r1 @@ -0,0 +1 @@ +MD5 77863d763671aed6052cf85e6bbd3885 ebnf-syntax-1.1.tar.bz2 981 |