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/lightline/Manifest | 2 ++ app-vim/lightline/lightline-9999.ebuild | 21 +++++++++++++++++++++ app-vim/lightline/metadata.xml | 14 ++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 app-vim/lightline/Manifest create mode 100644 app-vim/lightline/lightline-9999.ebuild create mode 100644 app-vim/lightline/metadata.xml (limited to 'app-vim/lightline') diff --git a/app-vim/lightline/Manifest b/app-vim/lightline/Manifest new file mode 100644 index 000000000000..5a13d685d82e --- /dev/null +++ b/app-vim/lightline/Manifest @@ -0,0 +1,2 @@ +EBUILD lightline-9999.ebuild 543 BLAKE2B 15bb8ad6c3ebbd1e89eb6357ba594045f94a0776eac486f415df8b529614856a0785d84d235685ec4c7f0d854e92330272c31802a10b949d666d14a7147421ac SHA512 f3cec9b22a25d7bf57aa8e42c4805530ad2988d9ad328dfcb7f017c1e0e54eb10c9d499f1a6cfd840b13c78a23c3f49d0af0870dc1919f4d49a61a8bf1deb6f6 +MISC metadata.xml 430 BLAKE2B 62d2f51b8599739f3b15b459084904ee4bd2a9736bbba7a093779aedc495586629f39f2f7511688f1f0898f27eb023acecf29ed921f56b70be921174f9bb17cc SHA512 b6fcb4818bfab07af559ff67912a956bffa0908ce29a91913088b86b7bea38e023ca1d407cacb30e48598e6d5fb5b851b72196eab5fbe7aa78362b976da535d9 diff --git a/app-vim/lightline/lightline-9999.ebuild b/app-vim/lightline/lightline-9999.ebuild new file mode 100644 index 000000000000..a73386531e33 --- /dev/null +++ b/app-vim/lightline/lightline-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +if [[ ${PV} == "9999" ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/itchyny/lightline.vim/" +else + SRC_URI="https://github.com/itchyny/${PN}.vim/archive/master.zip -> ${P}.zip" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="vim plugin: A light and configurable statusline/tabline" +HOMEPAGE="https://github.com/itchyny/lightline.vim/" +LICENSE="MIT" +VIM_PLUGIN_HELPFILES="${PN}" + +src_compile() { :; } diff --git a/app-vim/lightline/metadata.xml b/app-vim/lightline/metadata.xml new file mode 100644 index 000000000000..3e87edaa71f7 --- /dev/null +++ b/app-vim/lightline/metadata.xml @@ -0,0 +1,14 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + + monsieurp@gentoo.org + + + itchyny/lightline.vim + + -- cgit v1.2.3