diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-vim/lightline | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/lightline')
-rw-r--r-- | app-vim/lightline/Manifest | 2 | ||||
-rw-r--r-- | app-vim/lightline/lightline-9999.ebuild | 21 | ||||
-rw-r--r-- | app-vim/lightline/metadata.xml | 14 |
3 files changed, 0 insertions, 37 deletions
diff --git a/app-vim/lightline/Manifest b/app-vim/lightline/Manifest deleted file mode 100644 index 5a13d685d82e..000000000000 --- a/app-vim/lightline/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index a73386531e33..000000000000 --- a/app-vim/lightline/lightline-9999.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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 deleted file mode 100644 index 3e87edaa71f7..000000000000 --- a/app-vim/lightline/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <maintainer type="person"> - <email>monsieurp@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="github">itchyny/lightline.vim</remote-id> - </upstream> -</pkgmetadata> |