diff options
author | 2018-10-21 16:40:43 +0300 | |
---|---|---|
committer | 2018-10-21 16:41:07 +0300 | |
commit | 400832560b5b30290130db0926c8fa9af556a801 (patch) | |
tree | 5d1af400a9b2fb6ed362027a9432cdf6a96107c0 /app-vim | |
parent | net-libs/gsoap: Security cleanup. (diff) | |
download | gentoo-400832560b5b30290130db0926c8fa9af556a801.tar.gz gentoo-400832560b5b30290130db0926c8fa9af556a801.tar.bz2 gentoo-400832560b5b30290130db0926c8fa9af556a801.zip |
app-vim/airline-themes: Take a snapshot from master
Closes: https://bugs.gentoo.org/669192
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/airline-themes/Manifest | 1 | ||||
-rw-r--r-- | app-vim/airline-themes/airline-themes-0_pre20181021.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/app-vim/airline-themes/Manifest b/app-vim/airline-themes/Manifest new file mode 100644 index 000000000000..57effbec9d8f --- /dev/null +++ b/app-vim/airline-themes/Manifest @@ -0,0 +1 @@ +DIST airline-themes-0_pre20181021.tar.xz 38516 BLAKE2B 2fe1e848b57546aa39e02262e5ae3e0164830641b1c8ccca1d3dc04afab8db4c618b079c63d5854697737610df1ab891d1622a22b89c431331b8bd16cc31fc3e SHA512 764fa44a4711c92a03f6f16a3d774ad871d13adfa53e7b942bad677ff1d03f32aa24723c612d50c14ca996fa971f48695e259cc53345d253d38e63f08651e002 diff --git a/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild b/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild new file mode 100644 index 000000000000..722ec491e216 --- /dev/null +++ b/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vim-plugin + +DESCRIPTION="vim plugin: a collection of themes for vim-airline" +HOMEPAGE="https://github.com/vim-airline/vim-airline-themes" +SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +DEPEND="app-vim/airline" +RDEPEND="${DEPEND}" |