diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-04-08 21:41:27 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-04-08 21:56:27 +0100 |
commit | c2c12f3906cff770dab4e348ec8468bb7250d047 (patch) | |
tree | 580fc7e477312bfda1d276d363d2b60980d5dee9 /app-vim | |
parent | app-vim/fugitive: add 3.7 (diff) | |
download | gentoo-c2c12f3906cff770dab4e348ec8468bb7250d047.tar.gz gentoo-c2c12f3906cff770dab4e348ec8468bb7250d047.tar.bz2 gentoo-c2c12f3906cff770dab4e348ec8468bb7250d047.zip |
app-vim/exheres-syntax: add 20201115
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/exheres-syntax/Manifest | 1 | ||||
-rw-r--r-- | app-vim/exheres-syntax/exheres-syntax-20201115.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/exheres-syntax/Manifest b/app-vim/exheres-syntax/Manifest index f0fa63fcd334..b82abf5fea08 100644 --- a/app-vim/exheres-syntax/Manifest +++ b/app-vim/exheres-syntax/Manifest @@ -1 +1,2 @@ DIST exheres-syntax-20090310.tar.bz2 3670 BLAKE2B 27a6f075f80b7fc2e172b9586211a248f8075affd6a20ea52cafe06cda4f6d489a56a539e6a7619b3f7ce7fd29084ea990e66efbbdef7198a6857912eb9288c8 SHA512 616ef17367c68157d715321e457aaf0c65c97329f0848cb964d8974b6a85b4147f2e192b2ea3fcbfa3970e095bd9874203ce9723c73d1ef8350200732198c79f +DIST exheres-syntax-20201115.tar.xz 3892 BLAKE2B bae8a26a66ae0bf5642bb438bccee7d803b8eebf67d875d070ee7208304e76e0ed6803d29d7361e09efcc6a53d86e9c7dc5b0a1df61247911d1d8a220235973e SHA512 def7d0701535a2ab325b633b4a08be9ea9e4aa8ce78dd9858ab9d56d944b579ec19c98c24410decdbe202e9fc4f3dce95845b5eab6dfdf6c223dbc0479b7a890 diff --git a/app-vim/exheres-syntax/exheres-syntax-20201115.ebuild b/app-vim/exheres-syntax/exheres-syntax-20201115.ebuild new file mode 100644 index 000000000000..5d89218c02ac --- /dev/null +++ b/app-vim/exheres-syntax/exheres-syntax-20201115.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: exheres format highlighting" +HOMEPAGE="https://www.exherbo.org/" +SRC_URI="https://dev.exherbo.org/distfiles/${PN}/${P}.tar.xz" + +LICENSE="vim" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="exheres-syntax" +VIM_PLUGIN_MESSAGES="filetype" |