From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-vim/exheres-syntax/Manifest | 4 ++++ .../exheres-syntax/exheres-syntax-20090310.ebuild | 18 ++++++++++++++++++ .../exheres-syntax/exheres-syntax-99999999.ebuild | 22 ++++++++++++++++++++++ app-vim/exheres-syntax/metadata.xml | 8 ++++++++ 4 files changed, 52 insertions(+) create mode 100644 app-vim/exheres-syntax/Manifest create mode 100644 app-vim/exheres-syntax/exheres-syntax-20090310.ebuild create mode 100644 app-vim/exheres-syntax/exheres-syntax-99999999.ebuild create mode 100644 app-vim/exheres-syntax/metadata.xml (limited to 'app-vim/exheres-syntax') diff --git a/app-vim/exheres-syntax/Manifest b/app-vim/exheres-syntax/Manifest new file mode 100644 index 000000000000..ee5a918b07cc --- /dev/null +++ b/app-vim/exheres-syntax/Manifest @@ -0,0 +1,4 @@ +DIST exheres-syntax-20090310.tar.bz2 3670 BLAKE2B 27a6f075f80b7fc2e172b9586211a248f8075affd6a20ea52cafe06cda4f6d489a56a539e6a7619b3f7ce7fd29084ea990e66efbbdef7198a6857912eb9288c8 SHA512 616ef17367c68157d715321e457aaf0c65c97329f0848cb964d8974b6a85b4147f2e192b2ea3fcbfa3970e095bd9874203ce9723c73d1ef8350200732198c79f +EBUILD exheres-syntax-20090310.ebuild 429 BLAKE2B ac967a7af33014986c90134098220abd47f0af841b35643a04b4205eead5f728bdd07fc578b9ab42075227e2f91966717119cc4921938c861b07e9eaa8e4bb3b SHA512 9da67961cc12debd0077fa9e280617ea01f6087c28ab0fae488dcc168f63efbcd76f5a323c64b50d982a356044a57b7950bf03a4ac9f1ed68b3cd8f16bf8dfa9 +EBUILD exheres-syntax-99999999.ebuild 456 BLAKE2B 1b3e21ae23744ad4695c2733ff4193899fe12cb2a59d051600082efd0458cc8930480d6edd18ce4c89aeb77989b651f3dd5b8f05853264f363437ac48006cdef SHA512 672617538cde07bafa27bad4feeea22448f579ae9069faab5687fd08579bf7d51366e9ecca63163c7bdda030fe2ccbd721b8a4580d160544774c91474271e91a +MISC metadata.xml 251 BLAKE2B 4951201e33801e19bf0cf7b2bb87164107d87f074a28da579e90da44077e2833c36b51b63f92780ec4aa611d482a80a03723b56175bc041adcbe5573b537072d SHA512 5c10f22ced866afcb94b97662e270d3d4164ca9f988621c13d6a7c4508da8d9e9bbb804798cd468a2cc84ae9fd61aff32c782a372b0b8de145c1ea71751bab34 diff --git a/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild b/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild new file mode 100644 index 000000000000..98ebebae3200 --- /dev/null +++ b/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: exheres format highlighting" +HOMEPAGE="http://www.exherbo.org/" +SRC_URI="http://dev.exherbo.org/~ahf/pub/software/releases/${PN}/${P}.tar.bz2" + +LICENSE="vim" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="exheres-syntax" +VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild new file mode 100644 index 000000000000..21106c1f23b8 --- /dev/null +++ b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin git-r3 + +DESCRIPTION="vim plugin: exheres format highlighting" +HOMEPAGE="http://www.exherbo.org/" +EGIT_REPO_URI="https://git.exherbo.org/git/exheres-syntax.git" + +LICENSE="vim" +SLOT="0" +IUSE="" + +VIM_PLUGIN_HELPFILES="exheres-syntax" +VIM_PLUGIN_MESSAGES="filetype" + +src_prepare() { + default + rm .gitignore Makefile || die +} diff --git a/app-vim/exheres-syntax/metadata.xml b/app-vim/exheres-syntax/metadata.xml new file mode 100644 index 000000000000..bf51ac0c6417 --- /dev/null +++ b/app-vim/exheres-syntax/metadata.xml @@ -0,0 +1,8 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + -- cgit v1.2.3