From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-vim/ebnf-syntax/Manifest | 6 ++++++ app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild | 20 ++++++++++++++++++++ app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild | 22 ++++++++++++++++++++++ app-vim/ebnf-syntax/metadata.xml | 8 ++++++++ 4 files changed, 56 insertions(+) create mode 100644 app-vim/ebnf-syntax/Manifest create mode 100644 app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild create mode 100644 app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild create mode 100644 app-vim/ebnf-syntax/metadata.xml (limited to 'app-vim/ebnf-syntax') diff --git a/app-vim/ebnf-syntax/Manifest b/app-vim/ebnf-syntax/Manifest new file mode 100644 index 000000000000..3f401b0c46dc --- /dev/null +++ b/app-vim/ebnf-syntax/Manifest @@ -0,0 +1,6 @@ +DIST ebnf-syntax-1.1.tar.bz2 981 SHA256 34f602ef43fb5679d55a26a62ba5c17e2efe75dddfad91224bbf8901a86c2067 SHA512 0fba3be91e998b26a3011bfe18765a3bc3ebde6aa33e96580dc0529d79a067020cfeee614dfa40126a1a968d3ca8e77711eca096095675cf6072061c9be7c083 WHIRLPOOL ed618e736337a9fa19ee27b90f556f3f7fdbee0200f4f4d257f3750a4071905019c6a9498794d47309b329bc192b376e668a65dbe1c9bd19cd8dde989b575acb +EBUILD ebnf-syntax-1.1-r1.ebuild 586 SHA256 102fdf8465788180f289abf597b2668e15379fc3abf609f7f8a12d1f0f2a1fc9 SHA512 a0e19fbb29b09bb1b0ac55b4d9486ad58fff5d8dbea91d11cd8af470a9710b98e9b2dd0d31c0d6d0f3b9d5611e452d5b1f46905afc949c49239de77f371b52e5 WHIRLPOOL ec2f53f11c77c0b6fa883423820df2b32c02a8d686b24a8b436674692cd2063cdbcb8daed1bffc0f115f707fd0f5efbc5ff7f7b175f8eead106d725407eb26a4 +EBUILD ebnf-syntax-1.1-r2.ebuild 588 SHA256 ec410c88dd08ed026feb9879b99d620d47d18909caa1e95ce6b160d099f1ef11 SHA512 085509d4509a001749b64a3237b1babed57b04e096a9d56e5d8367e4935597958ee8005390d5f541494d9500b5c0be155944ee9274b0ff685b1d88840a834659 WHIRLPOOL 8356fc2028c74897dce0ddf2b018775a6bcbe0aff0646c15d77b3c9a4e8e89b909ad2b3b67c16385d00ddcf43d8507d34e4f0054b7f956527ac332ddf931cdfe +MISC ChangeLog 2610 SHA256 209ad4fde3af8a673d585367a62c81269c0bebb8e4dff48fc24eaa67e5c27b21 SHA512 1ddb4261ef4c8fb40c1bcc2393685893a9ac93196f0db8e2494ad887529980cfe8f5e1cf4e3165aa3f120b06f9253950e122cb44effe3c1545f225dab4ae290c WHIRLPOOL 00516c4dc1a74146e3b090909d4effe65f7b89e231b8b819ec9b2305a923dc9c0116cb0a708aa79fc074a898b4a9ccd99bccda94ff728c23ac46349611fc16b6 +MISC ChangeLog-2015 2181 SHA256 615edcaad0a96cb0463d98614c9c50a041a4cb8c07e523503e37a2d840247834 SHA512 edc78e2e83baeca727dc9212172f7e81c7c287cfdaf28ae8f5aa72f0ead1037bc5c29cdd8b727650f36647f2fbb3760601207b4dbe2ebffeaa848ce5c825039a WHIRLPOOL 956da6100dd949725007fae8c4e8dbd99932c9ee7168ad880f460d2f4cc4d389a0404fea392aca8774025594e850e3917f58dd0956ee212afaec7fbdc6158a0a +MISC metadata.xml 249 SHA256 d4adb0d6593130c430b51f47b187c0848b8a16d353d419cb39e44edf8baa033b SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 WHIRLPOOL 0e859a788faf27de759428701100b3134df0b6d5e8402bbb125fce791e778353ddcd819d86f54063928836417f2cefb2c1e30e8568b8d2aa4cd336d3b695b10a 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..887c96824fef --- /dev/null +++ b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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="vim" +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/ebnf-syntax-1.1-r2.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild new file mode 100644 index 000000000000..f628efe94fd8 --- /dev/null +++ b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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="vim" +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_prepare() { + default + + # 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/metadata.xml b/app-vim/ebnf-syntax/metadata.xml new file mode 100644 index 000000000000..5c000c763084 --- /dev/null +++ b/app-vim/ebnf-syntax/metadata.xml @@ -0,0 +1,8 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + -- cgit v1.2.3